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

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Sun Sep 15 21:50:03 UTC 2013


    Date: Sunday, September 15, 2013 @ 23:50:02
  Author: svenstaro
Revision: 97262

upgpkg: openra 20130915-1

Updating to 20130915

Modified:
  openra/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-09-15 21:40:36 UTC (rev 97261)
+++ PKGBUILD	2013-09-15 21:50:02 UTC (rev 97262)
@@ -2,7 +2,7 @@
 # Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
 # Contributor: Matthew Bowra-Dean <matthew at ijw.co.nz>
 pkgname=openra
-pkgver=20130514
+pkgver=20130915
 pkgrel=1
 pkgdesc="An open-source implementation of the Red Alert engine using .NET/mono and OpenGL"
 arch=('any')
@@ -9,16 +9,19 @@
 url="http://open-ra.org"
 license=('GPL3')
 install=openra.install
-depends=('mono' 'openal' 'libgl' 'freetype2' 'sdl' 'hicolor-icon-theme' 'ttf-dejavu')
+depends=('mono' 'openal' 'libgl' 'freetype2' 'sdl' 'hicolor-icon-theme' 'ttf-dejavu' 'gtk-update-icon-cache' 'desktop-file-utils')
 makedepends=('git' 'unzip')
 optdepends=('nvidia-cg-toolkit: for using the alternative Cg renderer')
 options=(!strip)
-source=("openra-$pkgver::https://github.com/OpenRA/OpenRA/tarball/release-$pkgver")
-md5sums=('1aa42cde61571b90c8d2a418b407967a')
+source=("openra-$pkgver::https://github.com/OpenRA/OpenRA/tarball/release-$pkgver"
+        https://github.com/OpenRA/OpenRA/pull/3837.patch)
+md5sums=('9284b6113a77978f446fa0bade7f9cd3'
+         '46ee544f4117c80cc400c03e1637f1f1')
 
 build() {
   cd OpenRA-OpenRA-*
 
+  patch -Np1 < $srcdir/3837.patch
   make
 }
 




More information about the arch-commits mailing list