Dominique Leuenberger 2013-11-26 19:39:01 +00:00 committed by Git OBS Bridge
parent 62e6290867
commit 53cb477d03
3 changed files with 2 additions and 25 deletions

View File

@ -1,21 +0,0 @@
--- main/trunk/data/supertuxkart_desktop.template 2012/12/13 02:23:14 12275
+++ main/trunk/data/supertuxkart_desktop.template 2012/12/13 20:23:26 12276
@@ -1,5 +1,4 @@
[Desktop Entry]
-Encoding=UTF-8
Name=SuperTuxKart
Icon=@PREFIX@/share/pixmaps/supertuxkart_64.xpm
GenericName=A kart racing game
@@ -7,9 +6,9 @@
GenericName[fr_FR]=Un jeu de karting
GenericName[gl]=Xogo de carreiras con karts
GenericName[ro_RO]=Un joc de curse cu carturi
-Exec=@PREFIX@/games/supertuxkart --log=file
+Exec=@PREFIX@/@STK_INSTALL_BINARY_DIR@/supertuxkart --log=file
Terminal=false
StartupNotify=false
Type=Application
-TryExec=@PREFIX@/games/supertuxkart
+TryExec=@PREFIX@/@STK_INSTALL_BINARY_DIR@/supertuxkart
Categories=Game;ArcadeGame;

View File

@ -17,6 +17,7 @@ Tue Nov 26 18:14:30 UTC 2013 - dimstar@opensuse.org
+ Updated nitro models.
+ Added ability to save and resume Grand Prix.
+ Improved skid marks and particle effects.
- Drop supertuxkart-desktop.patch: fixed upstream.
-------------------------------------------------------------------
Wed Feb 20 16:21:05 UTC 2013 - cfarrell@suse.com
@ -33,7 +34,7 @@ Fri Jan 4 13:51:36 UTC 2013 - dimstar@opensuse.org
-------------------------------------------------------------------
Wed Dec 26 11:08:26 UTC 2012 - joop.boonen@opensuse.org
- openal-devel is now called openal-soft-devel
- openal-devel is now called openal-soft-devel.
-------------------------------------------------------------------
Sat Dec 15 20:58:22 UTC 2012 - dimstar@opensuse.org

View File

@ -26,8 +26,6 @@ Url: http://supertuxkart.sourceforge.net/
Source: http://sourceforge.net/projects/supertuxkart/files/SuperTuxKart/%{version}/%{name}-%{version}-src.tar.bz2
# Geeko kart add-on (CC-BY 3.0)
Source1: http://stkaddons.net/dl/14e6ba25b17f0d.zip
# PATCH-FIX-UPSTREAM supertuxkart-desktop.patch dimstar@opensuse.org -- Fix exec path in supertuxkart.desktop, taken from upstream svn.
Patch0: supertuxkart-desktop.patch
BuildRequires: cmake
BuildRequires: curl-devel
BuildRequires: fdupes
@ -69,7 +67,6 @@ Data files for SuperTuxKart a Free 3d kart racing game.
%prep
%setup -q -n SuperTuxKart-%{version}
%patch0 -p2
%build
# We need an internal version of Irrlicht...