diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-06-08 19:42:16 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-08-05 20:18:10 +0200 |
| commit | bd7687b84e9aeb207474c71eb824f30fbf26fe68 (patch) | |
| tree | 33a709953202f101643ee467c252861b9672e838 | |
| parent | e36617c2b8456d61d22894941dfb9ce5dbe8a32b (diff) | |
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 <andreas@enge.fr>
| -rw-r--r-- | gnu/packages/boost.scm | 7 | ||||
| -rw-r--r-- | 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 @@ | |||
| 52 | #:use-module (gnu packages icu4c) | 52 | #:use-module (gnu packages icu4c) |
| 53 | #:use-module (gnu packages llvm) | 53 | #:use-module (gnu packages llvm) |
| 54 | #:use-module (gnu packages perl) | 54 | #:use-module (gnu packages perl) |
| 55 | #:use-module (gnu packages pkg-config) | ||
| 55 | #:use-module (gnu packages python) | 56 | #:use-module (gnu packages python) |
| 56 | #:use-module (gnu packages python-xyz) | 57 | #:use-module (gnu packages python-xyz) |
| 57 | #:use-module (gnu packages shells) | 58 | #:use-module (gnu packages shells) |
| @@ -493,7 +494,7 @@ signals and slots system.") | |||
| 493 | (define-public mdds | 494 | (define-public mdds |
| 494 | (package | 495 | (package |
| 495 | (name "mdds") | 496 | (name "mdds") |
| 496 | (version "2.1.1") | 497 | (version "3.2.1") |
| 497 | (source (origin | 498 | (source (origin |
| 498 | (method git-fetch) | 499 | (method git-fetch) |
| 499 | (uri (git-reference | 500 | (uri (git-reference |
| @@ -502,9 +503,9 @@ signals and slots system.") | |||
| 502 | (file-name (git-file-name name version)) | 503 | (file-name (git-file-name name version)) |
| 503 | (sha256 | 504 | (sha256 |
| 504 | (base32 | 505 | (base32 |
| 505 | "0866020brc1kmiryh7dmhjamnywlsd56ks649hy87283k0p7d3bb")))) | 506 | "0p6k281cymfa9ndkjl82xh6yp4brnlx80sqknsq9c92b4v72fg9c")))) |
| 506 | (build-system gnu-build-system) | 507 | (build-system gnu-build-system) |
| 507 | (native-inputs (list autoconf automake)) | 508 | (native-inputs (list autoconf automake pkg-config)) |
| 508 | (propagated-inputs | 509 | (propagated-inputs |
| 509 | (list boost-1.83)) ; inclusion of header files | 510 | (list boost-1.83)) ; inclusion of header files |
| 510 | (home-page "https://gitlab.com/mdds/mdds") | 511 | (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.") | |||
| 469 | "16hy60ws29pb4pz3z5l4920yn9hnk2vlij0xfs5qi1w4drd46c5l")))) | 469 | "16hy60ws29pb4pz3z5l4920yn9hnk2vlij0xfs5qi1w4drd46c5l")))) |
| 470 | (build-system gnu-build-system) | 470 | (build-system gnu-build-system) |
| 471 | (arguments | 471 | (arguments |
| 472 | (list #:configure-flags | 472 | (list |
| 473 | #~(list (string-append "--with-mdds=" | 473 | #:configure-flags |
| 474 | #$(version-major+minor | 474 | ;; To update, check the MDDS_API_VERSION in mdds checkout. |
| 475 | (package-version | 475 | ;; This is not necessarily the same as the package-version of mdds. |
| 476 | (this-package-input "mdds"))))))) | 476 | #~(list "--with-mdds=3.0"))) |
| 477 | (native-inputs | 477 | (native-inputs |
| 478 | (list cppunit doxygen gperf pkg-config)) | 478 | (list cppunit doxygen gperf pkg-config)) |
| 479 | (propagated-inputs ; in Requires or Requires.private field of .pkg | 479 | (propagated-inputs ; in Requires or Requires.private field of .pkg |
