me
/
guix
Archived
1
0
Fork 0

gnu: grantleetheme: Update to 24.05.2.

* gnu/packages/kde.scm (grantleetheme): Update to 24.05.2.
[arguments]: Set #:qtbase to qtbase.
[inputs]: Remove grantlee, qtbase-5; add kxmlgui.
[propagated-inputs]: Add ktexttemplate.

Change-Id: I8778c183a57706de36b82f7a3193c07668839d39
master
Zheng Junjie 2024-07-06 18:29:54 +08:00
parent 437f515d5e
commit 949e291fcc
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 8 additions and 6 deletions

View File

@ -161,25 +161,27 @@ This package contains GUI widgets for baloo.")
(define-public grantleetheme (define-public grantleetheme
(package (package
(name "grantleetheme") (name "grantleetheme")
(version "23.04.3") (version "24.05.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version (uri (string-append "mirror://kde/stable/release-service/" version
"/src/grantleetheme-" version ".tar.xz")) "/src/grantleetheme-" version ".tar.xz"))
(sha256 (sha256
(base32 "01kkj3y6xhc792jaxnkglkwvlqx9ckn5yhlfrpqff5hlf5x9vn4w")))) (base32 "0fsp9698wh2h53qglfg6576m309yb91s5ix4sdzckyilh31y1j2y"))))
(build-system qt-build-system) (build-system qt-build-system)
(arguments `(#:tests? #f)) ; unexpected error in the test suite. (arguments (list
#:qtbase qtbase
#:tests? #f)) ; unexpected error in the test suite.
(native-inputs (native-inputs
(list extra-cmake-modules libxml2)) ;; xmllint required for tests (list extra-cmake-modules libxml2)) ;; xmllint required for tests
(inputs (inputs
(list grantlee (list kguiaddons
kguiaddons
ki18n ki18n
kiconthemes kiconthemes
knewstuff knewstuff
qtbase-5)) kxmlgui))
(propagated-inputs (list ktexttemplate))
(home-page "https://invent.kde.org/pim/grantleetheme") (home-page "https://invent.kde.org/pim/grantleetheme")
(synopsis "Library providing Grantlee theme support") (synopsis "Library providing Grantlee theme support")
(description "This library provides Grantlee theme support.") (description "This library provides Grantlee theme support.")