summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2008-02-29 19:37:46 +0000
committerCarsten Lohrke <carlo@gentoo.org>2008-02-29 19:37:46 +0000
commit201074810315ae2e4f592e0b9aac0c72860238b7 (patch)
tree5df69a4935d42973d9fe8b887e42bf3791a06445 /games-puzzle/tong
parentRemove icon extension from desktop entry to match Icon Theme Specification. (diff)
downloadhistorical-201074810315ae2e4f592e0b9aac0c72860238b7.tar.gz
historical-201074810315ae2e4f592e0b9aac0c72860238b7.tar.bz2
historical-201074810315ae2e4f592e0b9aac0c72860238b7.zip
Remove icon extension from desktop entry to match Icon Theme Specification.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'games-puzzle/tong')
-rw-r--r--games-puzzle/tong/ChangeLog7
-rw-r--r--games-puzzle/tong/tong-1.0.ebuild6
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
}