Date: Saturday, March 25, 2017 @ 00:58:15
  Author: arojas
Revision: 291370

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  kdegames-kgoldrunner/repos/kde-unstable-x86_64/
  kdegames-kgoldrunner/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 291369, kdegames-kgoldrunner/kde-unstable/PKGBUILD)

----------+
 PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

Copied: kdegames-kgoldrunner/repos/kde-unstable-x86_64/PKGBUILD (from rev 
291369, kdegames-kgoldrunner/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD                                (rev 0)
+++ kde-unstable-x86_64/PKGBUILD        2017-03-25 00:58:15 UTC (rev 291370)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=kdegames-kgoldrunner
+pkgver=17.03.80
+pkgrel=1
+pkgdesc="A game of action and puzzle solving"
+url="https://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=("https://download.kde.org/stable/applications/${pkgver}/src/kgoldrunner-${pkgver}.tar.xz"{,.sig})
+sha256sums=('4ac7cbf6418a532475278b126ec25b1bf8c315743d6c11fa0367c6c33d4934cd'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 
<[email protected]>
+
+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