[arch-commits] Commit in widelands/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Sun Apr 28 17:46:03 UTC 2013


    Date: Sunday, April 28, 2013 @ 19:46:03
  Author: svenstaro
Revision: 89341

upgpkg: widelands 17-7

libpng 1.6 rebuild

Modified:
  widelands/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-04-28 16:53:14 UTC (rev 89340)
+++ PKGBUILD	2013-04-28 17:46:03 UTC (rev 89341)
@@ -6,12 +6,12 @@
 pkgname=widelands
 pkgver=17
 _realver=build17
-pkgrel=6
+pkgrel=7
 pkgdesc="A realtime strategy game with emphasis on economy and transport"
 arch=('i686' 'x86_64')
 url="http://widelands.org/"
 license=('GPL')
-depends=('sdl_mixer' 'sdl_image' 'sdl_net' 'sdl_ttf' 'sdl_gfx' 'lua51' 'glew' 'python2')
+depends=('sdl_mixer' 'sdl_image' 'sdl_net' 'sdl_ttf' 'sdl_gfx' 'lua51' 'glew' 'python2' 'boost-libs')
 makedepends=('cmake' 'boost' 'mesa')
 source=("https://launchpad.net/widelands/build17/build-17/+download/$pkgname-$_realver-src.tar.bz2"
         $pkgname.desktop
@@ -26,6 +26,7 @@
     cd $srcdir/$pkgname-$_realver-src
 
     sed -i "1 i #include <unistd.h>" src/main.cc
+    sed -i "/Boost_USE_STATIC_LIBS/d" CMakeLists.txt
 
     mkdir -p build/compile && cd build/compile
 




More information about the arch-commits mailing list