| Newsgroups |
gmane.linux.lfs.beyond.book |
| Message-ID |
<[email protected]> |
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch trunk
in repository blfs.
commit 27b53093042e81d42b153756acef89450c635895
Author: Xi Ruoyao <[email protected]>
AuthorDate: Wed May 6 16:47:51 2026 +0800
localsearch: demote pygobject to optional
It's only used by the test suite.
---
gnome/platform/tinysparql.xml | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)
diff --git a/gnome/platform/tinysparql.xml b/gnome/platform/tinysparql.xml
index 728b6866b3..c38a9d458a 100644
--- a/gnome/platform/tinysparql.xml
+++ b/gnome/platform/tinysparql.xml
@@ -79,9 +79,8 @@
<para role="recommended">
&gobject-introspection;,
<xref linkend="icu"/>,
- <xref linkend="libsoup3"/>,
- <xref linkend="localsearch"/> (runtime), and
- <xref linkend="pygobject3"/>
+ <xref linkend="libsoup3"/>, and
+ <xref linkend="localsearch"/> (runtime)
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
@@ -93,6 +92,7 @@
<xref linkend="gi-docgen"/>
-->
<xref linkend="graphviz"/>,
+ <xref linkend="pygobject3"/>,
<ulink url="https://github.com/scop/bash-completion/">bash-completion</ulink>, and
<ulink url="https://snowballstem.org/">libstemmer</ulink>
</para>
@@ -131,6 +131,7 @@ cd build &&
meson setup --prefix=/usr \
--buildtype=release \
-D man=false \
+ -D tests=false \
.. &&
ninja</userinput></screen>
@@ -141,7 +142,8 @@ meson setup --prefix=/usr \
--buildtype=release \
-D man=false \
-D systemd_user_services=false \
- .. &&
+ -D tests=false \
+ .. &&
ninja</userinput></screen>
<para>
@@ -151,8 +153,9 @@ ninja</userinput></screen>
<screen role="root"><userinput>ninja install</userinput></screen>
<para>
- To test the results, issue: <command>meson configure -D debug=true
- && LC_ALL=C.UTF-8 ninja test</command>.
+ To test the results, ensure <xref linkend='pygobject3'/> is installed
+ and issue: <command>meson configure -D debug=true
+ -D tests=true && LC_ALL=C.UTF-8 ninja test</command>.
The test suite should be run from a graphical session. One test, test_cli,
is known to fail due to the manual pages not being generated, but will pass if
"-D man=false" is omitted when configuring the package. One other test,
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
--
http://lists.linuxfromscratch.org/sympa/info/blfs-book
Unsubscribe: See the above information page