[arch-commits] Commit in kpatience/repos (testing-x86_64 testing-x86_64/PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Thu Apr 23 13:58:56 UTC 2020
Date: Thursday, April 23, 2020 @ 13:58:55
Author: arojas
Revision: 381177
archrelease: copy trunk to testing-x86_64
Added:
kpatience/repos/testing-x86_64/
kpatience/repos/testing-x86_64/PKGBUILD
(from rev 381176, kpatience/trunk/PKGBUILD)
----------+
PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
Copied: kpatience/repos/testing-x86_64/PKGBUILD (from rev 381176, kpatience/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-04-23 13:58:55 UTC (rev 381177)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kpatience
+pkgver=20.04.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 kdegames)
+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=('f5aced42e9521923d8b63df6e3cf577faba4efab27d2dc37b70e320e1d13c4e5'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid at kde.org>
+ F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../kpat-$pkgver \
+ -DBUILD_TESTING=OFF \
+ -DWITH_BH_SOLVER=ON
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list