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

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Tue Jun 24 20:55:07 UTC 2014


    Date: Tuesday, June 24, 2014 @ 22:55:07
  Author: svenstaro
Revision: 113525

upgpkg: 0ad a16-3

Fix FS#40839

Modified:
  0ad/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-24 20:27:16 UTC (rev 113524)
+++ PKGBUILD	2014-06-24 20:55:07 UTC (rev 113525)
@@ -5,7 +5,7 @@
 pkgname=0ad
 pkgver=a16
 _pkgver=0.0.16-alpha
-pkgrel=2
+pkgrel=3
 pkgdesc="Cross-platform, 3D and historically-based real-time strategy game"
 arch=('i686' 'x86_64')
 url="http://play0ad.com/"
@@ -15,14 +15,19 @@
          'gloox' 'miniupnpc' 'icu' 'nspr')
 makedepends=('boost' 'cmake' 'mesa' 'zip' 'python2' 'libsm')
 source=("http://releases.wildfiregames.com/$pkgname-$_pkgver-unix-build.tar.xz"
-        "http://trac.wildfiregames.com/raw-attachment/ticket/2552/miniupnpc_api.patch")
+        "http://trac.wildfiregames.com/raw-attachment/ticket/2552/miniupnpc_api.patch"
+        "gcc49-${pkgname}.patch::http://trac.wildfiregames.com/changeset/15334?format=diff&new=15334")
 md5sums=('3836bbcdf4edc57c2354b4fef6023146'
-         '6981595ba4b8eb21f9503304b090c9a9')
+         '6981595ba4b8eb21f9503304b090c9a9'
+         '5eda18c3f81cda68983bdeb7d7e20531')
 
 prepare() {
   cd "$srcdir/$pkgname-$_pkgver/"
-  patch -p0 -i "../miniupnpc_api.patch"
+  patch -Np0 -i "../miniupnpc_api.patch"
   sed -i "s/env python/env python2/g" libraries/source/cxxtest-4.3/bin/cxxtestgen
+
+  # Fix FS#40839
+  patch -Np3 -i "../gcc49-${pkgname}.patch"
 }
 
 build() {




More information about the arch-commits mailing list