z572 pushed a commit to branch kde-team
in repository guix.
commit 0423b7253b32090185d5081824b13f10a50cf21b
Author: Zheng Junjie <[email protected]>
AuthorDate: Thu May 2 22:59:31 2024 +0800
gnu: kgamma: Update to 6.0.4.
* gnu/packages/kde-plasma.scm (kgamma): Update to 6.0.4.
[source]: Adjust uri.
[arguments]: Set #:qtbase to qtbase.
[native-inputs]: Add kdoctools-6.
[inputs]: Add kcmutils-6. Remove kdoctools. Use kauth-6, kcoreaddons-6,
kconfig-6, kconfigwidgets-6 and ki18n-6 replace kauth, kcoreaddons,
kconfig, kconfigwidgets and ki18n.
[properties]: Remove it.
Change-Id: Ic79551231a059e1af4ec45010423de0cc21f6a90
---
gnu/packages/kde-plasma.scm | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 9125ea0d4f..e804431054 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -528,28 +528,28 @@ KDE Frameworks 5 to better interact with the system.")
(define-public kgamma
(package
(name "kgamma")
- (version "5.27.7")
+ (version "6.0.4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/"
- version "/" name "5-"
+ version "/" name "-"
version ".tar.xz"))
(sha256
(base32
- "0v5fynydjha9wx9j59ysw8vxx2h2gm55q27gnnhgyv0wxva8hpnl"))))
+ "195yirq4xrj6zfzbrclbs5r3k3w0v9s8n07w42nhdn6avbdf2i9l"))))
(build-system qt-build-system)
- (native-inputs (list extra-cmake-modules))
- (inputs (list kauth
- kcoreaddons
- kconfig
- kconfigwidgets
- kdoctools
- ki18n))
+ (arguments (list #:qtbase qtbase))
+ (native-inputs (list extra-cmake-modules kdoctools-6))
+ (inputs (list kauth-6
+ kcoreaddons-6
+ kconfig-6
+ kconfigwidgets-6
+ kcmutils-6
+ ki18n-6))
(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