Skip to content

Commit

Permalink
media-sound/helm: add desktop file for standalone helm
Browse files Browse the repository at this point in the history
Also rm useless .DS_Store file

Package-Manager: portage-2.2.20.1
  • Loading branch information
yngwin committed Aug 22, 2015
1 parent 099dfe6 commit 1ea4fea
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,16 @@ 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
}

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
}

0 comments on commit 1ea4fea

Please sign in to comment.