mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
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
This commit is contained in:
parent
437f515d5e
commit
949e291fcc
1 changed files with 8 additions and 6 deletions
|
@ -161,25 +161,27 @@ (define-public futuresql
|
||||||
(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.")
|
||||||
|
|
Loading…
Reference in a new issue