mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: zeitgeist: Remove patch-docbook-xml phase.
* gnu/packages/gnome.scm (zeitgeist) [arguments]: Remove patch-docbook-xml phase. Use gexps. [native-inputs]: Add libxml2.
This commit is contained in:
parent
6cc1c11d0a
commit
6bc285e6c6
1 changed files with 19 additions and 27 deletions
|
@ -697,20 +697,12 @@ (define-public zeitgeist
|
||||||
(base32 "07b1ahj3vd3m8srwkrh7dl3ymr7d55xiiszny44q13g06pq4svch"))))
|
(base32 "07b1ahj3vd3m8srwkrh7dl3ymr7d55xiiszny44q13g06pq4svch"))))
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
(list #:configure-flags #~(list "--enable-explain-queries"
|
||||||
(list
|
|
||||||
"--enable-explain-queries"
|
|
||||||
"--enable-fts"
|
"--enable-fts"
|
||||||
"--enable-docs")
|
"--enable-docs")
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'patch-docbook-xml
|
(add-after 'unpack 'disable-failing-tests
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
|
||||||
(with-directory-excursion "doc/libzeitgeist"
|
|
||||||
(substitute* "zeitgeist-gtkdoc-index.sgml"
|
|
||||||
(("http://www.oasis-open.org/docbook/xml/4.3/")
|
|
||||||
(search-input-directory inputs "/xml/dtd/docbook/"))))))
|
|
||||||
(add-after 'patch-docbook-xml 'disable-failing-tests
|
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "test/direct/Makefile.am"
|
(substitute* "test/direct/Makefile.am"
|
||||||
((" log-test ")
|
((" log-test ")
|
||||||
|
@ -730,6 +722,7 @@ (define-public zeitgeist
|
||||||
gobject-introspection
|
gobject-introspection
|
||||||
gtk-doc/stable
|
gtk-doc/stable
|
||||||
libtool
|
libtool
|
||||||
|
libxml2 ;for XML_CATALOG_FILES
|
||||||
pkg-config
|
pkg-config
|
||||||
vala
|
vala
|
||||||
xorg-server-for-tests))
|
xorg-server-for-tests))
|
||||||
|
@ -742,8 +735,7 @@ (define-public zeitgeist
|
||||||
python-wrapper
|
python-wrapper
|
||||||
python-rdflib
|
python-rdflib
|
||||||
xapian))
|
xapian))
|
||||||
(propagated-inputs
|
(propagated-inputs (list glib))
|
||||||
(list glib))
|
|
||||||
(synopsis "Desktop Activity Logging")
|
(synopsis "Desktop Activity Logging")
|
||||||
(description "Zeitgeist is a service which logs the users’s activities and
|
(description "Zeitgeist is a service which logs the users’s activities and
|
||||||
events, anywhere from files opened to websites visited and conversations. It
|
events, anywhere from files opened to websites visited and conversations. It
|
||||||
|
|
Loading…
Reference in a new issue