From bd7687b84e9aeb207474c71eb824f30fbf26fe68 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Mon, 8 Jun 2026 19:42:16 +0200 Subject: gnu: mdds: Update to 3.2.1. * gnu/packages/boost.scm (mdds): Update to 3.2.1. [native-inputs]: Add pkg-config. * gnu/packages/libreoffice.scm (libetonyek)[arguments] <#:configure-flags>: Fix use of --with-mmds flag. Change-Id: Id2b5e617e5863f8c21f9ead0e876e5042f32956b Signed-off-by: Andreas Enge --- gnu/packages/boost.scm | 7 ++++--- gnu/packages/libreoffice.scm | 10 +++++----- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/gnu/packages/boost.scm b/gnu/packages/boost.scm index 67d55fd8f68..6dc449bc0ba 100644 --- a/gnu/packages/boost.scm +++ b/gnu/packages/boost.scm @@ -52,6 +52,7 @@ #:use-module (gnu packages icu4c) #:use-module (gnu packages llvm) #:use-module (gnu packages perl) + #:use-module (gnu packages pkg-config) #:use-module (gnu packages python) #:use-module (gnu packages python-xyz) #:use-module (gnu packages shells) @@ -493,7 +494,7 @@ signals and slots system.") (define-public mdds (package (name "mdds") - (version "2.1.1") + (version "3.2.1") (source (origin (method git-fetch) (uri (git-reference @@ -502,9 +503,9 @@ signals and slots system.") (file-name (git-file-name name version)) (sha256 (base32 - "0866020brc1kmiryh7dmhjamnywlsd56ks649hy87283k0p7d3bb")))) + "0p6k281cymfa9ndkjl82xh6yp4brnlx80sqknsq9c92b4v72fg9c")))) (build-system gnu-build-system) - (native-inputs (list autoconf automake)) + (native-inputs (list autoconf automake pkg-config)) (propagated-inputs (list boost-1.83)) ; inclusion of header files (home-page "https://gitlab.com/mdds/mdds") diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm index 8c52385e443..5dfa7c11542 100644 --- a/gnu/packages/libreoffice.scm +++ b/gnu/packages/libreoffice.scm @@ -469,11 +469,11 @@ CorelDRAW documents of all versions.") "16hy60ws29pb4pz3z5l4920yn9hnk2vlij0xfs5qi1w4drd46c5l")))) (build-system gnu-build-system) (arguments - (list #:configure-flags - #~(list (string-append "--with-mdds=" - #$(version-major+minor - (package-version - (this-package-input "mdds"))))))) + (list + #:configure-flags + ;; To update, check the MDDS_API_VERSION in mdds checkout. + ;; This is not necessarily the same as the package-version of mdds. + #~(list "--with-mdds=3.0"))) (native-inputs (list cppunit doxygen gperf pkg-config)) (propagated-inputs ; in Requires or Requires.private field of .pkg -- cgit v1.2.3