guix_mirror_bot pushed a commit to branch c++-team
in repository guix.

commit 1dc20296fb8d07700d9387eee671dd9ba5830479
Author: Greg Hogan <[email protected]>
AuthorDate: Fri Apr 18 15:29:53 2025 +0000

    gnu: librevenge: Update to 0.0.5.
    
    * gnu/packages/libreoffice.scm (librevenge): Update to 0.0.5.
    [arguments]<#:configure-flags>: Remove reference to boost system
    component for which the compatibility stub has been removed.
    
    Change-Id: I30697b684ad0e553bd153986b64f0256dd279cfb
---
 gnu/packages/libreoffice.scm | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index a372793c6a..973c42216b 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -207,14 +207,14 @@ All required fonts must be installed on the converting 
system.")
 (define-public librevenge
   (package
     (name "librevenge")
-    (version "0.0.4")
+    (version "0.0.5")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "mirror://sourceforge/libwpd/librevenge/librevenge-"
                           version "/librevenge-" version ".tar.xz"))
       (sha256 (base32
-               "1cj76cz4mqcy2mgv9l5xlc95bypyk8zbq0ls9cswqrs2y0lhfgwk"))))
+               "0d7bmqd6r23y076j4nk6fxhq2fx8dxk6a14yicsb2234pd20qv8h"))))
     (build-system gnu-build-system)
     (native-inputs
      (list cppunit doxygen pkg-config))
@@ -224,9 +224,7 @@ All required fonts must be installed on the converting 
system.")
      (list boost))
     (arguments
      ;; avoid triggering configure errors by simple inclusion of boost headers
-     `(#:configure-flags '("--disable-werror"
-                           ;; Avoid undefined library references
-                           "LDFLAGS=-lboost_system")))
+     `(#:configure-flags '("--disable-werror")))
     (home-page "https://sourceforge.net/p/libwpd/wiki/librevenge/";)
     (synopsis "Document importer for office suites")
     (description "Librevenge is a base library for writing document import

Reply via email to