Date: Saturday, March 25, 2017 @ 00:59:57
  Author: arojas
Revision: 291375

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

Added:
  klickety/repos/kde-unstable-x86_64/
  klickety/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 291374, klickety/kde-unstable/PKGBUILD)

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

Copied: klickety/repos/kde-unstable-x86_64/PKGBUILD (from rev 291374, 
klickety/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD                                (rev 0)
+++ kde-unstable-x86_64/PKGBUILD        2017-03-25 00:59:57 UTC (rev 291375)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonm...@archlinux.org>
+# Maintainer: Antonio Rojas <aro...@archlinux.org>
+# Contributor: Andrea Scarpino <and...@archlinux.org>
+
+pkgname=klickety
+pkgver=17.03.80
+pkgrel=1
+pkgdesc="An adaptation of the Clickomania game"
+url="https://kde.org/applications/games/klickety/";
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdegames)
+depends=(libkdegames hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python)
+conflicts=(kdegames-klickety)
+replaces=(kdegames-klickety)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('91930cc898ce6b0bf7eea0fcf7dcef5e71423e01ff4a811e67563fb8a2ea8701'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 
<aa...@kde.org>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Reply via email to