[arch-commits] Commit in kleopatra/repos (3 files)

Felix Yan felixonmars at gemini.archlinux.org
Thu Aug 18 20:43:06 UTC 2022


    Date: Thursday, August 18, 2022 @ 20:43:06
  Author: felixonmars
Revision: 453571

archrelease: copy trunk to staging-x86_64

Added:
  kleopatra/repos/staging-x86_64/
  kleopatra/repos/staging-x86_64/PKGBUILD
    (from rev 453570, kleopatra/trunk/PKGBUILD)
  kleopatra/repos/staging-x86_64/keys/

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

Copied: kleopatra/repos/staging-x86_64/PKGBUILD (from rev 453570, kleopatra/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2022-08-18 20:43:06 UTC (rev 453571)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kleopatra
+pkgver=22.08.0
+pkgrel=1
+pkgdesc='Certificate Manager and Unified Crypto GUI'
+arch=(x86_64)
+url='https://apps.kde.org/kleopatra/'
+license=(GPL LGPL FDL)
+depends=(libkleo kidentitymanagement kmailtransport)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(kde-applications kde-pim)
+source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}
+        https://invent.kde.org/pim/kleopatra/-/commit/87d8b00d4b2286489d5fadc9cfa07f1d721cdfe3.patch)
+sha256sums=('2f86f65754d2466f5b91522c8017f7932265d34f8ee10c59854441862d9588db'
+            'SKIP'
+            '3c651fb56587a4cc355befc1942c680bb6c7c592b35c2b432f6ae68ac76b7ad3')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
+              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck <cfeck at kde.org>
+              D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heiko.becker at kde.org>
+options=(debug)
+
+prepare() {
+  cd $pkgname-$pkgver
+  # Release version doesn't build with qgpgme 1.18.0
+  patch -p1 -i ../87d8b00d4b2286489d5fadc9cfa07f1d721cdfe3.patch
+}
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list