[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
70/332: gnu: kservice: Update to 5.108.0.
From: |
guix-commits |
Subject: |
70/332: gnu: kservice: Update to 5.108.0. |
Date: |
Thu, 3 Aug 2023 05:43:39 -0400 (EDT) |
iyzsong pushed a commit to branch kde-updates
in repository guix.
commit 5b2e53d5456356eddfbcc6e85af33ec456e2b0c0
Author: Zheng Junjie <873216071@qq.com>
AuthorDate: Thu Jul 13 01:24:49 2023 +0800
gnu: kservice: Update to 5.108.0.
* gnu/packages/kde-frameworks.scm (kservice): Update to 5.108.0.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
gnu/packages/kde-frameworks.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index be2db5843a..d874ffe98e 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3004,7 +3004,7 @@ typed.")
(define-public kservice
(package
(name "kservice")
- (version "5.98.0")
+ (version "5.108.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -3013,7 +3013,7 @@ typed.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0lgwpcdkkbxwq84zp5aymrdwy0iacqxz5ckc89pymcm0bacyhl31"))))
+ "10dfnq3x9b30kbkpq1ifg6ywj8dmdqvd1szgrwf71077yzgsh9w2"))))
(build-system cmake-build-system)
(propagated-inputs
(list kconfig kcoreaddons kdoctools))
@@ -3043,7 +3043,7 @@ typed.")
(setenv "HOME" (getcwd))
(setenv "QT_QPA_PLATFORM" "offscreen")
;; Disable failing tests.
- (invoke "ctest" "-E" "(kautostarttest|ksycocatest)")))))))
+ (invoke "ctest" "-E"
"(kautostarttest|ksycocatest|kapplicationtradertest)")))))))
(home-page "https://community.kde.org/Frameworks")
(synopsis "Plugin framework for desktop services")
(description "KService provides a plugin framework for handling desktop
- 64/332: gnu: kdnssd: Update to 5.108.0., (continued)
- 64/332: gnu: kdnssd: Update to 5.108.0., guix-commits, 2023/08/03
- 66/332: gnu: kimageformats: Use G-expressions., guix-commits, 2023/08/03
- 68/332: gnu: kdbusaddons: Update to 5.108.0., guix-commits, 2023/08/03
- 44/332: gnu: kpty: Use G-expressions., guix-commits, 2023/08/03
- 46/332: gnu: syndication: Update to 5.108.0., guix-commits, 2023/08/03
- 53/332: gnu: kconfigwidgets: Update to 5.108.0., guix-commits, 2023/08/03
- 55/332: gnu: kiconthemes: Update to 5.108.0., guix-commits, 2023/08/03
- 59/332: gnu: threadweaver: Update to 5.108.0., guix-commits, 2023/08/03
- 61/332: gnu: kjsembed: Update to 5.108.0., guix-commits, 2023/08/03
- 67/332: gnu: kdesignerplugin: Update to 5.108.0., guix-commits, 2023/08/03
- 70/332: gnu: kservice: Update to 5.108.0.,
guix-commits <=
- 71/332: gnu: kxmlgui: Update to 5.108.0., guix-commits, 2023/08/03
- 73/332: gnu: ktextwidgets: Update to 5.108.0., guix-commits, 2023/08/03
- 74/332: gnu: kpeople: Update to 5.108.0., guix-commits, 2023/08/03
- 75/332: gnu: kwallet: Update to 5.108.0., guix-commits, 2023/08/03
- 76/332: gnu: kded: Update to 5.108.0., guix-commits, 2023/08/03
- 78/332: gnu: kemoticons: Update to 5.108.0., guix-commits, 2023/08/03
- 81/332: gnu: kfilemetadata: Update to 5.108.0., guix-commits, 2023/08/03
- 83/332: gnu: kio: Update to 5.108.0., guix-commits, 2023/08/03
- 90/332: gnu: knotifyconfig: Update to 5.108.0., guix-commits, 2023/08/03
- 91/332: gnu: kparts: Update to 5.108.0., guix-commits, 2023/08/03