Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
kwallet5
Commits:
8f0e689b by Antonio Rojas at 2024-02-28T18:51:01+01:00
upgpkg: 5.115.0-2: Drop kwallet-query
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = kwallet5
pkgdesc = Secure and unified container for user passwords
pkgver = 5.115.0
- pkgrel = 1
+ pkgrel = 2
url = https://community.kde.org/Frameworks
arch = x86_64
groups = kf5
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
_name=kwallet
pkgname=${_name}5
pkgver=5.115.0
-pkgrel=1
+pkgrel=2
pkgdesc='Secure and unified container for user passwords'
arch=(x86_64)
url='https://community.kde.org/Frameworks'
@@ -26,7 +26,8 @@ validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) #
David Faure <faure@kde
build() {
cmake -B build -S $_name-$pkgver \
-DBUILD_TESTING=OFF \
- -DBUILD_QCH=ON
+ -DBUILD_QCH=ON \
+ -DBUILD_KWALLET_QUERY=OFF
cmake --build build
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kwallet5/-/commit/8f0e689b4a4bdf5e945bf2d322cb27a12d5e7c6e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kwallet5/-/commit/8f0e689b4a4bdf5e945bf2d322cb27a12d5e7c6e
You're receiving this email because of your account on gitlab.archlinux.org.