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
This commit is contained in:
Zheng Junjie 2024-07-06 12:49:13 +08:00
parent 3a71141931
commit 69149f1fb6
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -517,28 +517,28 @@ (define-public kdeplasma-addons
(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