[arch-commits] Commit in kajongg/repos (kde-unstable-any kde-unstable-any/PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Jul 21 19:47:44 UTC 2017


    Date: Friday, July 21, 2017 @ 19:47:44
  Author: arojas
Revision: 300992

archrelease: copy kde-unstable to kde-unstable-any

Added:
  kajongg/repos/kde-unstable-any/
  kajongg/repos/kde-unstable-any/PKGBUILD
    (from rev 300991, kajongg/kde-unstable/PKGBUILD)

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

Copied: kajongg/repos/kde-unstable-any/PKGBUILD (from rev 300991, kajongg/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-any/PKGBUILD	                        (rev 0)
+++ kde-unstable-any/PKGBUILD	2017-07-21 19:47:44 UTC (rev 300992)
@@ -0,0 +1,36 @@
+# $Id: PKGBUILD 290221 2017-03-09 16:12:45Z arojas $
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kajongg
+pkgver=17.07.80
+pkgrel=1
+pkgdesc="The ancient Chinese board game for 4 players"
+url="https://kde.org/applications/games/kajongg/"
+arch=(any)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdegames)
+depends=(python-twisted python-pyqt5 libkmahjongg hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+optdepends=('vorbis-tools: for playing sounds')
+conflicts=(kdegames-kajongg)
+replaces=(kdegames-kajongg)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('6af40b25a5b2b43b2da92bfdc27954cf669af1cba764192fc7070a8ce03ebada'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
+              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
+
+prepare() {
+  mkdir -p build
+}
+
+package() {
+  cd build
+  export DESTDIR="$pkgdir"
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release
+  make install
+}



More information about the arch-commits mailing list