diff options
author | 2008-02-29 18:56:30 +0000 | |
---|---|---|
committer | 2008-02-29 18:56:30 +0000 | |
commit | f0fcbdfd06edb4b3652be324aecaa090ba68133f (patch) | |
tree | 4cc57da8bbda04d0ddbfda5692936227760845c1 /games-arcade/ri-li | |
parent | *** empty log message *** (diff) | |
download | historical-f0fcbdfd06edb4b3652be324aecaa090ba68133f.tar.gz historical-f0fcbdfd06edb4b3652be324aecaa090ba68133f.tar.bz2 historical-f0fcbdfd06edb4b3652be324aecaa090ba68133f.zip |
Remove icon extension from desktop entry to match Icon Theme Specification.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'games-arcade/ri-li')
-rw-r--r-- | games-arcade/ri-li/ChangeLog | 7 | ||||
-rw-r--r-- | games-arcade/ri-li/ri-li-2.0.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-arcade/ri-li/ChangeLog b/games-arcade/ri-li/ChangeLog index fe5d7fade7ed..b5570414447c 100644 --- a/games-arcade/ri-li/ChangeLog +++ b/games-arcade/ri-li/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/ri-li -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/ri-li/ChangeLog,v 1.4 2006/10/26 21:45:17 tupone Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/ri-li/ChangeLog,v 1.5 2008/02/29 18:47:42 carlo Exp $ + + 29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> ri-li-2.0.0.ebuild: + Remove icon extension from desktop entry to match Icon Theme Specification. 26 Oct 2006; <tupone@gentoo.org> ri-li-1.2.0.ebuild, ri-li-2.0.0.ebuild: Added ~amd64 keyword. Bug #152016 by Jose Marino diff --git a/games-arcade/ri-li/ri-li-2.0.0.ebuild b/games-arcade/ri-li/ri-li-2.0.0.ebuild index 92c4cc14fbb5..12e45156b4d6 100644 --- a/games-arcade/ri-li/ri-li-2.0.0.ebuild +++ b/games-arcade/ri-li/ri-li-2.0.0.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/games-arcade/ri-li/ri-li-2.0.0.ebuild,v 1.2 2006/10/26 21:45:17 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/ri-li/ri-li-2.0.0.ebuild,v 1.3 2008/02/29 18:47:42 carlo Exp $ inherit eutils games @@ -23,6 +23,6 @@ src_install() { rm -f "${D}${GAMES_DATADIR}/Ri-li/"*ebuild doicon "${D}${GAMES_DATADIR}/Ri-li/"*png dodoc AUTHORS ChangeLog NEWS README - make_desktop_entry Ri_li Ri-li Ri-li-icon-48x48.png + make_desktop_entry Ri_li Ri-li Ri-li-icon-48x48 prepgamesdirs } |