guix-commits
[Top][All Lists]
Advanced

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

06/35: gnu: libodfgen: Update to 0.1.8.


From: guix-commits
Subject: 06/35: gnu: libodfgen: Update to 0.1.8.
Date: Wed, 3 Mar 2021 18:45:06 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 6a3d7e2540cc95937cedf296f32d11330f22cb3f
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Mar 3 19:30:32 2021 +0100

    gnu: libodfgen: Update to 0.1.8.
    
    * gnu/packages/libreoffice.scm (libodfgen): Update to 0.1.8.
    [inputs]: Add libxml2.
---
 gnu/packages/libreoffice.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index 99382c9..bae28a4 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -4,7 +4,7 @@
 ;;; Copyright © 2016, 2018, 2019, 2020, 2021 Efraim Flashner 
<efraim@flashner.co.il>
 ;;; Copyright © 2017 Alex Griffin <a@ajgrf.com>
 ;;; Copyright © 2017 Thomas Danckaert <post@thomasdanckaert.be>
-;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2017–2021 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2017 Andy Wingo <wingo@igalia.com>
 ;;; Copyright © 2017, 2018, 2019 Ludovic Courtès <ludo@gnu.org>
 ;;; Copyright © 2017, 2018, 2019 Marius Bakke <mbakke@fastmail.com>
@@ -682,14 +682,14 @@ Microsoft Visio documents of all versions.")
 (define-public libodfgen
   (package
     (name "libodfgen")
-    (version "0.1.7")
+    (version "0.1.8")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "mirror://sourceforge/libwpd/libodfgen/"
                           "libodfgen-" version "/libodfgen-" version 
".tar.xz"))
       (sha256 (base32
-               "0cdq48wlpp8m0qmndybv64r0m4vh0qsqx69cn6ms533cjlgljgij"))))
+               "0986c5gw4vdfz7bcmpdfz07inba5wxsx4f6xvndknqj6zlkh082m"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("doxygen" ,doxygen)
@@ -698,9 +698,10 @@ Microsoft Visio documents of all versions.")
      `(("librevenge" ,librevenge)))
     (inputs
      `(("boost" ,boost)
+       ("libxml2" ,libxml2)
        ("zlib" ,zlib)))
     (arguments
-     ;; avoid triggering configure errors by simple inclusion of boost headers
+     ;; Avoid triggering configure errors by simple inclusion of Boost headers.
      `(#:configure-flags '("--disable-werror")))
     (home-page "https://sourceforge.net/p/libwpd/wiki/libodfgen/";)
     (synopsis "ODF (Open Document Format) library")



reply via email to

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