diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2008-02-29 19:29:34 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2008-02-29 19:29:34 +0000 |
commit | c24c815367b6fe5896f8ceae8c62319467983dce (patch) | |
tree | b8e24ea89296f3db111aaafa71b1ea290da0bf39 /games-puzzle/tong | |
parent | Remove icon extension from desktop entry to match Icon Theme Specification. (diff) | |
download | gentoo-2-c24c815367b6fe5896f8ceae8c62319467983dce.tar.gz gentoo-2-c24c815367b6fe5896f8ceae8c62319467983dce.tar.bz2 gentoo-2-c24c815367b6fe5896f8ceae8c62319467983dce.zip |
Remove icon extension from desktop entry to match Icon Theme Specification.
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-puzzle/tong')
-rw-r--r-- | games-puzzle/tong/ChangeLog | 7 | ||||
-rw-r--r-- | games-puzzle/tong/tong-1.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-puzzle/tong/ChangeLog b/games-puzzle/tong/ChangeLog index 6a9290c143a7..3e514f4c33cc 100644 --- a/games-puzzle/tong/ChangeLog +++ b/games-puzzle/tong/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/tong -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/tong/ChangeLog,v 1.4 2006/08/15 15:05:05 tcort Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/tong/ChangeLog,v 1.5 2008/02/29 19:29:34 carlo Exp $ + + 29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> tong-1.0.ebuild: + Remove icon extension from desktop entry to match Icon Theme Specification. 15 Aug 2006; Thomas Cort <tcort@gentoo.org> tong-1.0.ebuild: Stable on amd64 wrt Bug #143961 diff --git a/games-puzzle/tong/tong-1.0.ebuild b/games-puzzle/tong/tong-1.0.ebuild index 74c865f40bde..7b783263de71 100644 --- a/games-puzzle/tong/tong-1.0.ebuild +++ b/games-puzzle/tong/tong-1.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-puzzle/tong/tong-1.0.ebuild,v 1.4 2006/08/15 15:05:05 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/tong/tong-1.0.ebuild,v 1.5 2008/02/29 19:29:34 carlo Exp $ inherit eutils games @@ -35,7 +35,7 @@ src_install() { cp -r media/ "${D}/${GAMES_DATADIR}/${PN}" || die "cp failed" dodoc CHANGELOG README making-of.txt CREDITS - make_desktop_entry tong TONG ${PN}.png + make_desktop_entry tong TONG ${PN} doicon "${T}/${PN}.png" prepgamesdirs } |