diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2008-02-29 18:21:15 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2008-02-29 18:21:15 +0000 |
commit | beb13c193cff8e674717061e6194c9ec5be6b941 (patch) | |
tree | b4496e2830173e078b8ae8682919c1e5f048a2ed /games-action | |
parent | Remove icon extension from desktop entry to match Icon Theme Specification. (diff) | |
download | gentoo-2-beb13c193cff8e674717061e6194c9ec5be6b941.tar.gz gentoo-2-beb13c193cff8e674717061e6194c9ec5be6b941.tar.bz2 gentoo-2-beb13c193cff8e674717061e6194c9ec5be6b941.zip |
Remove icon extension from desktop entry to match Icon Theme Specification.
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/bzflag/ChangeLog | 8 | ||||
-rw-r--r-- | games-action/bzflag/bzflag-2.0.10.ebuild | 6 | ||||
-rw-r--r-- | games-action/bzflag/bzflag-2.0.8.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/games-action/bzflag/ChangeLog b/games-action/bzflag/ChangeLog index 3462c058f823..ea9b799b3623 100644 --- a/games-action/bzflag/ChangeLog +++ b/games-action/bzflag/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/bzflag -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/ChangeLog,v 1.33 2007/11/30 22:59:49 tupone Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/ChangeLog,v 1.34 2008/02/29 18:21:15 carlo Exp $ + + 29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> bzflag-2.0.8.ebuild, + bzflag-2.0.10.ebuild: + Remove icon extension from desktop entry to match Icon Theme Specification. 30 Nov 2007; Tupone Alfredo <tupone@gentoo.org> bzflag-2.0.10.ebuild: Better use net-misc/curl built with c-ares support. Bug #200798 by gionnico diff --git a/games-action/bzflag/bzflag-2.0.10.ebuild b/games-action/bzflag/bzflag-2.0.10.ebuild index bfaa2d810679..d1c9641f9b7d 100644 --- a/games-action/bzflag/bzflag-2.0.10.ebuild +++ b/games-action/bzflag/bzflag-2.0.10.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/games-action/bzflag/bzflag-2.0.10.ebuild,v 1.2 2007/11/30 22:59:49 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/bzflag-2.0.10.ebuild,v 1.3 2008/02/29 18:21:15 carlo Exp $ inherit eutils flag-o-matic games @@ -68,7 +68,7 @@ src_install() { if use sdl || ! use dedicated ; then doicon "data/bzflag-48x48.png" - make_desktop_entry ${PN} "BZFlag" ${PN}-48x48.png + make_desktop_entry ${PN} "BZFlag" ${PN}-48x48 fi prepgamesdirs diff --git a/games-action/bzflag/bzflag-2.0.8.ebuild b/games-action/bzflag/bzflag-2.0.8.ebuild index 3ca8a5edc006..3dab685b16aa 100644 --- a/games-action/bzflag/bzflag-2.0.8.ebuild +++ b/games-action/bzflag/bzflag-2.0.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/games-action/bzflag/bzflag-2.0.8.ebuild,v 1.7 2007/05/31 02:12:58 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/bzflag-2.0.8.ebuild,v 1.8 2008/02/29 18:21:15 carlo Exp $ inherit eutils flag-o-matic games @@ -78,7 +78,7 @@ src_install() { if use sdl || ! use dedicated ; then doicon "data/bzflag-48x48.png" - make_desktop_entry ${PN} "BZFlag" ${PN}-48x48.png + make_desktop_entry ${PN} "BZFlag" ${PN}-48x48 fi prepgamesdirs |