Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
kservice
Commits:
2a76252a by Antonio Rojas at 2026-02-27T08:46:33+01:00
upgpkg: 6.23.0-2: Backport crash fix
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = kservice
pkgdesc = Advanced plugin and service introspection
pkgver = 6.23.0
- pkgrel = 1
+ pkgrel = 2
url = https://community.kde.org/Frameworks
arch = x86_64
groups = kf6
@@ -19,10 +19,12 @@ pkgbase = kservice
depends = qt6-base
source =
https://download.kde.org/stable/frameworks/6.23/kservice-6.23.0.tar.xz
source =
https://download.kde.org/stable/frameworks/6.23/kservice-6.23.0.tar.xz.sig
+ source =
https://invent.kde.org/frameworks/kservice/-/commit/1a2c38c1.patch
validpgpkeys = 53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB
validpgpkeys = E0A3EB202F8E57528E13E72FD7574483BB57B18D
validpgpkeys = 90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1
sha256sums =
efd56bf68fe2feb1939a050562e403d9624a74eb95dc7c264c3806800cfb2d53
sha256sums = SKIP
+ sha256sums =
8ed3565f2e36813532b313e494688a271b3ea836c962c0a5ef487117fdb568e5
pkgname = kservice
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=kservice
pkgver=6.23.0
-pkgrel=1
+pkgrel=2
pkgdesc='Advanced plugin and service introspection'
arch=(x86_64)
url='https://community.kde.org/Frameworks'
@@ -20,14 +20,20 @@ makedepends=(doxygen
kdoctools
qt6-tools)
groups=(kf6)
-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}
+ https://invent.kde.org/frameworks/kservice/-/commit/1a2c38c1.patch)
sha256sums=('efd56bf68fe2feb1939a050562e403d9624a74eb95dc7c264c3806800cfb2d53'
- 'SKIP')
+ 'SKIP'
+ '8ed3565f2e36813532b313e494688a271b3ea836c962c0a5ef487117fdb568e5')
validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB # David Faure
<[email protected]>
E0A3EB202F8E57528E13E72FD7574483BB57B18D # Jonathan Esk-Riddell
<[email protected]>
90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1 # Nicolas Fella
<[email protected]>
)
+prepare() {
+ patch -d $pkgname-$pkgver -p1 < 1a2c38c1.patch # Fix crashes
+}
+
build() {
cmake -B build -S $pkgname-$pkgver \
-DBUILD_TESTING=OFF
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kservice/-/commit/2a76252a2eb21fb6486bf594c83ac5fe46289499
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kservice/-/commit/2a76252a2eb21fb6486bf594c83ac5fe46289499
You're receiving this email because of your account on gitlab.archlinux.org.