[arch-commits] Commit in purpose/repos (2 files)

Antonio Rojas arojas at gemini.archlinux.org
Sun Dec 12 15:33:25 UTC 2021


    Date: Sunday, December 12, 2021 @ 15:33:25
  Author: arojas
Revision: 432018

archrelease: copy trunk to kde-unstable-x86_64

Added:
  purpose/repos/kde-unstable-x86_64/
  purpose/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 432017, purpose/trunk/PKGBUILD)

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

Copied: purpose/repos/kde-unstable-x86_64/PKGBUILD (from rev 432017, purpose/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2021-12-12 15:33:25 UTC (rev 432018)
@@ -0,0 +1,31 @@
+# Maintainer:Antonio Rojas <arojas at archlinux.org>
+
+pkgname=purpose
+pkgver=5.89.0
+pkgrel=1
+pkgdesc='Framework for providing abstractions to get the developers purposes fulfilled'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kaccounts-integration kirigami2 accounts-qml-module)
+makedepends=(extra-cmake-modules intltool)
+optdepends=('kdeconnect: sharing to smartphone via KDE Connect'
+            'telegram-desktop: sharing via Telegram'
+            'bluedevil: sharing via Bluetooth'
+            'prison: QR code plugin')
+groups=(kf5)
+source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('9ed384ef4527d33b98bd2865cd744da694e6abc8e0e7e9c8f321c317f8e7d0e9'
+            'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DCMAKE_INSTALL_LIBEXECDIR=lib \
+    -DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list