[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
68/332: gnu: kdbusaddons: Update to 5.108.0.
From: |
guix-commits |
Subject: |
68/332: gnu: kdbusaddons: 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 61906ca308d8223e1e9611623ddaa6d22c98f9f6
Author: Zheng Junjie <873216071@qq.com>
AuthorDate: Thu Jul 13 00:43:21 2023 +0800
gnu: kdbusaddons: Update to 5.108.0.
* gnu/packages/kde-frameworks.scm (kdbusaddons): Update to 5.108.0.
(kxmlgui) [arguments]: exclude KMAINWINDOW_UNITTEST test for make sure
KDBUSADDONS build success.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
gnu/packages/kde-frameworks.scm | 37 +++++++++++++++++++------------------
1 file changed, 19 insertions(+), 18 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index d36000197a..798ab8ccaa 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -665,7 +665,7 @@ many more.")
(define-public kdbusaddons
(package
(name "kdbusaddons")
- (version "5.98.0")
+ (version "5.108.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -674,7 +674,7 @@ many more.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0fwdmlnci2xn5pi1ywgia3xka3zsh6gl6xpx1gvql7lczk1y490a"))))
+ "1siv9ndk0zr9yq6pwjs248zzsh4kgllfj1294jym80rxcb0z6g9r"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules dbus qttools-5))
@@ -683,21 +683,22 @@ many more.")
;; kinit-bootstrap: kinit package which does not depend on kdbusaddons.
(arguments
(list #:phases
- #~(modify-phases %standard-phases
- (add-before 'configure 'patch-source
- (lambda* (#:key inputs #:allow-other-keys)
- ;; look for the kdeinit5 executable in kinit's store directory,
- ;; instead of the current application's directory:
- (substitute* "src/kdeinitinterface.cpp"
- (("<< QCoreApplication::applicationDirPath..")
- (string-append
- "<< QString::fromUtf8(\"/" (dirname (search-input-file inputs
- "bin/kdeinit5")) "\")" )))))
- (replace 'check
- (lambda* (#:key tests? #:allow-other-keys)
- (when tests?
- (setenv "DBUS_FATAL_WARNINGS" "0")
- (invoke "dbus-launch" "ctest")))))))
+ #~(modify-phases %standard-phases
+ (add-before 'configure 'patch-source
+ (lambda* (#:key inputs #:allow-other-keys)
+ ;; look for the kdeinit5 executable in kinit's store
directory,
+ ;; instead of the current application's directory:
+ (substitute* "src/kdeinitinterface.cpp"
+ (("<< QCoreApplication::applicationDirPath..")
+ (string-append
+ "<< QString::fromUtf8(\"/"
+ (dirname (search-input-file inputs "bin/kdeinit5"))
+ "\")" )))))
+ (replace 'check
+ (lambda* (#:key tests? #:allow-other-keys)
+ (when tests?
+ (setenv "DBUS_FATAL_WARNINGS" "0")
+ (invoke "dbus-launch" "ctest")))))))
(home-page "https://community.kde.org/Frameworks")
(synopsis "Convenience classes for DBus")
(description "KDBusAddons provides convenience classes on top of QtDBus,
@@ -3259,7 +3260,7 @@ the passwords on KDE work spaces.")
(setenv "HOME" (getcwd))
(setenv "QT_QPA_PLATFORM" "offscreen") ;; These tests fail
(invoke "ctest" "-E"
- "(ktoolbar_unittest|kxmlgui_unittest)")))))))
+
"(ktoolbar_unittest|kmainwindow_unittest|kxmlgui_unittest)")))))))
(home-page "https://community.kde.org/Frameworks")
(synopsis "Framework for managing menu and toolbar actions")
(description "KXMLGUI provides a framework for managing menu and toolbar
- 63/332: gnu: kwayland: Update to 5.108.0., (continued)
- 63/332: gnu: kwayland: Update to 5.108.0., guix-commits, 2023/08/03
- 69/332: gnu: kglobalaccel: Update to 5.108.0., guix-commits, 2023/08/03
- 48/332: gnu: kdoctools: Use G-expressions., guix-commits, 2023/08/03
- 80/332: gnu: qqc2-desktop-style: Update to 5.108.0., guix-commits, 2023/08/03
- 96/332: gnu: kmediaplayer: Update to 5.108.0., guix-commits, 2023/08/03
- 103/332: gnu: baloo: Update to 5.108.0., guix-commits, 2023/08/03
- 105/332: gnu: knewstuff: Update to 5.108.0., guix-commits, 2023/08/03
- 115/332: gnu: qca: Update to 2.3.6., guix-commits, 2023/08/03
- 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 <=
- 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, 2023/08/03
- 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