~ruther/guix-local

584b1e50044a433afae8fa6ea6b19b68eb2356fb — Nicolas Graves 1 year, 8 months ago bd04ae1
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>
1 files changed, 7 insertions(+), 2 deletions(-)

M gnu/packages/syndication.scm
M gnu/packages/syndication.scm => gnu/packages/syndication.scm +7 -2
@@ 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"))