GNU bug report logs - #45429
[PATCH] Add poxml.

Previous Next

Package: guix-patches;

Reported by: Z572 <873216071 <at> qq.com>

Date: Fri, 25 Dec 2020 12:54:02 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Efraim Flashner <efraim <at> flashner.co.il>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#45429: closed ([PATCH] Add poxml.)
Date: Wed, 20 Jan 2021 13:11:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 20 Jan 2021 15:09:39 +0200
with message-id <YAgrk1yB88LAsh2H <at> 3900XT>
and subject line Re: [bug#45429] [PATCH] Add poxml.
has caused the debbugs.gnu.org bug report #45429,
regarding [PATCH] Add poxml.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
45429: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=45429
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Z572 <873216071 <at> qq.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] Add poxml.
Date: Fri, 25 Dec 2020 20:53:01 +0800
[poxml.patch (text/x-patch, attachment)]
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")


[Message part 4 (message/rfc822, inline)]
From: Efraim Flashner <efraim <at> flashner.co.il>
To: Z572 <873216071 <at> qq.com>
Cc: 45429-done <at> debbugs.gnu.org
Subject: Re: [bug#45429] [PATCH] Add poxml.
Date: Wed, 20 Jan 2021 15:09:39 +0200
[Message part 5 (text/plain, inline)]
Thanks. I filled out the commit message and borrowed the description
from Debian. Patch pushed!

-- 
Efraim Flashner   <efraim <at> 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
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 4 years and 119 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.