From: Ben de Groot Date: Sat, 22 Aug 2015 16:27:16 +0000 (+0800) Subject: media-sound/helm: add desktop file for standalone helm X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1ea4fea15b27e85f61f76a5c7a7aa1f4e7653f11;p=gentoo.git media-sound/helm: add desktop file for standalone helm Also rm useless .DS_Store file Package-Manager: portage-2.2.20.1 --- diff --git a/media-sound/helm/helm-0.4.1.ebuild b/media-sound/helm/helm-0.4.1-r1.ebuild similarity index 82% rename from media-sound/helm/helm-0.4.1.ebuild rename to media-sound/helm/helm-0.4.1-r1.ebuild index 396b133317a0..53c20dd4f775 100644 --- a/media-sound/helm/helm-0.4.1.ebuild +++ b/media-sound/helm/helm-0.4.1-r1.ebuild @@ -25,6 +25,7 @@ DEPEND="${RDEPEND}" DOCS="README.md" src_prepare() { + rm patches/Synth/.DS_Store || die sed -e 's|/usr/lib/|/usr/'$(get_libdir)'/|' -i Makefile || die epatch_user } @@ -32,3 +33,8 @@ src_prepare() { src_compile() { emake PREFIX=/usr all } + +src_install() { + default + make_desktop_entry /usr/bin/helm Helm /usr/share/helm/icons/helm_icon_32_1x.png +}