[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
74/465: gnu: kxmlgui: Update to 6.3.0.
From: |
guix-commits |
Subject: |
74/465: gnu: kxmlgui: Update to 6.3.0. |
Date: |
Tue, 16 Jul 2024 11:02:33 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit d170282d131ac4550d49b0476b613c725dc62a70
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jul 6 01:30:44 2024 +0800
gnu: kxmlgui: Update to 6.3.0.
* gnu/packages/kde-frameworks.scm (kxmlgui): Update to 6.3.0.
[inputs]: Remove qtbase-5; add kcolorscheme, qtbase, and qtdeclarative.
[native-inputs]: Remove qttools-5 and xorg-server-for-tests; add qttools.
[arguments]: Stop replace check phase; Add check-setup phase.
Change-Id: I327c524131027be1b93ddb5d61b0b497bfa4e1ce
---
gnu/packages/kde-frameworks.scm | 30 +++++++++++++++++++-----------
1 file changed, 19 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 3942457b8f..7a2045cd2e 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3316,7 +3316,7 @@ the passwords on KDE work spaces.")
(define-public kxmlgui
(package
(name "kxmlgui")
- (version "5.114.0")
+ (version "6.3.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -3325,16 +3325,17 @@ the passwords on KDE work spaces.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0gvjf32ssc0r0bdpb1912ldsr5rjls8vrscwy5gm9g5gw504hmmr"))))
+ "0plrww25q417vldf59ybiwkg3clygm7wrjy4a28wry1jxfrgswr2"))))
(build-system cmake-build-system)
(propagated-inputs
(list kconfig kconfigwidgets))
(native-inputs
- (list extra-cmake-modules qttools-5 xorg-server-for-tests))
+ (list extra-cmake-modules qttools))
(inputs
(list attica
kauth
kcodecs
+ kcolorscheme
kcoreaddons
kglobalaccel
kguiaddons
@@ -3344,17 +3345,24 @@ the passwords on KDE work spaces.")
ktextwidgets
kwidgetsaddons
kwindowsystem
- qtbase-5
+ qtbase
+ qtdeclarative
sonnet))
(arguments
(list #:phases
- #~(modify-phases %standard-phases
- (replace 'check
- (lambda* (#:key tests? #:allow-other-keys)
- (when tests?
- (setenv "HOME" (getcwd))
- (setenv "QT_QPA_PLATFORM" "offscreen") ;; These tests fail
- (invoke "ctest" "-E"
"(ktoolbar_unittest|kxmlgui_unittest)")))))))
+ #~(modify-phases %standard-phases
+ (add-before 'check 'check-setup
+ (lambda* (#:key tests? #:allow-other-keys)
+ (with-output-to-file "autotests/BLACKLIST"
+ (lambda _
+ (for-each
+ (lambda (name)
+ (display (string-append "[" name "]\n*\n")))
+ (list "testSpecificApplicationLanguageQLocale"
+ "testToolButtonStyleNoXmlGui"
+ "testToolButtonStyleXmlGui"))))
+ (setenv "HOME" (getcwd))
+ (setenv "QT_QPA_PLATFORM" "offscreen"))))))
(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
- 48/465: gnu: modemmanager-qt: Update to 6.3.0., (continued)
- 48/465: gnu: modemmanager-qt: Update to 6.3.0., guix-commits, 2024/07/16
- 50/465: gnu: oxygen-icons: Update to 6.0.0., guix-commits, 2024/07/16
- 58/465: gnu: kdoctools: Update to 6.3.0., guix-commits, 2024/07/16
- 52/465: gnu: pulseaudio-qt: Update to 1.5.0., guix-commits, 2024/07/16
- 59/465: gnu: kimageformats: Update to 6.3.0., guix-commits, 2024/07/16
- 62/465: gnu: kunitconversion: Update to 6.3.0., guix-commits, 2024/07/16
- 65/465: gnu: kirigami: Update to 6.3.0., guix-commits, 2024/07/16
- 68/465: gnu: kservice: Update to 6.3.0., guix-commits, 2024/07/16
- 70/465: gnu: kiconthemes: Update to 6.3.0., guix-commits, 2024/07/16
- 72/465: gnu: kwallet: Update to 6.3.0., guix-commits, 2024/07/16
- 74/465: gnu: kxmlgui: Update to 6.3.0.,
guix-commits <=
- 73/465: gnu: kglobalaccel: Update to 6.3.0., guix-commits, 2024/07/16
- 80/465: gnu: kpackage: Update to 6.3.0., guix-commits, 2024/07/16
- 82/465: gnu: kde-frameworkintegration: Update to 6.3.0., guix-commits, 2024/07/16
- 83/465: gnu: kdav: Update to 6.3.0., guix-commits, 2024/07/16
- 81/465: gnu: knewstuff: Update to 6.3.0., guix-commits, 2024/07/16
- 85/465: gnu: Remove kdbusaddons-bootstrap., guix-commits, 2024/07/16
- 89/465: gnu: Add kstatusnotifieritem., guix-commits, 2024/07/16
- 93/465: gnu: Add plasma-activities., guix-commits, 2024/07/16
- 95/465: gnu: kcmutils: Update to 6.3.0., guix-commits, 2024/07/16
- 97/465: gnu: Add plasma-activities-stats., guix-commits, 2024/07/16