[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
299/321: gnu: poxml: Update to 24.12.1.
From: |
guix-commits |
Subject: |
299/321: gnu: poxml: Update to 24.12.1. |
Date: |
Sat, 11 Jan 2025 08:14:34 -0500 (EST) |
z572 pushed a commit to branch kde-team
in repository guix.
commit e97f7981defad1bc1f89a86b6859ead7417d96d8
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Fri Jan 10 11:52:08 2025 +0800
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
---
gnu/packages/kde.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index 7d1eca1245..039097a540 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -1832,7 +1832,7 @@ a variety of formats, including PDF, PostScript, DejaVu,
and EPub.")
(define-public poxml
(package
(name "poxml")
- (version "24.05.2")
+ (version "24.12.1")
(source (origin
(method url-fetch)
(uri
@@ -1840,12 +1840,12 @@ a variety of formats, including PDF, PostScript,
DejaVu, and EPub.")
"/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
- 272/321: gnu: baloo-widgets: Update to 24.12.1., (continued)
- 272/321: gnu: baloo-widgets: Update to 24.12.1., guix-commits, 2025/01/11
- 263/321: gnu: keysmith: Update to 24.12.1., guix-commits, 2025/01/11
- 285/321: gnu: libkomparediff2: Update to 24.12.1., guix-commits, 2025/01/11
- 275/321: gnu: gwenview: Update to 24.12.1., guix-commits, 2025/01/11
- 287/321: gnu: kompare: Update to 24.12.1., guix-commits, 2025/01/11
- 286/321: gnu: kommit: Update to 1.7.1., guix-commits, 2025/01/11
- 288/321: gnu: kopeninghours: Update to 24.12.1., guix-commits, 2025/01/11
- 309/321: gnu: Remove plasma-active-window-control., guix-commits, 2025/01/11
- 291/321: gnu: kpublictransport: Update to 24.12.1., guix-commits, 2025/01/11
- 305/321: gnu: Remove knotes., guix-commits, 2025/01/11
- 299/321: gnu: poxml: Update to 24.12.1.,
guix-commits <=
- 315/321: gnu: Remove libatcore., guix-commits, 2025/01/11
- 316/321: gnu: plasma-phonebook: Update to 24.02.0., guix-commits, 2025/01/11
- 09/321: gnu: kquickcharts: Update to 6.10.0., guix-commits, 2025/01/11
- 14/321: gnu: karchive: Update to 6.10.0., guix-commits, 2025/01/11
- 20/321: gnu: kdbusaddons: Update to 6.10.0., guix-commits, 2025/01/11
- 28/321: gnu: kitemviews: Update to 6.10.0., guix-commits, 2025/01/11
- 25/321: gnu: kidletime: Update to 6.10.0., guix-commits, 2025/01/11
- 50/321: gnu: kdoctools: Update to 6.10.0., guix-commits, 2025/01/11
- 44/321: gnu: threadweaver: Update to 6.10.0., guix-commits, 2025/01/11
- 49/321: gnu: kcrash: Update to 6.10.0., guix-commits, 2025/01/11