diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2008-02-29 19:27:30 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2008-02-29 19:27:30 +0000 |
commit | 3f5d1b29c64e44126ac642c2d13aeaf14ce67685 (patch) | |
tree | 996069bd5e6ccdffc488a9f01ab0d03d5fe2a524 /games-fps/ut2003 | |
parent | *** empty log message *** (diff) | |
download | historical-3f5d1b29c64e44126ac642c2d13aeaf14ce67685.tar.gz historical-3f5d1b29c64e44126ac642c2d13aeaf14ce67685.tar.bz2 historical-3f5d1b29c64e44126ac642c2d13aeaf14ce67685.zip |
Remove icon extension from desktop entry to match Icon Theme Specification.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'games-fps/ut2003')
-rw-r--r-- | games-fps/ut2003/ChangeLog | 5 | ||||
-rw-r--r-- | games-fps/ut2003/ut2003-2225-r4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-fps/ut2003/ChangeLog b/games-fps/ut2003/ChangeLog index 3c1b43416b98..e987fe86a24b 100644 --- a/games-fps/ut2003/ChangeLog +++ b/games-fps/ut2003/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/ut2003 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ChangeLog,v 1.45 2008/02/15 01:17:36 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ChangeLog,v 1.46 2008/02/29 19:23:24 carlo Exp $ + + 29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> ut2003-2225-r4.ebuild: + Remove icon extension from desktop entry to match Icon Theme Specification. 15 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> ut2003-2225-r4.ebuild: Fix quoting. diff --git a/games-fps/ut2003/ut2003-2225-r4.ebuild b/games-fps/ut2003/ut2003-2225-r4.ebuild index 0a2da02e16c5..d4738797e6a2 100644 --- a/games-fps/ut2003/ut2003-2225-r4.ebuild +++ b/games-fps/ut2003/ut2003-2225-r4.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/games-fps/ut2003/ut2003-2225-r4.ebuild,v 1.13 2008/02/15 01:17:36 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ut2003-2225-r4.ebuild,v 1.14 2008/02/29 19:23:24 carlo Exp $ inherit eutils games @@ -35,7 +35,7 @@ src_install() { insinto "${dir}" games_make_wrapper ut2003 ./ut2003 "${dir}" "${dir}" - make_desktop_entry ut2003 "Unreal Tournament 2003" ut2003.xpm + make_desktop_entry ut2003 "Unreal Tournament 2003" ut2003 # TODO: change this to use doexe/doins # this brings our install up to the newest version |