guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

71/332: gnu: kxmlgui: Update to 5.108.0.


From: guix-commits
Subject: 71/332: gnu: kxmlgui: Update to 5.108.0.
Date: Thu, 3 Aug 2023 05:43:40 -0400 (EDT)

iyzsong pushed a commit to branch kde-updates
in repository guix.

commit f56b8741075135787adeacbda9a2a80c51cca0d5
Author: Zheng Junjie <873216071@qq.com>
AuthorDate: Thu Jul 13 01:35:23 2023 +0800

    gnu: kxmlgui: Update to 5.108.0.
    
    * gnu/packages/kde-frameworks.scm (kxmlgui): Update to 5.108.0.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 gnu/packages/kde-frameworks.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index d874ffe98e..f9036e881b 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3221,7 +3221,7 @@ the passwords on KDE work spaces.")
 (define-public kxmlgui
   (package
     (name "kxmlgui")
-    (version "5.98.0")
+    (version "5.108.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -3230,7 +3230,7 @@ the passwords on KDE work spaces.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "08n5l3zgkh0fxaqwrfx5mk4j5wq9ylkpxd37751qcivpag7l0x45"))))
+                "0v6nzq86wvbalbqq3dp47vymp31ws098c8dq0g43f6g7q3xjfxa1"))))
     (build-system cmake-build-system)
     (propagated-inputs
      (list kconfig kconfigwidgets))
@@ -3259,8 +3259,7 @@ the passwords on KDE work spaces.")
              (when tests?
                (setenv "HOME" (getcwd))
                (setenv "QT_QPA_PLATFORM" "offscreen") ;; These tests fail
-               (invoke "ctest" "-E"
-                          
"(ktoolbar_unittest|kmainwindow_unittest|kxmlgui_unittest)")))))))
+               (invoke "ctest" "-E" 
"(ktoolbar_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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]