* [bug#45429] [PATCH] Add poxml.
@ 2020-12-25 12:53 Z572
2021-01-20 13:09 ` bug#45429: " Efraim Flashner
0 siblings, 1 reply; 2+ messages in thread
From: Z572 @ 2020-12-25 12:53 UTC (permalink / raw)
To: 45429
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: poxml.patch --]
[-- Type: text/x-patch, Size: 1331 bytes --]
diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index b1b8b6a484..3d0c61bf79 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -840,6 +840,31 @@ Python, PHP, and Perl.")
a variety of formats, including PDF, PostScript, DejaVu, and EPub.")
(license license:gpl2+)))
+(define-public poxml
+ (package
+ (name "poxml")
+ (version "20.12.0")
+ (source (origin
+ (method url-fetch)
+ (uri
+ (string-append "mirror://kde/stable/release-service/" version
+ "/src/poxml-" version ".tar.xz"))
+ (sha256
+ (base32
+ "06if7rfyfzdb75fzdhyfzfams7qsjf9jbql9bwzh4dp34jzzg6kr"))))
+ (build-system cmake-build-system)
+ (native-inputs
+ `(("extra-cmake-modules" ,extra-cmake-modules)
+ ("kdoctools" ,kdoctools)))
+ (inputs
+ `(("gettext" ,gettext-minimal)
+ ("qtbase" ,qtbase)))
+ (home-page "https://kde.org/applications/development")
+ (synopsis "Tools for translating DocBook XML files with Gettext")
+ (description "Conversions between PO and XML. provide @command{po2xml}
+@command{split2po} @command{swappo} @command{xml2pot}.")
+ (license license:gpl2+)))
+
(define-public kdegraphics-mobipocket
(package
(name "kdegraphics-mobipocket")
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#45429: [PATCH] Add poxml.
2020-12-25 12:53 [bug#45429] [PATCH] Add poxml Z572
@ 2021-01-20 13:09 ` Efraim Flashner
0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2021-01-20 13:09 UTC (permalink / raw)
To: Z572; +Cc: 45429-done
[-- Attachment #1: Type: text/plain, Size: 311 bytes --]
Thanks. I filled out the commit message and borrowed the description
from Debian. Patch pushed!
--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-01-20 13:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-25 12:53 [bug#45429] [PATCH] Add poxml Z572
2021-01-20 13:09 ` bug#45429: " Efraim Flashner
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).