summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2006-10-25 16:45:07 +0000
committerAlexis Ballier <aballier@gentoo.org>2006-10-25 16:45:07 +0000
commitc6133a70c8a3032a3fe7780f5189a6fef17b7ba9 (patch)
tree602c577a89116deb60b80ced17261e0235d9d9f8 /media-sound/rezound/rezound-0.12.2_beta-r2.ebuild
parentForgot to include patch. (diff)
downloadgentoo-2-c6133a70c8a3032a3fe7780f5189a6fef17b7ba9.tar.gz
gentoo-2-c6133a70c8a3032a3fe7780f5189a6fef17b7ba9.tar.bz2
gentoo-2-c6133a70c8a3032a3fe7780f5189a6fef17b7ba9.zip
Adding desktop entry as pointed in bug #138349
(Portage version: 2.1.2_pre3-r8)
Diffstat (limited to 'media-sound/rezound/rezound-0.12.2_beta-r2.ebuild')
-rw-r--r--media-sound/rezound/rezound-0.12.2_beta-r2.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/media-sound/rezound/rezound-0.12.2_beta-r2.ebuild b/media-sound/rezound/rezound-0.12.2_beta-r2.ebuild
index ebb93f9950b0..58439859edeb 100644
--- a/media-sound/rezound/rezound-0.12.2_beta-r2.ebuild
+++ b/media-sound/rezound/rezound-0.12.2_beta-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/rezound/rezound-0.12.2_beta-r2.ebuild,v 1.1 2006/10/22 13:46:11 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/rezound/rezound-0.12.2_beta-r2.ebuild,v 1.2 2006/10/25 16:45:07 aballier Exp $
inherit eutils autotools
@@ -87,4 +87,6 @@ src_install() {
docinto code
dodoc docs/code/*
+ newicon src/images/icon_logo_32.gif rezound.gif
+ make_desktop_entry rezound Rezound rezound.gif AudioVideo
}