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

Sven-Hendrik Haase svenstaro at archlinux.org
Sat May 2 20:17:48 UTC 2015


    Date: Saturday, May 2, 2015 @ 22:17:48
  Author: svenstaro
Revision: 132646

upgpkg: openra 20150424-1

upstream release 20150424

Modified:
  openra/trunk/PKGBUILD

----------+
 PKGBUILD |   18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-05-02 16:17:04 UTC (rev 132645)
+++ PKGBUILD	2015-05-02 20:17:48 UTC (rev 132646)
@@ -2,7 +2,7 @@
 # Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
 # Contributor: Matthew Bowra-Dean <matthew at ijw.co.nz>
 pkgname=openra
-pkgver=20141029
+pkgver=20150424
 pkgrel=1
 pkgdesc="An open-source implementation of the Red Alert engine using .NET/mono and OpenGL"
 arch=('any')
@@ -11,26 +11,27 @@
 install=openra.install
 depends=('mono' 'ttf-dejavu' 'openal' 'libgl' 'freetype2' 'sdl2' 'lua51' 'hicolor-icon-theme' 'gtk-update-icon-cache' 'desktop-file-utils' 'xdg-utils' 'zenity')
 makedepends=('git' 'unzip')
-optdepends=('nvidia-cg-toolkit: for using the alternative Cg renderer')
 options=(!strip)
 source=("git+https://github.com/OpenRA/OpenRA.git#tag=release-${pkgver}"
-        "https://github.com/OpenRA/OpenRA/pull/6931.patch")
+        "https://build.opensuse.org/source/games:openra/playtest/thirdparty.tar.gz?rev=bf7c8edd543f4dc53cea52c78667427c")
 md5sums=('SKIP'
-         '38552127001404181ac5ab01e75929ff')
+         '3e65480d58f2602c127b362f7a1813fe')
 
 prepare() {
   cd OpenRA
 
-  patch -Np1 < $srcdir/6931.patch
+  make version
 
-  make version
+  # Don't ask :(
+  mv ${srcdir}/thirdparty/* thirdparty/
+  cp thirdparty/*dll* .
 }
 
 build() {
   cd OpenRA
 
-  ./configure
-  make cli-dependencies
+  #make cli-dependencies
+  make native-dependencies
   make core
   make tools
 }
@@ -40,4 +41,5 @@
 
   make prefix=/usr DESTDIR="$pkgdir" install-all
   make prefix=/usr DESTDIR="$pkgdir" install-linux-shortcuts
+  make prefix=/usr DESTDIR="$pkgdir" install-linux-mime
 }



More information about the arch-commits mailing list