[arch-commits] Commit in kpackage/repos (testing-x86_64 testing-x86_64/PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Sun Feb 13 18:42:55 UTC 2022


    Date: Sunday, February 13, 2022 @ 18:42:54
  Author: arojas
Revision: 437122

archrelease: copy trunk to testing-x86_64

Added:
  kpackage/repos/testing-x86_64/
  kpackage/repos/testing-x86_64/PKGBUILD
    (from rev 437121, kpackage/trunk/PKGBUILD)

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

Copied: kpackage/repos/testing-x86_64/PKGBUILD (from rev 437121, kpackage/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2022-02-13 18:42:54 UTC (rev 437122)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pier Luigi Fiorini <pierluigi.fiorini at gmail.com>
+
+pkgname=kpackage
+pkgver=5.91.0
+pkgrel=1
+pkgdesc='Framework that lets applications manage user installable packages of non-binary assets'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(karchive ki18n kcoreaddons)
+makedepends=(extra-cmake-modules qt5-tools qt5-doc kdoctools doxygen)
+groups=(kf5)
+source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('51309ab8fbb5774f04ef989b15674df63348cef97f349a293f202817b9a3888b'
+            'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
+options=(debug)
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DCMAKE_INSTALL_LIBEXECDIR=lib \
+    -DBUILD_TESTING=OFF \
+    -DBUILD_QCH=ON
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list