Archived
1
0
Fork 0

gnu: exempi: Update to 2.6.5.

* gnu/packages/freedesktop.scm (exempi): Update to 2.6.5.
[arguments]: Remove trailing #t from 'remove-static-library phase.

Change-Id: I99878003dd6fc696b66543400502a1ef40c73cc1
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
Felix Gruber 2023-12-27 15:53:14 +00:00 committed by 宋文武
parent e03886d6f6
commit b22e1ff117
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -1474,7 +1474,7 @@ move and resize windows, etc.")
(define-public exempi (define-public exempi
(package (package
(name "exempi") (name "exempi")
(version "2.5.2") (version "2.6.5")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -1482,7 +1482,7 @@ move and resize windows, etc.")
name "-" version ".tar.bz2")) name "-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"1mdfxb36p8251n5m7l55gx3fcqpk46yz9v568xfr8igxmqa47xaj")))) "1zhzwkfna14sy78llhfc94cy5hv3076j5v3p1zmvawzz5gaa7yg9"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:configure-flags (list (string-append "--with-boost=" `(#:configure-flags (list (string-append "--with-boost="
@ -1496,8 +1496,7 @@ move and resize windows, etc.")
;; <https://gitlab.freedesktop.org/libopenraw/exempi/-/issues/17>. ;; <https://gitlab.freedesktop.org/libopenraw/exempi/-/issues/17>.
;; Simply delete the static library instead to save ~4.3 MiB. ;; Simply delete the static library instead to save ~4.3 MiB.
(delete-file (string-append (assoc-ref outputs "out") (delete-file (string-append (assoc-ref outputs "out")
"/lib/libexempi.a")) "/lib/libexempi.a")))))))
#t)))))
(native-inputs (native-inputs
(list boost)) ; tests (list boost)) ; tests
(inputs (inputs