From: Alexis Ballier Date: Sun, 7 Jan 2007 14:28:39 +0000 (+0000) Subject: Use make_desktop_entry rather than a provided desktop file, use the right icon locati... X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0f7d205c24de5350c1693377f64f419f3f3e9a5a;p=gentoo.git Use make_desktop_entry rather than a provided desktop file, use the right icon location, bug #159755 Package-Manager: portage-2.1.2_rc4-r6 --- 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 + -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; 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 }