summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2007-01-07 14:28:39 +0000
committerAlexis Ballier <aballier@gentoo.org>2007-01-07 14:28:39 +0000
commitfb8a4305fde62e2b79bc2b4849162ee37094d992 (patch)
treed115644dcfa02b8b3db46a88e5cd16bfa3e4b306 /media-sound
parentAdd missing file (diff)
downloadgentoo-2-fb8a4305fde62e2b79bc2b4849162ee37094d992.tar.gz
gentoo-2-fb8a4305fde62e2b79bc2b4849162ee37094d992.tar.bz2
gentoo-2-fb8a4305fde62e2b79bc2b4849162ee37094d992.zip
Use make_desktop_entry rather than a provided desktop file, use the right icon location, bug #159755
(Portage version: 2.1.2_rc4-r6)
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/gnome-alsamixer/ChangeLog9
-rw-r--r--media-sound/gnome-alsamixer/files/digest-gnome-alsamixer-0.9.62
-rw-r--r--media-sound/gnome-alsamixer/gnome-alsamixer-0.9.6.ebuild9
3 files changed, 13 insertions, 7 deletions
diff --git a/media-sound/gnome-alsamixer/ChangeLog b/media-sound/gnome-alsamixer/ChangeLog
index 686581c5bd6d..8dd87bd684ef 100644
--- a/media-sound/gnome-alsamixer/ChangeLog
+++ b/media-sound/gnome-alsamixer/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-sound/gnome-alsamixer
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/gnome-alsamixer/ChangeLog,v 1.15 2006/05/08 04:20:49 tcort Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/gnome-alsamixer/ChangeLog,v 1.16 2007/01/07 14:28:39 aballier Exp $
+
+ 07 Jan 2007; Alexis Ballier <aballier@gentoo.org>
+ -files/gnome-alsamixer.desktop, gnome-alsamixer-0.9.6.ebuild:
+ Use make_desktop_entry rather than a provided desktop file, use the right
+ icon location, bug #159755
08 May 2006; <tcort@gentoo.org> gnome-alsamixer-0.9.6.ebuild:
Removed COPYING and INSTALL from dodoc.
diff --git a/media-sound/gnome-alsamixer/files/digest-gnome-alsamixer-0.9.6 b/media-sound/gnome-alsamixer/files/digest-gnome-alsamixer-0.9.6
index ed95d98c4809..738258aec80d 100644
--- a/media-sound/gnome-alsamixer/files/digest-gnome-alsamixer-0.9.6
+++ b/media-sound/gnome-alsamixer/files/digest-gnome-alsamixer-0.9.6
@@ -1 +1,3 @@
MD5 387623cfeb079d78325eed2d6bc94251 gnome-alsamixer-0.9.6.tar.gz 93557
+RMD160 3653444fc6b65f8fc10e06499c2bdd735ee71943 gnome-alsamixer-0.9.6.tar.gz 93557
+SHA256 50ca29e7dc92673700bd302dacfe66a14d0b2c2fb1c8e1521c6306bb8d7c818d gnome-alsamixer-0.9.6.tar.gz 93557
diff --git a/media-sound/gnome-alsamixer/gnome-alsamixer-0.9.6.ebuild b/media-sound/gnome-alsamixer/gnome-alsamixer-0.9.6.ebuild
index 27af2c251199..7127901efdc7 100644
--- a/media-sound/gnome-alsamixer/gnome-alsamixer-0.9.6.ebuild
+++ b/media-sound/gnome-alsamixer/gnome-alsamixer-0.9.6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 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/gnome-alsamixer/gnome-alsamixer-0.9.6.ebuild,v 1.12 2006/05/08 04:20:49 tcort Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/gnome-alsamixer/gnome-alsamixer-0.9.6.ebuild,v 1.13 2007/01/07 14:28:39 aballier Exp $
inherit eutils fdo-mime
@@ -28,9 +28,8 @@ src_unpack() {
src_install() {
make DESTDIR=${D} install || die
- # manuall install menu entry
- insinto /usr/share/applications
- doins ${FILESDIR}/${PN}.desktop
+ make_desktop_entry gnome-alsamixer "Gnome Alsa Mixer"\
+ /usr/share/pixmaps/${PN}/${PN}-icon.png
dodoc AUTHORS ChangeLog
}