me
/
guix
Archived
1
0
Fork 0

gnu: kontrast: Update to 24.05.2.

* gnu/packages/kde-utils.scm (kontrast): Update to 24.05.2.
[arguments]: Set #:qtbase to qtbase.
[inputs]: Remove qtdeclarative-5, qtgraphicaleffects, qtquickcontrols2-5, and
qtsvg-5; add qtdeclarative, futuresql, qcoro-qt6, and qtsvg.
[native-inputs]: Add python-minimal.

Change-Id: I13ea2db2e29ddc2e7427049c15d8ffd73693d1ba
master
Zheng Junjie 2024-07-06 19:20:31 +08:00
parent deb8da3669
commit c3dd859df6
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 8 additions and 7 deletions

View File

@ -699,23 +699,24 @@ with support for QR scanning.")
(define-public kontrast (define-public kontrast
(package (package
(name "kontrast") (name "kontrast")
(version "23.04.3") (version "24.05.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" (uri (string-append "mirror://kde/stable/release-service/"
version "/src/kontrast-" version ".tar.xz")) version "/src/kontrast-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"08qwvc2b5bj3012lvwxainbw7d34mkbwwznj3661ydsnfjyxxs92")))) "0rn7nw686d773hx6dg1zvld89r0l9gg4fps3ipyhlwi8gwcm1dwl"))))
(build-system qt-build-system) (build-system qt-build-system)
(native-inputs (list extra-cmake-modules kdoctools)) (arguments (list #:qtbase qtbase))
(native-inputs (list extra-cmake-modules kdoctools python-minimal))
(inputs (list kirigami (inputs (list kirigami
ki18n ki18n
kcoreaddons kcoreaddons
qtdeclarative-5 qtdeclarative
qtgraphicaleffects futuresql
qtquickcontrols2-5 qcoro-qt6
qtsvg-5)) qtsvg))
(home-page "https://apps.kde.org/kontrast/") (home-page "https://apps.kde.org/kontrast/")
(synopsis "Color contrast checker") (synopsis "Color contrast checker")
(description (description