Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
kservice
Commits:
e2ff9b46 by Antonio Rojas at 2026-03-02T17:05:21+01:00
upgpkg: 6.23.1-1: Upstream update
Fixes #1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = kservice
pkgdesc = Advanced plugin and service introspection
- pkgver = 6.23.0
- pkgrel = 2
+ pkgver = 6.23.1
+ pkgrel = 1
url = https://community.kde.org/Frameworks
arch = x86_64
groups = kf6
@@ -17,14 +17,12 @@ pkgbase = kservice
depends = kcoreaddons
depends = ki18n
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
+ source =
https://download.kde.org/stable/frameworks/6.23/kservice-6.23.1.tar.xz
+ source =
https://download.kde.org/stable/frameworks/6.23/kservice-6.23.1.tar.xz.sig
validpgpkeys = 53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB
validpgpkeys = E0A3EB202F8E57528E13E72FD7574483BB57B18D
validpgpkeys = 90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1
- sha256sums =
efd56bf68fe2feb1939a050562e403d9624a74eb95dc7c264c3806800cfb2d53
+ sha256sums =
051ada450ae334840f6e36fd81729593de6a9d7152372fac77b2d7c02b583dcd
sha256sums = SKIP
- sha256sums =
8ed3565f2e36813532b313e494688a271b3ea836c962c0a5ef487117fdb568e5
pkgname = kservice
=====================================
PKGBUILD
=====================================
@@ -3,12 +3,13 @@
# Contributor: Andrea Scarpino <[email protected]>
pkgname=kservice
-pkgver=6.23.0
-pkgrel=2
+pkgver=6.23.1
+pkgrel=1
pkgdesc='Advanced plugin and service introspection'
arch=(x86_64)
url='https://community.kde.org/Frameworks'
-license=(LGPL-2.0-only LGPL-3.0-only)
+license=(LGPL-2.0-only
+ LGPL-3.0-only)
depends=(gcc-libs
glibc
kconfig
@@ -20,20 +21,14 @@ makedepends=(doxygen
kdoctools
qt6-tools)
groups=(kf6)
-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'
- '8ed3565f2e36813532b313e494688a271b3ea836c962c0a5ef487117fdb568e5')
+source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('051ada450ae334840f6e36fd81729593de6a9d7152372fac77b2d7c02b583dcd'
+ 'SKIP')
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/e2ff9b4624eb375d89cca5815187913cd1375405
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kservice/-/commit/e2ff9b4624eb375d89cca5815187913cd1375405
You're receiving this email because of your account on gitlab.archlinux.org.