From cc45017211888b2ee245a06dcc22494d526bdcaf Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Mon, 25 Mar 2024 18:54:36 +0200 Subject: gnu: libcmis: Update to 0.6.2. * gnu/packages/libreoffice.scm (libcmis): Update to 0.6.2. [arguments]: Remove a configure-flag setting the location of the boost libraries. Change-Id: I9145e1e8bf31ea0354efef8255160c3530ebe639 --- gnu/packages/libreoffice.scm | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm index 79b30cecaf..3641b0fa96 100644 --- a/gnu/packages/libreoffice.scm +++ b/gnu/packages/libreoffice.scm @@ -1,7 +1,7 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2014 John Darrington ;;; Copyright © 2015 Andreas Enge -;;; Copyright © 2016, 2018-2021, 2023 Efraim Flashner +;;; Copyright © 2016, 2018-2021, 2023, 2024 Efraim Flashner ;;; Copyright © 2017 Alex Griffin ;;; Copyright © 2017 Thomas Danckaert ;;; Copyright © 2017–2021 Tobias Geerinckx-Rice @@ -354,7 +354,7 @@ (define-public libcmis (name "libcmis") ;; Note: Use an unreleased version because libreoffice requires it and ;; is the only user (see ). - (version "0.6.0") + (version "0.6.2") (home-page "https://github.com/tdf/libcmis") (source (origin @@ -364,7 +364,7 @@ (define-public libcmis (file-name (git-file-name name version)) (sha256 (base32 - "17jx9fb7nmyp6jhz9nlmb3wcp8k03vhcv7sqql6a7jhsjnw3hq0k")))) + "0g0wr31gfhxcdfvr0l36zallz349rrxd2d8n03b0b5ffm10b4y0x")))) (build-system gnu-build-system) (native-inputs (list autoconf automake libtool cppunit pkg-config)) @@ -380,13 +380,7 @@ (define-public libcmis ;; it once this is available. "--without-man" ;; XXX: A configure test fails with GCC7 when including Boost headers. - "--disable-werror" - ;; During configure, the boost headers are found, but linking - ;; fails without the following flag. - (string-append "--with-boost=" - (dirname (dirname - (search-input-directory %build-inputs - "include/boost"))))) + "--disable-werror") #:phases #~(modify-phases %standard-phases (replace 'bootstrap -- cgit v1.2.3