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

commit bbf313327926c98de6cd38938a4e1e35f9face20
Author: Zheng Junjie <zhengjun...@iscas.ac.cn>
AuthorDate: Sat Jul 6 12:49:13 2024 +0800

    gnu: kgamma: Update to 6.1.2.
    
    * gnu/packages/kde-plasma.scm (kgamma): Update to 6.1.2.
    [arguments]: Set #:qtbase to qtbase.
    [inputs]: Remove kdoctools; add kcmutils.
    [native-inputs]: Add kdoctools.
    [source]: Adjust url.
    [properties]: Remove it.
    
    Change-Id: Ie5662bdbb6e4d92585f97e498b13d1aba572c27a
---
 gnu/packages/kde-plasma.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index e7e4f62604..b617b95eb8 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -517,28 +517,28 @@ KDE Frameworks 5 to better interact with the system.")
 (define-public kgamma
   (package
     (name "kgamma")
-    (version "5.27.7")
+    (version "6.1.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/"
-                                  version "/" name "5-"
+                                  version "/" name "-"
                                   version ".tar.xz"))
               (sha256
                (base32
-                "0v5fynydjha9wx9j59ysw8vxx2h2gm55q27gnnhgyv0wxva8hpnl"))))
+                "0qr6crka2a71izg54vz0y7ahsfxr7xh1j3bb53c7pfhs3dq8wgfb"))))
     (build-system qt-build-system)
-    (native-inputs (list extra-cmake-modules))
+    (arguments (list #:qtbase qtbase))
+    (native-inputs (list extra-cmake-modules kdoctools))
     (inputs (list kauth
                   kcoreaddons
                   kconfig
                   kconfigwidgets
-                  kdoctools
+                  kcmutils
                   ki18n))
     (synopsis "Adjust monitor gamma settings")
     (description
      "This package provides a tool to adjust your monitor gamma settings.")
     (home-page "https://invent.kde.org/plasma/kgamma5";)
-    (properties '((upstream-name . "kgamma5")))
     (license license:gpl2+)))
 
 (define-public khotkeys

Reply via email to