Date: Friday, November 11, 2022 @ 20:00:00
  Author: arojas
Revision: 461190

archrelease: copy trunk to kde-unstable-x86_64

Added:
  kwallet/repos/kde-unstable-x86_64/
  kwallet/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 461189, kwallet/trunk/PKGBUILD)
  kwallet/repos/kde-unstable-x86_64/keys/

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

Copied: kwallet/repos/kde-unstable-x86_64/PKGBUILD (from rev 461189, 
kwallet/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD                                (rev 0)
+++ kde-unstable-x86_64/PKGBUILD        2022-11-11 20:00:00 UTC (rev 461190)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <felixonm...@archlinux.org>
+# Maintainer: Antonio Rojas <aro...@archlinux.org>
+# Contributor: Andrea Scarpino <and...@archlinux.org>
+
+pkgname=kwallet
+pkgver=5.100.0
+pkgrel=1
+pkgdesc='Secure and unified container for user passwords'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(knotifications kiconthemes kservice gpgme qca-qt5)
+makedepends=(extra-cmake-modules kdoctools boost doxygen qt5-tools qt5-doc)
+optdepends=('kwalletmanager: Configuration GUI')
+provides=(org.freedesktop.secrets)
+replaces=(kwallet-secrets)
+groups=(kf5)
+source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('2bbdf57f515b36d95e8adcf56e96157bb7621f5284abfc3b6e5d63f9f2832e80'
+            'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 
<fa...@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
+}

Reply via email to