diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2008-02-29 19:58:37 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2008-02-29 19:58:37 +0000 |
commit | b15ed9d69f9bd2c77839eb058295b4f54b02b0fe (patch) | |
tree | 811d009a40b9a295b2200b7ce23370529a8a7726 /media-sound/aumix/aumix-2.8-r4.ebuild | |
parent | Remove icon extension from desktop entry to match Icon Theme Specification. (diff) | |
download | gentoo-2-b15ed9d69f9bd2c77839eb058295b4f54b02b0fe.tar.gz gentoo-2-b15ed9d69f9bd2c77839eb058295b4f54b02b0fe.tar.bz2 gentoo-2-b15ed9d69f9bd2c77839eb058295b4f54b02b0fe.zip |
Remove icon extension from desktop entry to match Icon Theme Specification.
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-sound/aumix/aumix-2.8-r4.ebuild')
-rw-r--r-- | media-sound/aumix/aumix-2.8-r4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/aumix/aumix-2.8-r4.ebuild b/media-sound/aumix/aumix-2.8-r4.ebuild index 1a5a8f4dc557..20c0879185b8 100644 --- a/media-sound/aumix/aumix-2.8-r4.ebuild +++ b/media-sound/aumix/aumix-2.8-r4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/aumix/aumix-2.8-r4.ebuild,v 1.11 2007/05/23 07:28:25 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/aumix/aumix-2.8-r4.ebuild,v 1.12 2008/02/29 19:58:37 carlo Exp $ inherit eutils @@ -65,6 +65,6 @@ src_install() { if use gtk; then doicon data/aumix.xpm - make_desktop_entry aumix Aumix aumix.xpm + make_desktop_entry aumix Aumix aumix fi } |