Accepting request 208854 from games
Update to 0.8.1 OBS-URL: https://build.opensuse.org/request/show/208854 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/supertuxkart?expand=0&rev=3
This commit is contained in:
commit
0cac8ccbae
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b99f3d2311457a34db3c42ba2195662f2993a48eae4f6b1f175dbcce09ad4b8b
|
||||
size 171184279
|
3
supertuxkart-0.8.1-src.tar.bz2
Normal file
3
supertuxkart-0.8.1-src.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:335301ae61b0c177be68d5593c65e5b197dc807421f08a8a35740a254cacf8d6
|
||||
size 229944480
|
@ -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;
|
||||
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 26 18:14:30 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.8.1:
|
||||
+ New track 'STK Enterprise'.
|
||||
+ Updated tracks 'Old Mine', 'Around the Lighthouse' and 'Zen
|
||||
Garden'.
|
||||
+ New modes 'Soccer' and 'Egg Hunt'.
|
||||
+ New karts 'Xue' and 'Sara'.
|
||||
+ Updated 'Beastie' kart.
|
||||
+ Wiimote support.
|
||||
+ Added tutorial.
|
||||
+ Added new 'SuperTux' difficulty.
|
||||
+ New bubblegum shield defensive weapon.
|
||||
+ New combined speedometer and nitro meter.
|
||||
+ Added ability to filter add-ons.
|
||||
+ Updated nitro models.
|
||||
+ Added ability to save and resume Grand Prix.
|
||||
+ Improved skid marks and particle effects.
|
||||
- Drop supertuxkart-desktop.patch: fixed upstream.
|
||||
- Add bluez-devel BuildRequires: new dependency.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 16:21:05 UTC 2013 - cfarrell@suse.com
|
||||
|
||||
@ -13,7 +35,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
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package supertuxkart
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: supertuxkart
|
||||
Version: 0.8
|
||||
Version: 0.8.1
|
||||
Release: 0
|
||||
Summary: A 3D kart racing game
|
||||
License: GPL-2.0+ and GPL-3.0+ and CC-BY-SA-3.0
|
||||
@ -26,8 +26,7 @@ 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: bluez-devel
|
||||
BuildRequires: cmake
|
||||
BuildRequires: curl-devel
|
||||
BuildRequires: fdupes
|
||||
@ -69,7 +68,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...
|
||||
@ -79,7 +77,7 @@ popd
|
||||
mkdir cmake_build
|
||||
cd cmake_build
|
||||
cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} ..
|
||||
make %{?_smp_mflags} VERBOSE=1
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
cd cmake_build
|
||||
@ -95,7 +93,7 @@ unzip %{SOURCE1}
|
||||
%doc AUTHORS COPYING README TODO ChangeLog
|
||||
%{_bindir}/supertuxkart
|
||||
%{_datadir}/applications/%{name}.desktop
|
||||
%{_datadir}/pixmaps/%{name}_*.xpm
|
||||
%{_datadir}/pixmaps/%{name}_*.png
|
||||
|
||||
%files data
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
x
Reference in New Issue
Block a user