[arch-commits] Commit in prison/repos (3 files)
Felix Yan
felixonmars at gemini.archlinux.org
Mon Aug 15 17:37:24 UTC 2022
Date: Monday, August 15, 2022 @ 17:37:24
Author: felixonmars
Revision: 452895
archrelease: copy trunk to staging-x86_64
Added:
prison/repos/staging-x86_64/
prison/repos/staging-x86_64/PKGBUILD
(from rev 452894, prison/trunk/PKGBUILD)
prison/repos/staging-x86_64/keys/
----------+
PKGBUILD | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
Copied: prison/repos/staging-x86_64/PKGBUILD (from rev 452894, prison/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2022-08-15 17:37:24 UTC (rev 452895)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=prison
+pkgver=5.97.0
+pkgrel=1
+pkgdesc='A barcode API to produce QRCode barcodes and DataMatrix barcodes'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(GPL)
+depends=(qt5-multimedia libdmtx qrencode zxing-cpp)
+makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc qt5-declarative)
+optdepends=('qt5-declarative: QML bindings')
+groups=(kf5)
+source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('a6f04ff1b9823c43881da38091a87970dba6d79a0f3a8103146fc2b03aaf531b'
+ 'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
+options=(debug)
+
+build() {
+ cmake -B build -S $pkgname-$pkgver \
+ -DBUILD_TESTING=OFF \
+ -DBUILD_QCH=ON
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}
More information about the arch-commits
mailing list