summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2007-01-07 13:55:06 +0000
committerAlexis Ballier <aballier@gentoo.org>2007-01-07 13:55:06 +0000
commit8feae0733101de68d8f88375634c3497c8825ff7 (patch)
tree97c9c02e740df110212b33955be222945c86e1d1 /media-sound/alsamixergui/alsamixergui-0.9.0.1.2-r4.ebuild
parentChanged javadocs to install to standard location and add missing app-arch/zip... (diff)
downloadhistorical-8feae0733101de68d8f88375634c3497c8825ff7.tar.gz
historical-8feae0733101de68d8f88375634c3497c8825ff7.tar.bz2
historical-8feae0733101de68d8f88375634c3497c8825ff7.zip
Add desktop entry, thanks to Pacho Ramos <pacho@condmat1.ciencias.uniovi.es>, bug #159839
Package-Manager: portage-2.1.2_rc4-r6
Diffstat (limited to 'media-sound/alsamixergui/alsamixergui-0.9.0.1.2-r4.ebuild')
-rw-r--r--media-sound/alsamixergui/alsamixergui-0.9.0.1.2-r4.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/media-sound/alsamixergui/alsamixergui-0.9.0.1.2-r4.ebuild b/media-sound/alsamixergui/alsamixergui-0.9.0.1.2-r4.ebuild
index 09ef1bc6c3c2..9453ff2169e4 100644
--- a/media-sound/alsamixergui/alsamixergui-0.9.0.1.2-r4.ebuild
+++ b/media-sound/alsamixergui/alsamixergui-0.9.0.1.2-r4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsamixergui/alsamixergui-0.9.0.1.2-r4.ebuild,v 1.9 2004/12/19 05:30:28 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsamixergui/alsamixergui-0.9.0.1.2-r4.ebuild,v 1.10 2007/01/07 13:55:06 aballier Exp $
IUSE=""
@@ -41,4 +41,6 @@ src_compile() {
src_install() {
make DESTDIR="${D}" install || die
dodoc README AUTHORS ChangeLog
+ newicon src/images/alsalogo.xpm ${PN}.xpm
+ make_desktop_entry alsamixergui "Alsa Mixer GUI" ${PN}.xpm
}