Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
kwallet5
Commits:
0283ae36 by Antonio Rojas at 2025-06-08T10:19:12+02:00
upgpkg: 5.116.0-3: Drop org.freesktop.secret provider too
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = kwallet5
pkgdesc = Secure and unified container for user passwords
pkgver = 5.116.0
- pkgrel = 2
+ pkgrel = 3
url = https://community.kde.org/Frameworks
arch = x86_64
groups = kf5
@@ -18,7 +18,6 @@ pkgbase = kwallet5
depends = gpgme
depends = qca-qt5
optdepends = kwalletmanager: Configuration GUI
- provides = org.freedesktop.secrets
conflicts = kwallet<5.111
replaces = kwallet<5.111
replaces = kwallet-secrets
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
_name=kwallet
pkgname=${_name}5
pkgver=5.116.0
-pkgrel=2
+pkgrel=3
pkgdesc='Secure and unified container for user passwords'
arch=(x86_64)
url='https://community.kde.org/Frameworks'
@@ -15,7 +15,6 @@ makedepends=(extra-cmake-modules kdoctools5 boost doxygen
qt5-tools qt5-doc)
optdepends=('kwalletmanager: Configuration GUI')
conflicts=("$_name<5.111")
replaces=("$_name<5.111")
-provides=(org.freedesktop.secrets)
replaces+=(kwallet-secrets)
groups=(kf5)
source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$_name-$pkgver.tar.xz{,.sig})
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kwallet5/-/commit/0283ae367be2e3fff624dfc13130e7c545211ec8
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kwallet5/-/commit/0283ae367be2e3fff624dfc13130e7c545211ec8
You're receiving this email because of your account on gitlab.archlinux.org.