diff options
44 files changed, 160 insertions, 98 deletions
diff --git a/media-sound/alsamixergui/ChangeLog b/media-sound/alsamixergui/ChangeLog index a85a409e486b..9eb407140686 100644 --- a/media-sound/alsamixergui/ChangeLog +++ b/media-sound/alsamixergui/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/alsamixergui -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/alsamixergui/ChangeLog,v 1.26 2007/02/11 18:08:33 flameeyes Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsamixergui/ChangeLog,v 1.27 2008/02/29 19:57:54 carlo Exp $ + + 29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> + alsamixergui-0.9.0.1.2-r4.ebuild: + Remove icon extension from desktop entry to match Icon Theme Specification. 11 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> alsamixergui-0.9.0.1.2-r4.ebuild: 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 8db5ad18a515..6a7ceacba957 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-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/alsamixergui/alsamixergui-0.9.0.1.2-r4.ebuild,v 1.11 2007/02/11 18:08:33 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsamixergui/alsamixergui-0.9.0.1.2-r4.ebuild,v 1.12 2008/02/29 19:57:54 carlo Exp $ IUSE="" @@ -41,5 +41,5 @@ 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 + make_desktop_entry alsamixergui "Alsa Mixer GUI" ${PN} } diff --git a/media-sound/ardour/ChangeLog b/media-sound/ardour/ChangeLog index d710c1fbfd11..e3015c452e01 100644 --- a/media-sound/ardour/ChangeLog +++ b/media-sound/ardour/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-sound/ardour # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ChangeLog,v 1.69 2008/02/09 10:06:28 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ChangeLog,v 1.70 2008/02/29 20:03:47 carlo Exp $ + + 29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> ardour-2.0.3.ebuild, + ardour-2.0.5.ebuild, ardour-2.1.ebuild, ardour-2.2.ebuild, + ardour-2.3.1.ebuild: + Remove icon extension from desktop entry to match Icon Theme Specification. *ardour-2.3.1 (09 Feb 2008) diff --git a/media-sound/ardour/ardour-2.0.3.ebuild b/media-sound/ardour/ardour-2.0.3.ebuild index 3c71c5201be2..70218c42cb8c 100644 --- a/media-sound/ardour/ardour-2.0.3.ebuild +++ b/media-sound/ardour/ardour-2.0.3.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/ardour/ardour-2.0.3.ebuild,v 1.3 2007/07/27 15:44:11 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ardour-2.0.3.ebuild,v 1.4 2008/02/29 20:03:47 carlo Exp $ inherit eutils toolchain-funcs flag-o-matic @@ -95,7 +95,7 @@ src_install() { dodoc DOCUMENTATION/* doicon "${S}/icons/icon/ardour_icon_mac.png" - make_desktop_entry ardour2 Ardour2 ardour_icon_mac.png AudioVideo + make_desktop_entry ardour2 Ardour2 ardour_icon_mac AudioVideo } pkg_postinst() { diff --git a/media-sound/ardour/ardour-2.0.5.ebuild b/media-sound/ardour/ardour-2.0.5.ebuild index 2c22713a787b..70e38c878ff8 100644 --- a/media-sound/ardour/ardour-2.0.5.ebuild +++ b/media-sound/ardour/ardour-2.0.5.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/ardour/ardour-2.0.5.ebuild,v 1.1 2007/08/21 10:57:59 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ardour-2.0.5.ebuild,v 1.2 2008/02/29 20:03:47 carlo Exp $ inherit eutils toolchain-funcs flag-o-matic @@ -94,7 +94,7 @@ src_install() { dodoc DOCUMENTATION/* doicon "${S}/icons/icon/ardour_icon_mac.png" - make_desktop_entry ardour2 Ardour2 ardour_icon_mac.png AudioVideo + make_desktop_entry ardour2 Ardour2 ardour_icon_mac AudioVideo } pkg_postinst() { diff --git a/media-sound/ardour/ardour-2.1.ebuild b/media-sound/ardour/ardour-2.1.ebuild index 2c11b003dae5..b7161441dae3 100644 --- a/media-sound/ardour/ardour-2.1.ebuild +++ b/media-sound/ardour/ardour-2.1.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/ardour/ardour-2.1.ebuild,v 1.1 2007/10/16 16:17:49 eldad Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ardour-2.1.ebuild,v 1.2 2008/02/29 20:03:47 carlo Exp $ inherit eutils toolchain-funcs flag-o-matic @@ -86,7 +86,7 @@ src_install() { dodoc DOCUMENTATION/* doicon "${S}/icons/icon/ardour_icon_mac.png" - make_desktop_entry ardour2 Ardour2 ardour_icon_mac.png AudioVideo + make_desktop_entry ardour2 Ardour2 ardour_icon_mac AudioVideo } pkg_postinst() { diff --git a/media-sound/ardour/ardour-2.2.ebuild b/media-sound/ardour/ardour-2.2.ebuild index 9fe21a1560ed..e4296461b81c 100644 --- a/media-sound/ardour/ardour-2.2.ebuild +++ b/media-sound/ardour/ardour-2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ardour-2.2.ebuild,v 1.3 2008/01/21 08:25:02 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ardour-2.2.ebuild,v 1.4 2008/02/29 20:03:47 carlo Exp $ inherit eutils toolchain-funcs flag-o-matic @@ -100,7 +100,7 @@ src_install() { dodoc DOCUMENTATION/* doicon "${S}/icons/icon/ardour_icon_mac.png" - make_desktop_entry ardour2 Ardour2 ardour_icon_mac.png AudioVideo + make_desktop_entry ardour2 Ardour2 ardour_icon_mac AudioVideo } pkg_postinst() { diff --git a/media-sound/ardour/ardour-2.3.1.ebuild b/media-sound/ardour/ardour-2.3.1.ebuild index 7ee5aaccc5b7..abaad5b951a7 100644 --- a/media-sound/ardour/ardour-2.3.1.ebuild +++ b/media-sound/ardour/ardour-2.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ardour-2.3.1.ebuild,v 1.1 2008/02/09 10:06:28 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ardour-2.3.1.ebuild,v 1.2 2008/02/29 20:03:47 carlo Exp $ inherit eutils toolchain-funcs flag-o-matic versionator @@ -105,7 +105,7 @@ src_install() { dodoc DOCUMENTATION/* doicon "${S}/icons/icon/ardour_icon_mac.png" - make_desktop_entry ardour2 Ardour2 ardour_icon_mac.png AudioVideo + make_desktop_entry ardour2 Ardour2 ardour_icon_mac AudioVideo } pkg_postinst() { diff --git a/media-sound/aumix/ChangeLog b/media-sound/aumix/ChangeLog index d48e35a63967..a6ad599c2e93 100644 --- a/media-sound/aumix/ChangeLog +++ b/media-sound/aumix/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/aumix -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/aumix/ChangeLog,v 1.63 2007/05/23 07:28:25 eradicator Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/aumix/ChangeLog,v 1.64 2008/02/29 19:58:37 carlo Exp $ + + 29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> aumix-2.8-r4.ebuild: + Remove icon extension from desktop entry to match Icon Theme Specification. 23 May 2007; Jeremy Huddleston <eradicator@gentoo.org> aumix-2.8-r4.ebuild: 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 } diff --git a/media-sound/cantus/ChangeLog b/media-sound/cantus/ChangeLog index 176f48b23199..9da3326f94f1 100644 --- a/media-sound/cantus/ChangeLog +++ b/media-sound/cantus/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/cantus -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/cantus/ChangeLog,v 1.23 2007/08/12 10:29:35 drac Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/cantus/ChangeLog,v 1.24 2008/02/29 20:04:33 carlo Exp $ + + 29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> cantus-3.0.2.ebuild: + Remove icon extension from desktop entry to match Icon Theme Specification. *cantus-3.0.2 (12 Aug 2007) diff --git a/media-sound/cantus/cantus-3.0.2.ebuild b/media-sound/cantus/cantus-3.0.2.ebuild index 3b1e009a5058..a25e2e736048 100644 --- a/media-sound/cantus/cantus-3.0.2.ebuild +++ b/media-sound/cantus/cantus-3.0.2.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/cantus/cantus-3.0.2.ebuild,v 1.2 2007/08/12 10:31:46 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/cantus/cantus-3.0.2.ebuild,v 1.3 2008/02/29 20:04:33 carlo Exp $ inherit autotools eutils @@ -39,5 +39,5 @@ src_install() { emake DESTDIR="${D}" install || die "emake install failed." dodoc AUTHORS ChangeLog NEWS README TODO newicon dist/pixmaps/${PN}_tag.png ${PN}.png - make_desktop_entry ${PN} Cantus ${PN}.png + make_desktop_entry ${PN} Cantus ${PN} } diff --git a/media-sound/freebirth/ChangeLog b/media-sound/freebirth/ChangeLog index ee7dd2c6bc36..6c13f2fdaf83 100644 --- a/media-sound/freebirth/ChangeLog +++ b/media-sound/freebirth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/freebirth -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/freebirth/ChangeLog,v 1.15 2007/09/04 14:06:03 angelos Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/freebirth/ChangeLog,v 1.16 2008/02/29 20:05:11 carlo Exp $ + + 29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> freebirth-0.3.2-r1.ebuild: + Remove icon extension from desktop entry to match Icon Theme Specification. 04 Sep 2007; Christoph Mende <angelos@gentoo.org> freebirth-0.3.2-r1.ebuild: diff --git a/media-sound/freebirth/freebirth-0.3.2-r1.ebuild b/media-sound/freebirth/freebirth-0.3.2-r1.ebuild index 8cd7a09e461b..cc4d0a4c8693 100644 --- a/media-sound/freebirth/freebirth-0.3.2-r1.ebuild +++ b/media-sound/freebirth/freebirth-0.3.2-r1.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/freebirth/freebirth-0.3.2-r1.ebuild,v 1.7 2007/09/04 14:06:03 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/freebirth/freebirth-0.3.2-r1.ebuild,v 1.8 2008/02/29 20:05:11 carlo Exp $ inherit eutils toolchain-funcs @@ -33,5 +33,5 @@ src_install() { doins raw/*.raw dodoc CHANGES NEXT_VERSION README doicon xpm/${PN}.xpm - make_desktop_entry ${PN} ${PN} ${PN}.xpm + make_desktop_entry ${PN} ${PN} ${PN} } diff --git a/media-sound/glurp/ChangeLog b/media-sound/glurp/ChangeLog index 1ab8a9ceddcc..9949d5a67990 100644 --- a/media-sound/glurp/ChangeLog +++ b/media-sound/glurp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/glurp -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/glurp/ChangeLog,v 1.22 2007/02/22 01:00:27 peper Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/glurp/ChangeLog,v 1.23 2008/02/29 19:59:14 carlo Exp $ + + 29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> glurp-0.11.6-r1.ebuild: + Remove icon extension from desktop entry to match Icon Theme Specification. 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/media-sound/glurp/glurp-0.11.6-r1.ebuild b/media-sound/glurp/glurp-0.11.6-r1.ebuild index 2cfaa7ce2e17..b36dc5215fef 100644 --- a/media-sound/glurp/glurp-0.11.6-r1.ebuild +++ b/media-sound/glurp/glurp-0.11.6-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 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/glurp/glurp-0.11.6-r1.ebuild,v 1.2 2006/10/28 01:22:14 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/glurp/glurp-0.11.6-r1.ebuild,v 1.3 2008/02/29 19:59:14 carlo Exp $ IUSE="debug" @@ -27,5 +27,5 @@ src_install() { dodoc AUTHORS ChangeLog insinto /usr/share/pixmaps doins ${FILESDIR}/${PN}.svg - make_desktop_entry glurp Glurp glurp.svg AudioVideo + make_desktop_entry glurp Glurp glurp AudioVideo } diff --git a/media-sound/gtick/ChangeLog b/media-sound/gtick/ChangeLog index 3a371fd54b61..38d12556dbce 100644 --- a/media-sound/gtick/ChangeLog +++ b/media-sound/gtick/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/gtick -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/gtick/ChangeLog,v 1.31 2007/11/22 17:44:08 armin76 Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/gtick/ChangeLog,v 1.32 2008/02/29 19:59:56 carlo Exp $ + + 29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> gtick-0.4.1.ebuild: + Remove icon extension from desktop entry to match Icon Theme Specification. 22 Nov 2007; Raúl Porcel <armin76@gentoo.org> gtick-0.4.1.ebuild: sparc stable wrt #198826, thanks to Alex Maclean for testing diff --git a/media-sound/gtick/gtick-0.4.1.ebuild b/media-sound/gtick/gtick-0.4.1.ebuild index 9101bf504437..25a38a0fdf58 100644 --- a/media-sound/gtick/gtick-0.4.1.ebuild +++ b/media-sound/gtick/gtick-0.4.1.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/gtick/gtick-0.4.1.ebuild,v 1.4 2007/11/22 17:44:08 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/gtick/gtick-0.4.1.ebuild,v 1.5 2008/02/29 19:59:56 carlo Exp $ inherit eutils @@ -35,5 +35,5 @@ src_install() { emake DESTDIR="${D}" install || die "emake install failed." dodoc AUTHORS ChangeLog NEWS README THANKS TODO newicon src/icon32x32.xpm gtick.xpm - make_desktop_entry ${PN} "GTick" ${PN}.xpm + make_desktop_entry ${PN} "GTick" ${PN} } diff --git a/media-sound/gtkguitune/ChangeLog b/media-sound/gtkguitune/ChangeLog index 0ec35648b84c..fd5638243fea 100644 --- a/media-sound/gtkguitune/ChangeLog +++ b/media-sound/gtkguitune/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/gtkguitune -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/gtkguitune/ChangeLog,v 1.14 2007/08/19 15:30:09 drac Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/gtkguitune/ChangeLog,v 1.15 2008/02/29 20:08:44 carlo Exp $ + + 29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> gtkguitune-0.7-r1.ebuild: + Remove icon extension from desktop entry to match Icon Theme Specification. 19 Aug 2007; Samuli Suominen <drac@gentoo.org> gtkguitune-0.7-r1.ebuild: amd64/x86/sparc stable. diff --git a/media-sound/gtkguitune/gtkguitune-0.7-r1.ebuild b/media-sound/gtkguitune/gtkguitune-0.7-r1.ebuild index fabf6271064d..aa58ee28f775 100644 --- a/media-sound/gtkguitune/gtkguitune-0.7-r1.ebuild +++ b/media-sound/gtkguitune/gtkguitune-0.7-r1.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/gtkguitune/gtkguitune-0.7-r1.ebuild,v 1.2 2007/08/19 15:30:09 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/gtkguitune/gtkguitune-0.7-r1.ebuild,v 1.3 2008/02/29 20:08:44 carlo Exp $ inherit eutils @@ -21,5 +21,5 @@ src_install() { emake DESTDIR="${D}" install || die "emake install failed." dodoc README AUTHORS doicon *.xpm - make_desktop_entry ${PN} "Guitune" guitune_logo.xpm + make_desktop_entry ${PN} "Guitune" guitune_logo } diff --git a/media-sound/kmp/ChangeLog b/media-sound/kmp/ChangeLog index 12c18fd8cbca..976c66fdf4fc 100644 --- a/media-sound/kmp/ChangeLog +++ b/media-sound/kmp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/kmp -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/kmp/ChangeLog,v 1.11 2007/02/22 01:07:50 peper Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/kmp/ChangeLog,v 1.12 2008/02/29 19:57:16 carlo Exp $ + + 29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> kmp-0.01.ebuild, + kmp-0.5.ebuild: + Remove icon extension from desktop entry to match Icon Theme Specification. 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/media-sound/kmp/kmp-0.01.ebuild b/media-sound/kmp/kmp-0.01.ebuild index 203f5c713d5b..7a6b4b9ba1bb 100644 --- a/media-sound/kmp/kmp-0.01.ebuild +++ b/media-sound/kmp/kmp-0.01.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/kmp/kmp-0.01.ebuild,v 1.8 2007/02/05 22:39:33 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/kmp/kmp-0.01.ebuild,v 1.9 2008/02/29 19:57:16 carlo Exp $ inherit eutils kde-functions @@ -34,7 +34,7 @@ src_install() { insinto /usr/share/pixmaps newins pics/icon.png kmp.png - make_desktop_entry kmp "KMP" kmp.png "KDE;Qt;AudioVideo" "" "Multimedia" + make_desktop_entry kmp "KMP" kmp "KDE;Qt;AudioVideo" "" "Multimedia" # KDE doesn't like two of the same .desktop entries rm -rf ${D}/usr/share/applnk diff --git a/media-sound/kmp/kmp-0.5.ebuild b/media-sound/kmp/kmp-0.5.ebuild index bf7c95d4dec7..9b42b52a4c1f 100644 --- a/media-sound/kmp/kmp-0.5.ebuild +++ b/media-sound/kmp/kmp-0.5.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/kmp/kmp-0.5.ebuild,v 1.3 2007/02/05 22:39:33 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/kmp/kmp-0.5.ebuild,v 1.4 2008/02/29 19:57:16 carlo Exp $ inherit eutils kde-functions @@ -31,7 +31,7 @@ src_install() { insinto /usr/share/pixmaps newins pics/icon.png kmp.png - make_desktop_entry kmp "KMP" kmp.png "KDE;Qt;AudioVideo" "" "Multimedia" + make_desktop_entry kmp "KMP" kmp "KDE;Qt;AudioVideo" "" "Multimedia" # KDE doesn't like two of the same .desktop entries rm -rf ${D}/usr/share/applnk diff --git a/media-sound/lastfmplayer/ChangeLog b/media-sound/lastfmplayer/ChangeLog index ca5aede6604f..2681f03fb4bb 100644 --- a/media-sound/lastfmplayer/ChangeLog +++ b/media-sound/lastfmplayer/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/lastfmplayer # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lastfmplayer/ChangeLog,v 1.26 2008/01/19 14:07:17 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lastfmplayer/ChangeLog,v 1.27 2008/02/29 20:02:46 carlo Exp $ + + 29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> + lastfmplayer-1.4.2.58240.ebuild: + Remove icon extension from desktop entry to match Icon Theme Specification. *lastfmplayer-1.4.2.58240 (19 Jan 2008) diff --git a/media-sound/lastfmplayer/lastfmplayer-1.4.2.58240.ebuild b/media-sound/lastfmplayer/lastfmplayer-1.4.2.58240.ebuild index abedd7b1fc9d..cdd08c21aefb 100644 --- a/media-sound/lastfmplayer/lastfmplayer-1.4.2.58240.ebuild +++ b/media-sound/lastfmplayer/lastfmplayer-1.4.2.58240.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lastfmplayer/lastfmplayer-1.4.2.58240.ebuild,v 1.1 2008/01/19 14:07:17 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lastfmplayer/lastfmplayer-1.4.2.58240.ebuild,v 1.2 2008/02/29 20:02:46 carlo Exp $ inherit eutils qt4 @@ -66,7 +66,7 @@ src_install() { # Icon, menu, protcol make_wrapper lastfm ./last.fm ${destination} ${destination} newicon data/icons/as.png lastfm.png - make_desktop_entry lastfm "Last.fm Player" lastfm.png + make_desktop_entry lastfm "Last.fm Player" lastfm # make sure no hanging instance of lastfm is running sed -i -e 's:exec:if ! ps aux | grep "^$USER.*last.fm.app" | grep Sl >/dev/null 2>\&1; \ diff --git a/media-sound/mhwaveedit/ChangeLog b/media-sound/mhwaveedit/ChangeLog index f7c49b6e73c3..e2fe9fba93dc 100644 --- a/media-sound/mhwaveedit/ChangeLog +++ b/media-sound/mhwaveedit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/mhwaveedit # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mhwaveedit/ChangeLog,v 1.32 2008/02/06 14:52:55 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mhwaveedit/ChangeLog,v 1.33 2008/02/29 20:08:01 carlo Exp $ + + 29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> mhwaveedit-1.4.14.ebuild: + Remove icon extension from desktop entry to match Icon Theme Specification. 06 Feb 2008; Santiago M. Mola <coldwind@gentoo.org> -mhwaveedit-1.4.12.ebuild, mhwaveedit-1.4.14.ebuild: diff --git a/media-sound/mhwaveedit/mhwaveedit-1.4.14.ebuild b/media-sound/mhwaveedit/mhwaveedit-1.4.14.ebuild index b075eec1cdb1..ae6747913eb7 100644 --- a/media-sound/mhwaveedit/mhwaveedit-1.4.14.ebuild +++ b/media-sound/mhwaveedit/mhwaveedit-1.4.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mhwaveedit/mhwaveedit-1.4.14.ebuild,v 1.5 2008/02/06 14:52:55 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mhwaveedit/mhwaveedit-1.4.14.ebuild,v 1.6 2008/02/29 20:08:01 carlo Exp $ inherit eutils @@ -49,5 +49,5 @@ src_install() { dodoc AUTHORS BUGS ChangeLog HACKING NEWS README TODO newicon src/icon.xpm ${PN}.xpm - make_desktop_entry mhwaveedit mhWaveEdit ${PN}.xpm AudioVideo + make_desktop_entry mhwaveedit mhWaveEdit ${PN} AudioVideo } diff --git a/media-sound/mumble/ChangeLog b/media-sound/mumble/ChangeLog index 8adfec2bd2d0..74e3ff8d69f1 100644 --- a/media-sound/mumble/ChangeLog +++ b/media-sound/mumble/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/mumble # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mumble/ChangeLog,v 1.9 2008/01/06 20:55:23 drizzt Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mumble/ChangeLog,v 1.10 2008/02/29 20:05:55 carlo Exp $ + + 29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> mumble-0.9.4.ebuild, + mumble-1.1.1.ebuild: + Remove icon extension from desktop entry to match Icon Theme Specification. 06 Jan 2008; Timothy Redaelli <drizzt@gentoo.org> mumble-1.1.1.ebuild: Fix for speex 1.2_beta3. diff --git a/media-sound/mumble/mumble-0.9.4.ebuild b/media-sound/mumble/mumble-0.9.4.ebuild index d5f1aed2c5b7..f8677ea26427 100644 --- a/media-sound/mumble/mumble-0.9.4.ebuild +++ b/media-sound/mumble/mumble-0.9.4.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/mumble/mumble-0.9.4.ebuild,v 1.7 2007/05/05 19:13:10 drizzt Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mumble/mumble-0.9.4.ebuild,v 1.8 2008/02/29 20:05:55 carlo Exp $ inherit eutils toolchain-funcs @@ -56,6 +56,6 @@ src_install() { insinto /usr/share/pixmaps newins mumble.png.0 mumble.png \ || die "installing icon failed" - make_desktop_entry mumble "Mumble" mumble.png "KDE;Qt;AudioVideo" \ + make_desktop_entry mumble "Mumble" mumble "KDE;Qt;AudioVideo" \ || die "installing desktop entry failed" } diff --git a/media-sound/mumble/mumble-1.1.1.ebuild b/media-sound/mumble/mumble-1.1.1.ebuild index d4af0e8e7555..bed75beb2451 100644 --- a/media-sound/mumble/mumble-1.1.1.ebuild +++ b/media-sound/mumble/mumble-1.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mumble/mumble-1.1.1.ebuild,v 1.3 2008/01/06 20:55:23 drizzt Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mumble/mumble-1.1.1.ebuild,v 1.4 2008/02/29 20:05:55 carlo Exp $ inherit eutils toolchain-funcs qt4 @@ -82,7 +82,7 @@ src_install() { dobin scripts/mumble-overlay || die "installing failed" newicon icons/mumble.64x64.png mumble.png || die "installing icon failed" - make_desktop_entry ${PN} "Mumble" mumble.png "KDE;Qt;AudioVideo" \ + make_desktop_entry ${PN} "Mumble" mumble "KDE;Qt;AudioVideo" \ || die "installing menu entry failed" } diff --git a/media-sound/playspc_gtk/ChangeLog b/media-sound/playspc_gtk/ChangeLog index 8c9f466e4ad7..edfcd5ebb457 100644 --- a/media-sound/playspc_gtk/ChangeLog +++ b/media-sound/playspc_gtk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/playspc_gtk -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/playspc_gtk/ChangeLog,v 1.10 2007/07/24 15:35:54 drac Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/playspc_gtk/ChangeLog,v 1.11 2008/02/29 20:09:22 carlo Exp $ + + 29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> playspc_gtk-0.2.7.8.ebuild: + Remove icon extension from desktop entry to match Icon Theme Specification. *playspc_gtk-0.2.7.8 (24 Jul 2007) diff --git a/media-sound/playspc_gtk/playspc_gtk-0.2.7.8.ebuild b/media-sound/playspc_gtk/playspc_gtk-0.2.7.8.ebuild index 19849afcb9b3..1b164ae620ac 100644 --- a/media-sound/playspc_gtk/playspc_gtk-0.2.7.8.ebuild +++ b/media-sound/playspc_gtk/playspc_gtk-0.2.7.8.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/playspc_gtk/playspc_gtk-0.2.7.8.ebuild,v 1.1 2007/07/24 15:35:54 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/playspc_gtk/playspc_gtk-0.2.7.8.ebuild,v 1.2 2008/02/29 20:09:22 carlo Exp $ inherit eutils toolchain-funcs @@ -29,5 +29,5 @@ src_install() { dobin ${PN} spccore dodoc CHANGELOG README TODO doicon playspc-icon.png - make_desktop_entry ${PN} ${PN} playspc-icon.png + make_desktop_entry ${PN} ${PN} playspc-icon } diff --git a/media-sound/pympd/ChangeLog b/media-sound/pympd/ChangeLog index b9bd84a4b8e1..9c79d4146e47 100644 --- a/media-sound/pympd/ChangeLog +++ b/media-sound/pympd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/pympd # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/pympd/ChangeLog,v 1.17 2008/01/14 17:09:03 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/pympd/ChangeLog,v 1.18 2008/02/29 20:00:48 carlo Exp $ + + 29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> pympd-0.06.ebuild, + pympd-0.06.1.ebuild: + Remove icon extension from desktop entry to match Icon Theme Specification. 14 Jan 2008; Tony Vroon <chainsaw@gentoo.org> pympd-0.06.ebuild, pympd-0.06.1.ebuild, pympd-0.08.1.ebuild: diff --git a/media-sound/pympd/pympd-0.06.1.ebuild b/media-sound/pympd/pympd-0.06.1.ebuild index 06013de3bc72..d94b1dcea2bc 100644 --- a/media-sound/pympd/pympd-0.06.1.ebuild +++ b/media-sound/pympd/pympd-0.06.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/pympd/pympd-0.06.1.ebuild,v 1.3 2008/01/14 17:09:03 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/pympd/pympd-0.06.1.ebuild,v 1.4 2008/02/29 20:00:48 carlo Exp $ inherit eutils python @@ -33,7 +33,7 @@ src_install() { cd "${S}" newins src/glade/pixmaps/icon.png pympd.png - make_desktop_entry "pympd" "pympd" "pympd.png" "Audio" + make_desktop_entry "pympd" "pympd" "pympd" "Audio" } pkg_postinst() { diff --git a/media-sound/pympd/pympd-0.06.ebuild b/media-sound/pympd/pympd-0.06.ebuild index 2ca9a64e9b1f..49225ad8ee2d 100644 --- a/media-sound/pympd/pympd-0.06.ebuild +++ b/media-sound/pympd/pympd-0.06.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/pympd/pympd-0.06.ebuild,v 1.8 2008/01/14 17:09:03 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/pympd/pympd-0.06.ebuild,v 1.9 2008/02/29 20:00:48 carlo Exp $ inherit eutils python @@ -43,7 +43,7 @@ src_install() { cd "${S}" newins src/glade/pixmaps/icon.png pympd.png - make_desktop_entry "pympd" "pympd" "pympd.png" "Audio" + make_desktop_entry "pympd" "pympd" "pympd" "Audio" } pkg_postinst() { diff --git a/media-sound/qmpdclient/ChangeLog b/media-sound/qmpdclient/ChangeLog index ed1cdd9141b0..d9dfec277cfc 100644 --- a/media-sound/qmpdclient/ChangeLog +++ b/media-sound/qmpdclient/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/qmpdclient # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/ChangeLog,v 1.23 2008/02/20 07:38:11 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/ChangeLog,v 1.24 2008/02/29 20:06:46 carlo Exp $ + + 29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> qmpdclient-1.0.6.2.ebuild, + qmpdclient-1.0.7.ebuild: + Remove icon extension from desktop entry to match Icon Theme Specification. 20 Feb 2008; Christian Faulhammer <opfer@gentoo.org> qmpdclient-1.0.8.ebuild: diff --git a/media-sound/qmpdclient/qmpdclient-1.0.6.2.ebuild b/media-sound/qmpdclient/qmpdclient-1.0.6.2.ebuild index bd18965a7f8e..397f8ee2fc5c 100644 --- a/media-sound/qmpdclient/qmpdclient-1.0.6.2.ebuild +++ b/media-sound/qmpdclient/qmpdclient-1.0.6.2.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/qmpdclient/qmpdclient-1.0.6.2.ebuild,v 1.2 2007/01/26 19:59:38 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/qmpdclient-1.0.6.2.ebuild,v 1.3 2008/02/29 20:06:46 carlo Exp $ inherit eutils @@ -26,5 +26,5 @@ src_install() { doins icons/qmpdclient{16,22,32,64,128}.png dobin qmpdclient - make_desktop_entry qmpdclient "QMPDClient" qmpdclient64.png "KDE;Qt;AudioVideo" + make_desktop_entry qmpdclient "QMPDClient" qmpdclient64 "KDE;Qt;AudioVideo" } diff --git a/media-sound/qmpdclient/qmpdclient-1.0.7.ebuild b/media-sound/qmpdclient/qmpdclient-1.0.7.ebuild index 5d63817c58a2..152153d272ab 100644 --- a/media-sound/qmpdclient/qmpdclient-1.0.7.ebuild +++ b/media-sound/qmpdclient/qmpdclient-1.0.7.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/qmpdclient/qmpdclient-1.0.7.ebuild,v 1.4 2007/05/26 02:17:08 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/qmpdclient-1.0.7.ebuild,v 1.5 2008/02/29 20:06:46 carlo Exp $ inherit eutils @@ -26,5 +26,5 @@ src_install() { doins icons/qmpdclient{16,22,32,64,128}.png dobin qmpdclient - make_desktop_entry qmpdclient "QMPDClient" qmpdclient64.png "KDE;Qt;AudioVideo" + make_desktop_entry qmpdclient "QMPDClient" qmpdclient64 "KDE;Qt;AudioVideo" } diff --git a/media-sound/ripperx/ChangeLog b/media-sound/ripperx/ChangeLog index 2ebf5038dd00..3a05376ad8b5 100644 --- a/media-sound/ripperx/ChangeLog +++ b/media-sound/ripperx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/ripperx # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ripperx/ChangeLog,v 1.28 2008/01/19 19:50:57 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/ripperx/ChangeLog,v 1.29 2008/02/29 20:01:31 carlo Exp $ + + 29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> ripperx-2.7.0.ebuild: + Remove icon extension from desktop entry to match Icon Theme Specification. *ripperx-2.7.1 (19 Jan 2008) diff --git a/media-sound/ripperx/ripperx-2.7.0.ebuild b/media-sound/ripperx/ripperx-2.7.0.ebuild index 6a383161b693..518d04ce3df6 100644 --- a/media-sound/ripperx/ripperx-2.7.0.ebuild +++ b/media-sound/ripperx/ripperx-2.7.0.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/ripperx/ripperx-2.7.0.ebuild,v 1.5 2007/07/25 21:11:43 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/ripperx/ripperx-2.7.0.ebuild,v 1.6 2008/02/29 20:01:31 carlo Exp $ inherit eutils toolchain-funcs @@ -45,5 +45,5 @@ src_install() { plugins/ripperX_plugin-flac plugins/ripperX_plugin-toolame doicon src/xpms/ripperX-icon.xpm - make_desktop_entry ripperX "${PN}" ripperX-icon.xpm + make_desktop_entry ripperX "${PN}" ripperX-icon } diff --git a/media-sound/soundtracker/ChangeLog b/media-sound/soundtracker/ChangeLog index d5430dd076a6..8e1608a8328e 100644 --- a/media-sound/soundtracker/ChangeLog +++ b/media-sound/soundtracker/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/soundtracker -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/soundtracker/ChangeLog,v 1.26 2007/08/26 01:22:45 philantrop Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/soundtracker/ChangeLog,v 1.27 2008/02/29 20:07:24 carlo Exp $ + + 29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> soundtracker-0.6.8.ebuild: + Remove icon extension from desktop entry to match Icon Theme Specification. 26 Aug 2007; Wulf C. Krueger <philantrop@gentoo.org> soundtracker-0.6.8.ebuild: diff --git a/media-sound/soundtracker/soundtracker-0.6.8.ebuild b/media-sound/soundtracker/soundtracker-0.6.8.ebuild index aeedeb096df1..08f1c6f303bf 100644 --- a/media-sound/soundtracker/soundtracker-0.6.8.ebuild +++ b/media-sound/soundtracker/soundtracker-0.6.8.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/soundtracker/soundtracker-0.6.8.ebuild,v 1.5 2007/08/26 01:22:45 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/soundtracker/soundtracker-0.6.8.ebuild,v 1.6 2008/02/29 20:07:24 carlo Exp $ IUSE="alsa esd jack nls oss sdl" @@ -69,5 +69,5 @@ src_install () { dohtml -r doc doicon soundtracker_splash.png - make_desktop_entry soundtracker SoundTracker soundtracker_splash.png + make_desktop_entry soundtracker SoundTracker soundtracker_splash } diff --git a/media-sound/terminatorx/ChangeLog b/media-sound/terminatorx/ChangeLog index 81c9cdd3accb..86ce351cf71e 100644 --- a/media-sound/terminatorx/ChangeLog +++ b/media-sound/terminatorx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/terminatorx # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/terminatorx/ChangeLog,v 1.25 2008/01/13 13:38:12 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/terminatorx/ChangeLog,v 1.26 2008/02/29 20:02:02 carlo Exp $ + + 29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> ChangeLog: + Remove icon extension from desktop entry to match Icon Theme Specification. 13 Jan 2008; Alexis Ballier <aballier@gentoo.org> terminatorx-3.81.ebuild, terminatorx-3.82.ebuild: diff --git a/media-sound/terminatorx/terminatorx-3.82.ebuild b/media-sound/terminatorx/terminatorx-3.82.ebuild index 9a94dd7ba37d..e8d9e829b05c 100644 --- a/media-sound/terminatorx/terminatorx-3.82.ebuild +++ b/media-sound/terminatorx/terminatorx-3.82.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/terminatorx/terminatorx-3.82.ebuild,v 1.9 2008/01/13 13:38:12 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/terminatorx/terminatorx-3.82.ebuild,v 1.10 2008/02/29 20:02:02 carlo Exp $ inherit gnome2 eutils @@ -56,5 +56,5 @@ src_compile() { src_install() { emake DESTDIR="${D}" install || die "emake install failed." newicon gnome-support/terminatorX-app.png terminatorX.png - make_desktop_entry terminatorX terminatorX terminatorX.png AudioVideo + make_desktop_entry terminatorX terminatorX terminatorX AudioVideo } |