gnu: kgamma: Update to 5.27.6.
* gnu/packages/kde-plasma.scm (kgamma): Update to 5.27.6. [properties]: Add upstream-name. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
903b98a723
commit
c3cccbb560
1 changed files with 3 additions and 2 deletions
|
@ -468,7 +468,7 @@ KDE Frameworks 5 to better interact with the system.")
|
||||||
(define-public kgamma
|
(define-public kgamma
|
||||||
(package
|
(package
|
||||||
(name "kgamma")
|
(name "kgamma")
|
||||||
(version "5.25.5")
|
(version "5.27.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/plasma/"
|
(uri (string-append "mirror://kde/stable/plasma/"
|
||||||
|
@ -476,7 +476,7 @@ KDE Frameworks 5 to better interact with the system.")
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1c305bs50km7bsn0phz7yj4x2168sxwsw9zxbpcgw4q3r53c0ywz"))))
|
"14nn3wsk9w9x8m0mbdmdi86xh6x2946zhzhwdbsfgynjrkn13wb1"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs (list extra-cmake-modules))
|
(native-inputs (list extra-cmake-modules))
|
||||||
(inputs (list kauth
|
(inputs (list kauth
|
||||||
|
@ -489,6 +489,7 @@ KDE Frameworks 5 to better interact with the system.")
|
||||||
(description
|
(description
|
||||||
"This package provides a tool to adjust your monitor gamma settings.")
|
"This package provides a tool to adjust your monitor gamma settings.")
|
||||||
(home-page "https://invent.kde.org/plasma/kgamma5")
|
(home-page "https://invent.kde.org/plasma/kgamma5")
|
||||||
|
(properties '((upstream-name . "kgamma5")))
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public khotkeys
|
(define-public khotkeys
|
||||||
|
|
Reference in a new issue