[arch-commits] Commit in openra/repos/community-any (4 files)

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


    Date: Saturday, May 2, 2015 @ 22:17:52
  Author: svenstaro
Revision: 132647

archrelease: copy trunk to community-any

Added:
  openra/repos/community-any/PKGBUILD
    (from rev 132646, openra/trunk/PKGBUILD)
  openra/repos/community-any/openra.install
    (from rev 132646, openra/trunk/openra.install)
Deleted:
  openra/repos/community-any/PKGBUILD
  openra/repos/community-any/openra.install

----------------+
 PKGBUILD       |   88 ++++++++++++++++++++++++++++---------------------------
 openra.install |   36 +++++++++++-----------
 2 files changed, 63 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-05-02 20:17:48 UTC (rev 132646)
+++ PKGBUILD	2015-05-02 20:17:52 UTC (rev 132647)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Matthew Bowra-Dean <matthew at ijw.co.nz>
-pkgname=openra
-pkgver=20141029
-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' '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")
-md5sums=('SKIP'
-         '38552127001404181ac5ab01e75929ff')
-
-prepare() {
-  cd OpenRA
-
-  patch -Np1 < $srcdir/6931.patch
-
-  make version
-}
-
-build() {
-  cd OpenRA
-
-  ./configure
-  make cli-dependencies
-  make core
-  make tools
-}
-
-package() {
-  cd OpenRA
-
-  make prefix=/usr DESTDIR="$pkgdir" install-all
-  make prefix=/usr DESTDIR="$pkgdir" install-linux-shortcuts
-}

Copied: openra/repos/community-any/PKGBUILD (from rev 132646, openra/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-05-02 20:17:52 UTC (rev 132647)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Matthew Bowra-Dean <matthew at ijw.co.nz>
+pkgname=openra
+pkgver=20150424
+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' 'ttf-dejavu' 'openal' 'libgl' 'freetype2' 'sdl2' 'lua51' 'hicolor-icon-theme' 'gtk-update-icon-cache' 'desktop-file-utils' 'xdg-utils' 'zenity')
+makedepends=('git' 'unzip')
+options=(!strip)
+source=("git+https://github.com/OpenRA/OpenRA.git#tag=release-${pkgver}"
+        "https://build.opensuse.org/source/games:openra/playtest/thirdparty.tar.gz?rev=bf7c8edd543f4dc53cea52c78667427c")
+md5sums=('SKIP'
+         '3e65480d58f2602c127b362f7a1813fe')
+
+prepare() {
+  cd OpenRA
+
+  make version
+
+  # Don't ask :(
+  mv ${srcdir}/thirdparty/* thirdparty/
+  cp thirdparty/*dll* .
+}
+
+build() {
+  cd OpenRA
+
+  #make cli-dependencies
+  make native-dependencies
+  make core
+  make tools
+}
+
+package() {
+  cd OpenRA
+
+  make prefix=/usr DESTDIR="$pkgdir" install-all
+  make prefix=/usr DESTDIR="$pkgdir" install-linux-shortcuts
+  make prefix=/usr DESTDIR="$pkgdir" install-linux-mime
+}

Deleted: openra.install
===================================================================
--- openra.install	2015-05-02 20:17:48 UTC (rev 132646)
+++ openra.install	2015-05-02 20:17:52 UTC (rev 132647)
@@ -1,18 +0,0 @@
-post_upgrade() {
-    update-desktop-database -q
-    gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_install() {
-    echo "If the game doesn't run, try using the Cg renderer ~/.openra/settings.yaml like so:"
-    echo "Graphics:"
-    echo "        Renderer: Cg"
-    echo "Be careful to only use one indenting tab with 8 shift width."
-    post_upgrade
-}
-
-post_remove() {
-    echo "openra downloaded data files to ~/.openra/Content and you might want"
-    echo "to delete those."
-    post_upgrade
-}

Copied: openra/repos/community-any/openra.install (from rev 132646, openra/trunk/openra.install)
===================================================================
--- openra.install	                        (rev 0)
+++ openra.install	2015-05-02 20:17:52 UTC (rev 132647)
@@ -0,0 +1,18 @@
+post_upgrade() {
+    update-desktop-database -q
+    gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_install() {
+    echo "If the game doesn't run, try using the Cg renderer ~/.openra/settings.yaml like so:"
+    echo "Graphics:"
+    echo "        Renderer: Cg"
+    echo "Be careful to only use one indenting tab with 8 shift width."
+    post_upgrade
+}
+
+post_remove() {
+    echo "openra downloaded data files to ~/.openra/Content and you might want"
+    echo "to delete those."
+    post_upgrade
+}



More information about the arch-commits mailing list