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

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Mon Jun 9 10:23:16 UTC 2014


    Date: Monday, June 9, 2014 @ 12:23:15
  Author: svenstaro
Revision: 112874

upgpkg: openra 20140608-1

upstream release 20140608

Modified:
  openra/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-09 10:22:12 UTC (rev 112873)
+++ PKGBUILD	2014-06-09 10:23:15 UTC (rev 112874)
@@ -2,14 +2,14 @@
 # Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
 # Contributor: Matthew Bowra-Dean <matthew at ijw.co.nz>
 pkgname=openra
-pkgver=20131223
-pkgrel=3
+pkgver=20140608
+pkgrel=1
 pkgdesc="An open-source implementation of the Red Alert engine using .NET/mono and OpenGL"
 arch=('any')
 url="http://open-ra.org"
 license=('GPL3')
 install=openra.install
-depends=('mono' 'openal' 'libgl' 'freetype2' 'sdl2' 'hicolor-icon-theme' 'ttf-dejavu' 'gtk-update-icon-cache' 'desktop-file-utils')
+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)
@@ -35,4 +35,5 @@
   cd OpenRA
 
   make prefix=/usr DESTDIR="$pkgdir" install-all
+  make prefix=/usr DESTDIR="$pkgdir" install-linux-shortcuts
 }




More information about the arch-commits mailing list