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

Allan McRae allan at gemini.archlinux.org
Thu Jun 2 04:51:38 UTC 2022


    Date: Thursday, June 2, 2022 @ 04:51:37
  Author: allan
Revision: 1218505

archrelease: copy trunk to community-any

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

----------------+
 PKGBUILD       |   72 +++++++++++++++++++++++++++----------------------------
 openra.install |    8 +++---
 2 files changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-02 04:51:08 UTC (rev 1218504)
+++ PKGBUILD	2022-06-02 04:51:37 UTC (rev 1218505)
@@ -1,36 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
-# Contributor: Matthew Bowra-Dean <matthew at ijw.co.nz>
-pkgname=openra
-pkgver=20210321
-pkgrel=1
-pkgdesc="An open-source implementation of the Red Alert engine using .NET/Mono and OpenGL"
-arch=('any')
-url="https://www.openra.net"
-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' 'mono-msbuild')
-options=(!strip)
-source=("git+https://github.com/OpenRA/OpenRA.git#tag=release-${pkgver}")
-md5sums=('SKIP')
-
-prepare() {
-  cd OpenRA
-
-  make version VERSION="release-${pkgver}"
-}
-
-build() {
-  cd OpenRA
-
-  make TARGETPLATFORM=unix-generic
-}
-
-package() {
-  cd OpenRA
-
-  make prefix=/usr DESTDIR="$pkgdir" install
-  make prefix=/usr DESTDIR="$pkgdir" install-linux-shortcuts
-  make prefix=/usr DESTDIR="$pkgdir" install-linux-appdata
-}

Copied: openra/repos/community-any/PKGBUILD (from rev 1218504, openra/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-02 04:51:37 UTC (rev 1218505)
@@ -0,0 +1,36 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
+# Contributor: Matthew Bowra-Dean <matthew at ijw.co.nz>
+pkgname=openra
+pkgver=20210321
+pkgrel=2
+pkgdesc="An open-source implementation of the Red Alert engine using .NET/Mono and OpenGL"
+arch=('any')
+url="https://www.openra.net"
+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' 'mono-msbuild')
+options=(!strip)
+source=("git+https://github.com/OpenRA/OpenRA.git#tag=release-${pkgver}")
+md5sums=('SKIP')
+
+prepare() {
+  cd OpenRA
+
+  make version VERSION="release-${pkgver}"
+}
+
+build() {
+  cd OpenRA
+
+  make TARGETPLATFORM=unix-generic
+}
+
+package() {
+  cd OpenRA
+
+  make prefix=/usr DESTDIR="$pkgdir" install
+  make prefix=/usr DESTDIR="$pkgdir" install-linux-shortcuts
+  make prefix=/usr DESTDIR="$pkgdir" install-linux-appdata
+}

Deleted: openra.install
===================================================================
--- openra.install	2022-06-02 04:51:08 UTC (rev 1218504)
+++ openra.install	2022-06-02 04:51:37 UTC (rev 1218505)
@@ -1,4 +0,0 @@
-post_remove() {
-    echo "openra downloaded data files to ~/.openra/Content and you might want"
-    echo "to delete those."
-}

Copied: openra/repos/community-any/openra.install (from rev 1218504, openra/trunk/openra.install)
===================================================================
--- openra.install	                        (rev 0)
+++ openra.install	2022-06-02 04:51:37 UTC (rev 1218505)
@@ -0,0 +1,4 @@
+post_remove() {
+    echo "openra downloaded data files to ~/.openra/Content and you might want"
+    echo "to delete those."
+}



More information about the arch-commits mailing list