From 33ec3afdc21120fa660b7a1ea4067d4ac7feafd2 Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Wed, 19 Jan 2005 00:20:15 +0000 Subject: Updated with a .desktop entry and closing bug #76680. (Portage version: 2.0.51-r13) --- games-arcade/supertux/ChangeLog | 8 ++++++-- games-arcade/supertux/supertux-0.1.1-r1.ebuild | 10 ++++++++-- games-arcade/supertux/supertux-0.1.2.ebuild | 10 ++++++++-- 3 files changed, 22 insertions(+), 6 deletions(-) (limited to 'games-arcade/supertux') 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 + 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 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 } -- cgit v1.2.3-65-gdbad