diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2008-02-29 18:09:18 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2008-02-29 18:09:18 +0000 |
commit | 773f7f5ff37cd172a0ecc958160f8f78879f51fc (patch) | |
tree | 0efb1eb56548e5b53c5bbb9b7d52f96f4cf59701 /games-action/rune | |
parent | alpha/ia64/sparc stable wrt #211876 (diff) | |
download | historical-773f7f5ff37cd172a0ecc958160f8f78879f51fc.tar.gz historical-773f7f5ff37cd172a0ecc958160f8f78879f51fc.tar.bz2 historical-773f7f5ff37cd172a0ecc958160f8f78879f51fc.zip |
Remove icon extension from desktop entry to match Icon Theme Specification.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'games-action/rune')
-rw-r--r-- | games-action/rune/ChangeLog | 5 | ||||
-rw-r--r-- | games-action/rune/rune-1.07-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-action/rune/ChangeLog b/games-action/rune/ChangeLog index 72d2cac9d502..75fefa5ed851 100644 --- a/games-action/rune/ChangeLog +++ b/games-action/rune/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/rune # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/rune/ChangeLog,v 1.14 2008/01/15 21:49:52 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/rune/ChangeLog,v 1.15 2008/02/29 18:03:20 carlo Exp $ + + 29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> rune-1.07-r2.ebuild: + Remove icon extension from desktop entry to match Icon Theme Specification. 15 Jan 2008; Samuli Suominen <drac@gentoo.org> rune-1.07-r2.ebuild: change dev-util/xdelta dep. to =dev-util/xdelta-1* diff --git a/games-action/rune/rune-1.07-r2.ebuild b/games-action/rune/rune-1.07-r2.ebuild index 454d2d2f24dc..856d8be4eac5 100644 --- a/games-action/rune/rune-1.07-r2.ebuild +++ b/games-action/rune/rune-1.07-r2.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-action/rune/rune-1.07-r2.ebuild,v 1.6 2008/01/15 21:49:52 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/rune/rune-1.07-r2.ebuild,v 1.7 2008/02/29 18:03:20 carlo Exp $ inherit eutils games @@ -136,7 +136,7 @@ src_install() { ${Ddir}/System/libSDL-1.2.so.0.backup games_make_wrapper rune ./rune "${dir}" "${dir}" - make_desktop_entry rune "Rune" rune.xpm "Game;ActionGame" + make_desktop_entry rune "Rune" rune "Game;ActionGame" find ${Ddir} -exec touch '{}' \; prepgamesdirs } |