guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

14/66: gnu: Add libwpd.


From: Manolis Fragkiskos Ragkousis
Subject: 14/66: gnu: Add libwpd.
Date: Thu, 21 May 2015 12:51:51 +0000

phant0mas pushed a commit to branch wip-hurd
in repository guix.

commit f7dfa1adf72fad16ebc7612fc41c3d0f3a92a33e
Author: Andreas Enge <address@hidden>
Date:   Sun May 3 14:28:09 2015 +0200

    gnu: Add libwpd.
    
    * gnu/packages/libreoffice.scm (libwpd): New variable.
---
 gnu/packages/libreoffice.scm |   25 +++++++++++++++++++++++++
 1 files changed, 25 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index 8daa0e9..4de5fca 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -110,3 +110,28 @@ CSV, CSS and XML.")
 filters.  It has interfaces for text documents, vector graphics,
 spreadsheets and presentations.")
     (license '(mpl2.0 lgpl2.1+)))) ; dually licensed
+
+(define-public libwpd
+  (package
+    (name "libwpd")
+    (version "0.10.0")
+    (source
+     (origin
+      (method url-fetch)
+      (uri (string-append "mirror://sourceforge/libwpd/" name "/" name "-"
+                          version ".tar.xz"))
+      (sha256 (base32
+               "0b6krzr6kxzm89g6bapn805kdayq70hn16n5b5wfs2lwrf0ag2wx"))))
+    (build-system gnu-build-system)
+    (native-inputs
+     `(("doxygen" ,doxygen)
+       ("pkg-config" ,pkg-config)))
+    (inputs
+     `(("librevenge" ,librevenge)
+       ("zlib" ,zlib)))
+    (home-page "http://libwpd.sourceforge.net/";)
+    (synopsis "Library for importing WordPerfect documents")
+    (description "Libwpd is a C++ library designed to help process
+WordPerfect documents.  It is most commonly used to import such documents
+into other word processors.")
+    (license '(mpl2.0 lgpl2.1+)))) ; dually licensed



reply via email to

[Prev in Thread] Current Thread [Next in Thread]