Date: Sunday, August 21, 2016 @ 03:08:58
  Author: felixonmars
Revision: 274319

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  kdegames-kgoldrunner/repos/testing-i686/
  kdegames-kgoldrunner/repos/testing-i686/PKGBUILD
    (from rev 274318, kdegames-kgoldrunner/trunk/PKGBUILD)
  kdegames-kgoldrunner/repos/testing-x86_64/
  kdegames-kgoldrunner/repos/testing-x86_64/PKGBUILD
    (from rev 274318, kdegames-kgoldrunner/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   31 +++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   31 +++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

Copied: kdegames-kgoldrunner/repos/testing-i686/PKGBUILD (from rev 274318, 
kdegames-kgoldrunner/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2016-08-21 03:08:58 UTC (rev 274319)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=kdegames-kgoldrunner
+pkgver=16.08.0
+pkgrel=1
+pkgdesc="A game of action and puzzle solving"
+url="http://kde.org/applications/games/kgoldrunner/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames4')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kgoldrunner-${pkgver}.tar.xz";)
+sha1sums=('276767704eb43c86d362f040042c476eb1652c88')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kgoldrunner-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdegames-kgoldrunner/repos/testing-x86_64/PKGBUILD (from rev 274318, 
kdegames-kgoldrunner/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2016-08-21 03:08:58 UTC (rev 274319)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=kdegames-kgoldrunner
+pkgver=16.08.0
+pkgrel=1
+pkgdesc="A game of action and puzzle solving"
+url="http://kde.org/applications/games/kgoldrunner/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames4')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kgoldrunner-${pkgver}.tar.xz";)
+sha1sums=('276767704eb43c86d362f040042c476eb1652c88')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kgoldrunner-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Reply via email to