[arch-commits] Commit in kwallet/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Thu Aug 25 18:42:51 UTC 2022
Date: Thursday, August 25, 2022 @ 18:42:51
Author: felixonmars
Revision: 454520
upgpkg: kwallet 5.97.0-3: add a patch for FS#75646
Modified:
kwallet/trunk/PKGBUILD
----------+
PKGBUILD | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-08-25 18:24:19 UTC (rev 454519)
+++ PKGBUILD 2022-08-25 18:42:51 UTC (rev 454520)
@@ -4,7 +4,7 @@
pkgname=kwallet
pkgver=5.97.0
-pkgrel=2
+pkgrel=3
pkgdesc='Secure and unified container for user passwords'
arch=(x86_64)
url='https://community.kde.org/Frameworks'
@@ -14,12 +14,18 @@
optdepends=('kwalletmanager: Configuration GUI')
provides=(org.freedesktop.secrets)
groups=(kf5)
-source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
+source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig}
+ kwallet-dont-register-dummy-service.patch::https://invent.kde.org/frameworks/kwallet/-/merge_requests/33.patch)
sha256sums=('ab9b78b0c6aba461de6247974b7e60239cd2a52a1c2c6d67b92e466c7597d821'
- 'SKIP')
+ 'SKIP'
+ '99e8295bbce2f5afc3695c82d2f1c940cbe5a26be745daf078a2073e4d4762a8')
validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
options=(debug)
+prepare() {
+ patch -d $pkgname-$pkgver -p1 < kwallet-dont-register-dummy-service.patch
+}
+
build() {
cmake -B build -S $pkgname-$pkgver \
-DBUILD_TESTING=OFF \
More information about the arch-commits
mailing list