mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: poxml: Update to 24.12.1.
* gnu/packages/kde.scm (poxml): Update to 24.12.1. [inputs]: Remove qtbase-5; add qtbase. [native-inputs]: Remove kdoctools-5; add kdoctools. Change-Id: Ib1cf01ded9882e3f99625f21a4353ea1841483bd
This commit is contained in:
parent
e44e61d3fe
commit
e97f7981de
1 changed files with 4 additions and 4 deletions
|
@ -1832,7 +1832,7 @@ (define-public okular
|
|||
(define-public poxml
|
||||
(package
|
||||
(name "poxml")
|
||||
(version "24.05.2")
|
||||
(version "24.12.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri
|
||||
|
@ -1840,12 +1840,12 @@ (define-public poxml
|
|||
"/src/poxml-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0998ss7jib255x9kyhsz79lgnf97m7hbm6dsyh6xj9rcwv8i9srk"))))
|
||||
"1mbkmh0zy5bi13vbcqdnppg2f1cl77hdfscy3wp2mfz209sa83a0"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules kdoctools-5))
|
||||
(list extra-cmake-modules kdoctools))
|
||||
(inputs
|
||||
(list gettext-minimal qtbase-5))
|
||||
(list gettext-minimal qtbase))
|
||||
(home-page "https://apps.kde.org/development/")
|
||||
(synopsis "Tools for translating DocBook XML files with Gettext")
|
||||
(description "This is a collection of tools that facilitate translating
|
||||
|
|
Loading…
Reference in a new issue