From 7f69235b0ffe1c5e221c04267aaf627277d422c0 Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Mon, 8 Nov 2010 04:33:07 +0000 Subject: fix desktop file (Portage version: 2.1.8.3/cvs/Linux i686) --- games-arcade/supertux/ChangeLog | 8 ++++++-- .../supertux/files/supertux-0.1.3-desktop.patch | 21 +++++++++++++++++++++ games-arcade/supertux/supertux-0.1.3.ebuild | 10 +++++++--- 3 files changed, 34 insertions(+), 5 deletions(-) create mode 100644 games-arcade/supertux/files/supertux-0.1.3-desktop.patch (limited to 'games-arcade') diff --git a/games-arcade/supertux/ChangeLog b/games-arcade/supertux/ChangeLog index 792fcf61e77b..bc29cfd73f47 100644 --- a/games-arcade/supertux/ChangeLog +++ b/games-arcade/supertux/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-arcade/supertux -# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/supertux/ChangeLog,v 1.33 2009/02/23 01:02:56 mr_bones_ Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/supertux/ChangeLog,v 1.34 2010/11/08 04:33:07 mr_bones_ Exp $ + + 08 Nov 2010; Michael Sterrett + supertux-0.1.3.ebuild, +files/supertux-0.1.3-desktop.patch: + fix desktop file 23 Feb 2009; Michael Sterrett supertux-0.1.3.ebuild: diff --git a/games-arcade/supertux/files/supertux-0.1.3-desktop.patch b/games-arcade/supertux/files/supertux-0.1.3-desktop.patch new file mode 100644 index 000000000000..440881dc25f8 --- /dev/null +++ b/games-arcade/supertux/files/supertux-0.1.3-desktop.patch @@ -0,0 +1,21 @@ +--- supertux.desktop.orig 2010-11-07 23:29:26.058571005 -0500 ++++ supertux.desktop 2010-11-07 23:30:09.457350053 -0500 +@@ -1,7 +1,6 @@ + [Desktop Entry] + Type=Application + Version=1.0 +-Encoding=UTF-8 + Name=SuperTux + Name[en]=SuperTux + Name[de]=SuperTux +@@ -14,8 +13,8 @@ + Comment[en]=A Super Mario inspired penguin platform game + Comment[de]=Ein von Super Mario inspiriertes Pinguin Jump&Run Spiel + Comment[cs]=Plošinovka inspirovaná SuperMariem s tučňákem Tuxem v hlavní roli +-Icon=supertux.png ++Icon=supertux + Exec=supertux + Terminal=false + StartupNotify=false +-Categories=Application;Game;ArcadeGame ++Categories=Game;ArcadeGame; diff --git a/games-arcade/supertux/supertux-0.1.3.ebuild b/games-arcade/supertux/supertux-0.1.3.ebuild index 2759e5eee40f..86327a751766 100644 --- a/games-arcade/supertux/supertux-0.1.3.ebuild +++ b/games-arcade/supertux/supertux-0.1.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/supertux/supertux-0.1.3.ebuild,v 1.14 2009/02/23 01:02:56 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/supertux/supertux-0.1.3.ebuild,v 1.15 2010/11/08 04:33:07 mr_bones_ Exp $ EAPI=2 inherit eutils games @@ -19,7 +19,11 @@ DEPEND="media-libs/libsdl[joystick] media-libs/sdl-mixer[mikmod,vorbis] x11-libs/libXt" -PATCHES=( "${FILESDIR}"/${P}-gcc41.patch "${FILESDIR}"/${P}-ndebug.patch ) +PATCHES=( + "${FILESDIR}"/${P}-gcc41.patch + "${FILESDIR}"/${P}-ndebug.patch + "${FILESDIR}"/${P}-desktop.patch +) src_configure() { egamesconf \ -- cgit v1.2.3-65-gdbad