gnu: zeitgeist: Update to 1.0.4.

* gnu/packages/gnome.scm (zeitgeist): Update to 1.0.4.
[arguments]: Don't explicitly return #t from phases.
This commit is contained in:
Tobias Geerinckx-Rice 2022-02-13 01:00:02 +01:00
parent 53c7adc4e6
commit c1855d16f1
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -734,7 +734,7 @@ of known objects without needing a central registrar.")
(define-public zeitgeist (define-public zeitgeist
(package (package
(name "zeitgeist") (name "zeitgeist")
(version "1.0.3") (version "1.0.4")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -746,7 +746,7 @@ of known objects without needing a central registrar.")
(file-name (file-name
(git-file-name name version)) (git-file-name name version))
(sha256 (sha256
(base32 "0y6fyzxl5np4yskcxibd0p03h619w9ir907nhf40h02y0pk1kgkp")))) (base32 "07b1ahj3vd3m8srwkrh7dl3ymr7d55xiiszny44q13g06pq4svch"))))
(build-system glib-or-gtk-build-system) (build-system glib-or-gtk-build-system)
(arguments (arguments
`(#:configure-flags `(#:configure-flags
@ -762,8 +762,7 @@ of known objects without needing a central registrar.")
(substitute* "zeitgeist-gtkdoc-index.sgml" (substitute* "zeitgeist-gtkdoc-index.sgml"
(("http://www.oasis-open.org/docbook/xml/4.3/") (("http://www.oasis-open.org/docbook/xml/4.3/")
(string-append (assoc-ref inputs "docbook-xml") (string-append (assoc-ref inputs "docbook-xml")
"/xml/dtd/docbook/")))) "/xml/dtd/docbook/"))))))
#t))
(add-after 'patch-docbook-xml 'disable-failing-tests (add-after 'patch-docbook-xml 'disable-failing-tests
(lambda _ (lambda _
(substitute* "test/direct/Makefile.am" (substitute* "test/direct/Makefile.am"
@ -771,13 +770,11 @@ of known objects without needing a central registrar.")
"")) ""))
(substitute* "test/c/Makefile.am" (substitute* "test/c/Makefile.am"
((" test-log ") ((" test-log ")
"")) ""))))
#t))
(add-before 'bootstrap 'remove-autogen-script (add-before 'bootstrap 'remove-autogen-script
(lambda _ (lambda _
;; To honor `autoreconf -vif` by build-system. ;; To honor `autoreconf -vif` by build-system.
(delete-file "autogen.sh") (delete-file "autogen.sh"))))))
#t)))))
(native-inputs (native-inputs
`(("autoconf" ,autoconf) `(("autoconf" ,autoconf)
("automake" ,automake) ("automake" ,automake)