gnu: poxml: Update to 24.05.2.
* gnu/packages/kde.scm (poxml): Update to 24.05.2. [native-inputs]: Remove kdoctools; add kdoctools-5. Change-Id: Ibbcd85fbcd68a5ee4c74e123c6e2d65f28c6f790master
parent
007db7912f
commit
1715a30081
|
@ -1737,7 +1737,7 @@ a variety of formats, including PDF, PostScript, DejaVu, and EPub.")
|
||||||
(define-public poxml
|
(define-public poxml
|
||||||
(package
|
(package
|
||||||
(name "poxml")
|
(name "poxml")
|
||||||
(version "23.04.3")
|
(version "24.05.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri
|
(uri
|
||||||
|
@ -1745,10 +1745,10 @@ a variety of formats, including PDF, PostScript, DejaVu, and EPub.")
|
||||||
"/src/poxml-" version ".tar.xz"))
|
"/src/poxml-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"11rqd7hhsy6f8qi0529cmy381bhskji6wf4fij7yjksmrsdvfw6d"))))
|
"0998ss7jib255x9kyhsz79lgnf97m7hbm6dsyh6xj9rcwv8i9srk"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules kdoctools))
|
(list extra-cmake-modules kdoctools-5))
|
||||||
(inputs
|
(inputs
|
||||||
(list gettext-minimal qtbase-5))
|
(list gettext-minimal qtbase-5))
|
||||||
(home-page "https://apps.kde.org/development/")
|
(home-page "https://apps.kde.org/development/")
|
||||||
|
|
Reference in New Issue