Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=533d036c58e7731b3c268dd94e5da362a88bdceb
commit 533d036c58e7731b3c268dd94e5da362a88bdceb Author: DeX77 <[email protected]> Date: Tue Jul 29 13:15:38 2014 +0200 netpanzer-0.8.4.gf69c659-1-x86_64 * version bump * change maintainer * switch away from berlios diff --git a/source/games-extra/netpanzer/FrugalBuild b/source/games-extra/netpanzer/FrugalBuild index 7f1a7c6..00e824b 100644 --- a/source/games-extra/netpanzer/FrugalBuild +++ b/source/games-extra/netpanzer/FrugalBuild @@ -1,25 +1,27 @@ # Compiling Time: 0.81 SBU -# Maintainer: Devil505 <[email protected]> +# Maintainer: DeX77 <[email protected]> +# Contributor: Devil505 <[email protected]> pkgname=netpanzer -pkgver=0.8.2 -pkgrel=5 +pkgver=0.8.4.gf69c659 +pkgrel=1 pkgdesc="Fast-action multiplayer strategic network game" -url="http://www.netpanzer.org/" +url="http://www.netpanzer.info" depends=('libstdc++' 'physfs>=2.0.2' 'sdl' 'sdl_mixer' 'sdlimage' 'sdl_ttf') -makedepends=('jam') +makedepends=('scons') groups=('games-extra') archs=('i686' 'x86_64') -up2date="lynx -dump http://developer.berlios.de/projects/$pkgname/ | grep -m1 netpanzer | sed 's/.*netpanzer\ \([0-9.]*\).*/\1/'" -source=(http://download.berlios.de/netpanzer/$pkgname-$pkgver.tar.bz2 $pkgname-$pkgver-gcc43.patch) -sha1sums=('99b0a79ffe4c8bf3a155c7555dff06e00def4023' \ - 'cbad8e3c9d9f34c0846bd54b61939ee86755f19b') +source=("http://pkgs.fedoraproject.org/cgit/netpanzer.git/plain/netpanzer-0.8.4-gcc470.patch") +_F_scm_type="git" +_F_scm_url="https://git.gitorious.org/netpanzer/mainline.git" +Finclude scm +sha1sums=('d0ad34468c39cbe5cf233263746b4ea999a6007a') build() { - Fcd + Funpack_scm Fpatchall - Fconf --prefix=/usr --disable-debug --without-wx-config - jam || Fdie - jam -sprefix=${startdir}/pkg/usr install || Fdie + Fcd + + scons || Fdie } diff --git a/source/games-extra/netpanzer/netpanzer-0.8.2-gcc43.patch b/source/games-extra/netpanzer/netpanzer-0.8.2-gcc43.patch deleted file mode 100644 index cf73ba4..0000000 --- a/source/games-extra/netpanzer/netpanzer-0.8.2-gcc43.patch +++ /dev/null @@ -1,62 +0,0 @@ -Index: netpanzer-0.8.2/src/Lib/2D/ColorTable.cpp -=================================================================== ---- netpanzer-0.8.2.orig/src/Lib/2D/ColorTable.cpp 2008-02-05 16:36:27.000000000 +0000 -+++ netpanzer-0.8.2/src/Lib/2D/ColorTable.cpp 2008-02-05 16:36:39.000000000 +0000 -@@ -17,6 +17,8 @@ - */ - #include <config.h> - -+#include <memory> -+ - #include "Util/FileSystem.hpp" - #include "Util/Log.hpp" - #include "Util/Exception.hpp" -Index: netpanzer-0.8.2/src/Lib/2D/Palette.cpp -=================================================================== ---- netpanzer-0.8.2.orig/src/Lib/2D/Palette.cpp 2008-02-05 16:36:27.000000000 +0000 -+++ netpanzer-0.8.2/src/Lib/2D/Palette.cpp 2008-02-05 16:36:39.000000000 +0000 -@@ -18,6 +18,7 @@ - #include <config.h> - - #include <math.h> -+#include <memory> - - #include "Palette.hpp" - #include "Util/FileSystem.hpp" -Index: netpanzer-0.8.2/src/NetPanzer/Network/ProxyServer.cpp -=================================================================== ---- netpanzer-0.8.2.orig/src/NetPanzer/Network/ProxyServer.cpp 2008-02-05 16:36:27.000000000 +0000 -+++ netpanzer-0.8.2/src/NetPanzer/Network/ProxyServer.cpp 2008-02-05 16:36:39.000000000 +0000 -@@ -17,6 +17,7 @@ - */ - #include <config.h> - -+#include <cstdlib> - #include <string> - #include <stdexcept> - #include <ctype.h> -Index: netpanzer-0.8.2/src/NetPanzer/Views/MainMenu/Multi/MapSelectionView.cpp -=================================================================== ---- netpanzer-0.8.2.orig/src/NetPanzer/Views/MainMenu/Multi/MapSelectionView.cpp 2008-02-05 16:36:27.000000000 +0000 -+++ netpanzer-0.8.2/src/NetPanzer/Views/MainMenu/Multi/MapSelectionView.cpp 2008-02-05 16:36:39.000000000 +0000 -@@ -17,6 +17,7 @@ - */ - #include <config.h> - -+#include <memory> - #include <vector> - #include <string> - #include "MapSelectionView.hpp" -Index: netpanzer-0.8.2/src/Lib/Util/Log.cpp -=================================================================== ---- netpanzer-0.8.2.orig/src/Lib/Util/Log.cpp 2008-02-05 17:13:36.000000000 +0000 -+++ netpanzer-0.8.2/src/Lib/Util/Log.cpp 2008-02-05 17:13:43.000000000 +0000 -@@ -26,6 +26,7 @@ - #include <vector> - #include <exception> - #include <iomanip> -+#include <algorithm> - - #include "Exception.hpp" - #include "FileSystem.hpp" - _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
