aboutsummaryrefslogtreecommitdiffstats
path: root/gnome
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2024-10-24 11:12:51 -0500
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2024-10-24 11:12:51 -0500
commit9a8f13b00517c6681f150cc0dc875209027057af (patch)
tree62a805411c5b48f8595177777b24af229e736068 /gnome
parent3d5afeab48e99cc28f06f59cd4487931c18e709b (diff)
parent206a253db606fc214141fb3b53850a2869973c13 (diff)
Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk
Diffstat (limited to 'gnome')
-rw-r--r--gnome/platform/gnome-online-accounts.xml19
1 files changed, 12 insertions, 7 deletions
diff --git a/gnome/platform/gnome-online-accounts.xml b/gnome/platform/gnome-online-accounts.xml
index 21fc851442..834c0411a2 100644
--- a/gnome/platform/gnome-online-accounts.xml
+++ b/gnome/platform/gnome-online-accounts.xml
@@ -85,7 +85,7 @@
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
- <xref linkend="gtk-doc"/>,
+ <xref linkend="gi-docgen"/>,
<xref linkend="mitkrb"/>, and
<xref linkend="valgrind"/>
<!-- <ulink url="https://gitlab.com/accounts-sso/libaccounts-glib">libaccounts-glib</ulink>, and
@@ -124,6 +124,7 @@ cd build &amp;&amp;
meson setup \
--prefix=/usr \
--buildtype=release \
+ -D documentation=false \
-D kerberos=false \
-D google_client_secret=5ntt6GbbkjnTVXx-MSxbmx5e \
-D google_client_id=595013732528-llk8trb03f0ldpqq6nprjp1s79596646.apps.googleusercontent.com \
@@ -131,6 +132,16 @@ meson setup \
ninja</userinput></screen>
<para>
+ If you've installed <xref linkend='gi-docgen'/> and you wish to
+ build and install the API documentation of this package, issue:
+ </para>
+
+<screen remap='doc'><userinput>meson configure -D documentation=true &amp;&amp;
+sed "s/project_name()/&amp; + '-' + meson.project_version()/" \
+ -i ../doc/meson.build &amp;&amp;
+ninja</userinput></screen>
+
+ <para>
This package does not come with a test suite.
</para>
@@ -154,12 +165,6 @@ ninja</userinput></screen>
</para>
<para>
- <option>-D gtk_doc=true</option>: Use this switch if you have
- <xref linkend="gtk-doc" role="nodep"/> installed and you wish to generate
- the API documentation.
- </para>
-
- <para>
<option>-D kerberos=true</option>: Use this switch if you have
installed <xref linkend="mitkrb" role="nodep"/> and wish to use it with
<application>GNOME Online Accounts</application>.