Date: Thursday, August 13, 2020 @ 15:18:05
  Author: arojas
Revision: 393696

archrelease: copy trunk to testing-x86_64

Added:
  kpatience/repos/testing-x86_64/
  kpatience/repos/testing-x86_64/PKGBUILD
    (from rev 393695, kpatience/trunk/PKGBUILD)

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

Copied: kpatience/repos/testing-x86_64/PKGBUILD (from rev 393695, 
kpatience/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2020-08-13 15:18:05 UTC (rev 393696)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <[email protected]>
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=kpatience
+pkgver=20.08.0
+pkgrel=1
+pkgdesc="Offers a selection of solitaire card games"
+url="https://kde.org/applications/games/kpatience/";
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kde-games)
+depends=(libkdegames freecell-solver black-hole-solver hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+source=("https://download.kde.org/stable/release-service/$pkgver/src/kpat-$pkgver.tar.xz"{,.sig})
+sha256sums=('feaca3a018a8b2a94a183915b29ff671474911b1da3a149bf3ba70fdcd0a6f53'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 
<[email protected]>
+              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 
<[email protected]>
+
+build() {
+  cmake -B build -S kpat-$pkgver \
+    -DBUILD_TESTING=OFF \
+    -DWITH_BH_SOLVER=ON
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}

Reply via email to