guix-commits
[Top][All Lists]
Advanced

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

59/255: gnu: kglobalaccel: Update to 6.8.0.


From: guix-commits
Subject: 59/255: gnu: kglobalaccel: Update to 6.8.0.
Date: Mon, 2 Dec 2024 09:32:23 -0500 (EST)

z572 pushed a commit to branch kde-team
in repository guix.

commit f858593018fea12bea1c757eef1e0b5ea186d98e
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Wed Nov 27 23:56:19 2024 +0800

    gnu: kglobalaccel: Update to 6.8.0.
    
    * gnu/packages/kde-frameworks.scm (kglobalaccel): Update to 6.8.0.
    [inputs]: Add libxkbcommon.
    
    Change-Id: I73a2a95607b1487769f67cd1dccfb124353c3d39
---
 gnu/packages/kde-frameworks.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index e537946605..c328424f92 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3699,7 +3699,7 @@ emoticons coming from different providers.")
 (define-public kglobalaccel
   (package
     (name "kglobalaccel")
-    (version "6.5.0")
+    (version "6.8.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -3708,7 +3708,7 @@ emoticons coming from different providers.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "191rlcwdyapv6m00vj99pq7w6sjlvmmkn54zmcicxf64izs1qfl8"))))
+                "10wpcrgi651ym213f6904cwxa927hjc9fy4ay0vvhz4611dxi9na"))))
     (build-system qt-build-system)
     (native-inputs
      (list extra-cmake-modules pkg-config qttools))
@@ -3718,6 +3718,7 @@ emoticons coming from different providers.")
            kcoreaddons
            kdbusaddons
            kwindowsystem
+           libxkbcommon
            qtdeclarative))
     (arguments (list #:qtbase qtbase))
     (home-page "https://community.kde.org/Frameworks";)



reply via email to

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