git » kwallet.git » commit f0db6a8

upgpkg: 5.240.0.20231001-1: Initial KF6 packages

author Antonio Rojas
2023-10-03 21:41:22 UTC
committer Antonio Rojas
2023-10-03 21:41:22 UTC
parent d24450ac682a0fc1b43e8cca36b3205829ea5444

upgpkg: 5.240.0.20231001-1: Initial KF6 packages

.SRCINFO +36 -0
PKGBUILD +28 -9

diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 0000000..2819617
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,36 @@
+pkgbase = kwallet
+	pkgdesc = Secure and unified container for user passwords
+	pkgver = 5.240.0.20231001
+	pkgrel = 1
+	url = https://community.kde.org/Frameworks
+	arch = x86_64
+	groups = kf6
+	license = LGPL
+	makedepends = doxygen
+	makedepends = extra-cmake-modules
+	makedepends = kdoctools
+	makedepends = kservice
+	makedepends = qt6-doc
+	makedepends = qt6-tools
+	makedepends = git
+	depends = gcc-libs
+	depends = glibc
+	depends = gpgme
+	depends = kcolorscheme
+	depends = kconfig
+	depends = kcoreaddons
+	depends = kdbusaddons
+	depends = ki18n
+	depends = knotifications
+	depends = kwidgetsaddons
+	depends = kwindowsystem
+	depends = libgcrypt
+	depends = qca-qt6
+	depends = qt6-base
+	optdepends = kwalletmanager: Configuration GUI
+	provides = org.freedesktop.secrets
+	source = git+https://invent.kde.org/frameworks/kwallet#commit=7c91f3dd2c158444644a00a43aaa20f6e66b84a0
+	validpgpkeys = 53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB
+	sha256sums = SKIP
+
+pkgname = kwallet
diff --git a/PKGBUILD b/PKGBUILD
index 30df484..fad788b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,25 +3,44 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=kwallet
-pkgver=5.110.0
+pkgver=5.240.0.20231001
 pkgrel=1
 pkgdesc='Secure and unified container for user passwords'
 arch=(x86_64)
 url='https://community.kde.org/Frameworks'
 license=(LGPL)
-depends=(knotifications kiconthemes kservice gpgme qca-qt5)
-makedepends=(extra-cmake-modules kdoctools boost doxygen qt5-tools qt5-doc)
+depends=(gcc-libs
+         glibc
+         gpgme
+         kcolorscheme
+         kconfig
+         kcoreaddons
+         kdbusaddons
+         ki18n
+         knotifications
+         kwidgetsaddons
+         kwindowsystem
+         libgcrypt
+         qca-qt6
+         qt6-base)
+makedepends=(doxygen
+             extra-cmake-modules
+             kdoctools
+             kservice
+             qt6-doc
+             qt6-tools)
 optdepends=('kwalletmanager: Configuration GUI')
 provides=(org.freedesktop.secrets)
-replaces=(kwallet-secrets)
-groups=(kf5)
-source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('1f4fbbfcc157ca9cd59e85d358a839a49a25f4d5d7f6e2fde047efbf19f2e555'
-            'SKIP')
+groups=(kf6)
+#source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
+makedepends+=(git)
+_commit=7c91f3dd2c158444644a00a43aaa20f6e66b84a0
+source=(git+https://invent.kde.org/frameworks/$pkgname#commit=$_commit)
+sha256sums=('SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>
 
 build() {
-  cmake -B build -S $pkgname-$pkgver \
+  cmake -B build -S $pkgname \
     -DBUILD_TESTING=OFF \
     -DBUILD_QCH=ON
   cmake --build build