[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/08: gnu: Add libetonyek.
From: |
Andreas Enge |
Subject: |
03/08: gnu: Add libetonyek. |
Date: |
Wed, 06 May 2015 20:26:02 +0000 |
andreas pushed a commit to branch master
in repository guix.
commit 3dc67e38946b2784b2162335e9de1afd17d0d21e
Author: Andreas Enge <address@hidden>
Date: Wed May 6 21:42:51 2015 +0200
gnu: Add libetonyek.
* gnu/packages/libreoffice.scm (libetonyek): New variable.
---
gnu/packages/libreoffice.scm | 27 +++++++++++++++++++++++++++
1 files changed, 27 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index 71bd94e..3e5f331 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -260,3 +260,30 @@ AbiWord documents.")
(description "Libcdr is a library that parses the file format of
CorelDRAW documents of all versions.")
(license mpl2.0)))
+
+(define-public libetonyek
+ (package
+ (name "libetonyek")
+ (version "0.1.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "http://dev-www.libreoffice.org/src/" name "/"
+ name "-" version ".tar.xz"))
+ (sha256 (base32
+ "0gn8v24jb9r9kxppbws6xlc7knpd9mk2n9xjvziccv5f2l7mlslw"))))
+ (build-system gnu-build-system)
+ (native-inputs
+ `(("cppunit" ,cppunit)
+ ("doxygen" ,doxygen)
+ ("gperf" ,gperf)
+ ("pkg-config" ,pkg-config)))
+ (inputs
+ `(("boost" ,boost)
+ ("librevenge" ,librevenge)
+ ("libxml2" ,libxml2)))
+ (home-page "https://wiki.documentfoundation.org/DLP/Libraries/libetonyek")
+ (synopsis "Library for parsing the Apple Keynote format")
+ (description "Libetonyek is a library that parses the file format of
+Apple Keynote documents. It currently supports Keynote versions 2 to 5.")
+ (license mpl2.0)))
- branch master updated (e8444b2 -> 5620328), Andreas Enge, 2015/05/06
- 01/08: gnu: Add libabw., Andreas Enge, 2015/05/06
- 04/08: gnu: Add libexttextcat., Andreas Enge, 2015/05/06
- 03/08: gnu: Add libetonyek.,
Andreas Enge <=
- 05/08: gnu: Add libfreehand., Andreas Enge, 2015/05/06
- 02/08: gnu: Add libcdr., Andreas Enge, 2015/05/06
- 06/08: gnu: Add libmspub., Andreas Enge, 2015/05/06
- 07/08: gnu: Add libpagemaker., Andreas Enge, 2015/05/06
- 08/08: gnu: Add libvisio., Andreas Enge, 2015/05/06