summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2005-01-19 00:20:15 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2005-01-19 00:20:15 +0000
commit33ec3afdc21120fa660b7a1ea4067d4ac7feafd2 (patch)
treed698dccdc226ef87a49fe51cd055f7f35b1dfa58 /games-arcade/supertux
parentNew version (diff)
downloadgentoo-2-33ec3afdc21120fa660b7a1ea4067d4ac7feafd2.tar.gz
gentoo-2-33ec3afdc21120fa660b7a1ea4067d4ac7feafd2.tar.bz2
gentoo-2-33ec3afdc21120fa660b7a1ea4067d4ac7feafd2.zip
Updated with a .desktop entry and closing bug #76680.
(Portage version: 2.0.51-r13)
Diffstat (limited to 'games-arcade/supertux')
-rw-r--r--games-arcade/supertux/ChangeLog8
-rw-r--r--games-arcade/supertux/supertux-0.1.1-r1.ebuild10
-rw-r--r--games-arcade/supertux/supertux-0.1.2.ebuild10
3 files changed, 22 insertions, 6 deletions
diff --git a/games-arcade/supertux/ChangeLog b/games-arcade/supertux/ChangeLog
index fc34a7894f8e..c2daeabab5c8 100644
--- a/games-arcade/supertux/ChangeLog
+++ b/games-arcade/supertux/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-arcade/supertux
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/supertux/ChangeLog,v 1.16 2004/12/24 15:51:50 blubb Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/supertux/ChangeLog,v 1.17 2005/01/19 00:20:15 wolf31o2 Exp $
+
+ 18 Jan 2005; Chris Gianelloni <wolf31o2@gentoo.org>
+ supertux-0.1.1-r1.ebuild, supertux-0.1.2.ebuild:
+ Updated with a .desktop entry and closing bug #76680.
24 Dec 2004; Simon Stelling <blubb@gentoo.org> supertux-0.1.2.ebuild:
stable on amd64
diff --git a/games-arcade/supertux/supertux-0.1.1-r1.ebuild b/games-arcade/supertux/supertux-0.1.1-r1.ebuild
index 5e6942f34102..6243e31c6132 100644
--- a/games-arcade/supertux/supertux-0.1.1-r1.ebuild
+++ b/games-arcade/supertux/supertux-0.1.1-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/supertux/supertux-0.1.1-r1.ebuild,v 1.2 2004/06/24 22:12:39 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/supertux/supertux-0.1.1-r1.ebuild,v 1.3 2005/01/19 00:20:15 wolf31o2 Exp $
inherit games
@@ -40,5 +40,11 @@ src_compile() {
src_install() {
make DESTDIR="${D}" install || die "make install failed"
dodoc AUTHORS ChangeLog INSTALL LEVELDESIGN README TODO.txt
+
+ cp data/images/icon.xpm supertux.xpm
+ doicon supertux.xpm
+
+ make_desktop_entry supertux SuperTux supertux.xpm
+
prepgamesdirs
}
diff --git a/games-arcade/supertux/supertux-0.1.2.ebuild b/games-arcade/supertux/supertux-0.1.2.ebuild
index 24998ea67661..79e4ec326c71 100644
--- a/games-arcade/supertux/supertux-0.1.2.ebuild
+++ b/games-arcade/supertux/supertux-0.1.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/supertux/supertux-0.1.2.ebuild,v 1.5 2004/12/24 15:51:50 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/supertux/supertux-0.1.2.ebuild,v 1.6 2005/01/19 00:20:15 wolf31o2 Exp $
inherit games
@@ -31,5 +31,11 @@ src_compile() {
src_install() {
make DESTDIR="${D}" install || die "make install failed"
dodoc AUTHORS ChangeLog INSTALL LEVELDESIGN README TODO
+
+ cp data/images/icon.xpm supertux.xpm
+ doicon supertux.xpm
+
+ make_desktop_entry supertux SuperTux supertux.xpm
+
prepgamesdirs
}