1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: giara: Update to 1.1.0.

* gnu/packages/syndication.scm (giara): Update to 1.1.0.
[arguments]<#:phases>: Add phase 'skip-validate-metainfo-file-test.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves
2024-11-28 08:52:15 +01:00
committed by Sharlatan Hellseher
parent bd04ae16b0
commit 584b1e5004

View File

@@ -169,7 +169,7 @@ cards.")
(define-public giara
(package
(name "giara")
(version "1.0.1")
(version "1.1.0")
(source
(origin
(method git-fetch)
@@ -178,7 +178,7 @@ cards.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "00vmfghp9g8yzn2d1xjawz5a8bdwn1jl1k24mjaf4vlvdy4sg9l4"))))
(base32 "1s2lr7s2sqzvphl84zcf68l6lzhp5faycz75yp36ak18aw9b8g0m"))))
(build-system meson-build-system)
(arguments
`(#:glib-or-gtk? #t
@@ -188,6 +188,11 @@ cards.")
(lambda _
(substitute* "meson_post_install.py"
(("gtk-update-icon-cache") "true"))))
(add-after 'unpack 'skip-validate-metainfo-file-test
(lambda _
(substitute* "data/meson.build"
(("if ascli_exe\\.found\\(\\)")
"if false"))))
(add-after 'glib-or-gtk-wrap 'wrap-paths
(lambda* (#:key outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))