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