Author: renodr
Date: Wed Jun 26 18:11:06 2019
New Revision: 21737
Log:
Update to libchamplain-0.12.19
Update to libgdata-0.17.9
grilo: stylistic improvement
telepathy-mission-control: reword short descriptions
Modified:
trunk/BOOK/general/genutils/telepathy-mission-control.xml
trunk/BOOK/gnome.ent
trunk/BOOK/gnome/platform/grilo.xml
trunk/BOOK/gnome/platform/libchamplain.xml
trunk/BOOK/gnome/platform/libgdata.xml
trunk/BOOK/introduction/welcome/changelog.xml
Modified: trunk/BOOK/general/genutils/telepathy-mission-control.xml
==============================================================================
--- trunk/BOOK/general/genutils/telepathy-mission-control.xml Wed Jun 26
15:27:15 2019 (r21736)
+++ trunk/BOOK/general/genutils/telepathy-mission-control.xml Wed Jun 26
18:11:06 2019 (r21737)
@@ -124,16 +124,6 @@
<sect2 role="commands">
<title>Command Explanations</title>
-<!--
- <para>
- <parameter>- -disable-upower</parameter> This switch
- disables the use of <application>UPower</application>
- because <application>Telepathy Mission Control</application>
- fails to build with latest version.
- </para>
-As far as I can tell, this is no longer needed as of 5.16.4. -renodr
--->
-
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/static-libraries.xml"/>
@@ -185,7 +175,7 @@
<term><command>mc-wait-for-name</command></term>
<listitem>
<para>
- waits for a (D-Bus) bus name that will (after a while) be provided
+ waits for a D-Bus bus name that will be provided
automatically by the desktop session.
</para>
<indexterm zone="telepathy-mission-control mc-wait-for-name">
Modified: trunk/BOOK/gnome.ent
==============================================================================
--- trunk/BOOK/gnome.ent Wed Jun 26 15:27:15 2019 (r21736)
+++ trunk/BOOK/gnome.ent Wed Jun 26 18:11:06 2019 (r21737)
@@ -33,8 +33,8 @@
<!ENTITY gnome-online-accounts-version "3.32.0">
<!ENTITY gnome-video-effects-version "0.4.3">
<!ENTITY grilo-version "0.3.7">
-<!ENTITY libchamplain-version "0.12.16">
-<!ENTITY libgdata-version "0.17.9">
+<!ENTITY libchamplain-version "0.12.19">
+<!ENTITY libgdata-version "0.17.10">
<!ENTITY libgee-version "0.20.1">
<!ENTITY libgtop-version "2.40.0">
<!ENTITY libgweather-version "3.32.1">
Modified: trunk/BOOK/gnome/platform/grilo.xml
==============================================================================
--- trunk/BOOK/gnome/platform/grilo.xml Wed Jun 26 15:27:15 2019 (r21736)
+++ trunk/BOOK/gnome/platform/grilo.xml Wed Jun 26 18:11:06 2019 (r21737)
@@ -94,8 +94,9 @@
following commands:</para>
<screen><userinput>mkdir build &&
-cd build &&
-meson --prefix=/usr \
+cd build &&
+
+meson --prefix=/usr \
--libexecdir=/usr/lib .. &&
ninja</userinput></screen>
Modified: trunk/BOOK/gnome/platform/libchamplain.xml
==============================================================================
--- trunk/BOOK/gnome/platform/libchamplain.xml Wed Jun 26 15:27:15 2019
(r21736)
+++ trunk/BOOK/gnome/platform/libchamplain.xml Wed Jun 26 18:11:06 2019
(r21737)
@@ -8,8 +8,8 @@
"&gnome-download-http;/libchamplain/0.12/libchamplain-&libchamplain-version;.tar.xz">
<!ENTITY libchamplain-download-ftp
"&gnome-download-ftp;/libchamplain/0.12/libchamplain-&libchamplain-version;.tar.xz">
- <!ENTITY libchamplain-md5sum "52a410767f4797657b505e439bf7ce83">
- <!ENTITY libchamplain-size "612 KB">
+ <!ENTITY libchamplain-md5sum "a3015b1f32d80d65515f8042ce595b30">
+ <!ENTITY libchamplain-size "228 KB">
<!ENTITY libchamplain-buildsize "10 MB">
<!ENTITY libchamplain-time "0.1 SBU">
]>
@@ -78,8 +78,9 @@
<para role="required">
<xref linkend="clutter"/>,
<xref linkend="clutter-gtk"/>,
- <xref linkend="gtk3"/>, and
- <xref linkend="libsoup"/>
+ <xref linkend="gtk3"/>,
+ <xref linkend="libsoup"/>, and
+ <xref linkend="sqlite"/>
</para>
<bridgehead renderas="sect4">Recommended</bridgehead>
@@ -106,10 +107,12 @@
commands:
</para>
-<screen><userinput>./configure --prefix=/usr \
- --enable-vala \
- --disable-static &&
-make</userinput></screen>
+<!-- Because there is still rudimentary autotools support, there is already a
+ build directory. Change into it and go from there :-) -->
+<screen><userinput>cd build &&
+
+meson --prefix=/usr .. &&
+ninja</userinput></screen>
<para>
This package does not come with a test suite.
@@ -119,10 +122,10 @@
Now, as the <systemitem class="username">root</systemitem> user:
</para>
-<screen role="root"><userinput>make install</userinput></screen>
+<screen role="root"><userinput>ninja install</userinput></screen>
</sect2>
-
+ <!--
<sect2 role="commands">
<title>Command Explanations</title>
@@ -139,6 +142,7 @@
href="../../xincludes/gtk-doc-rebuild.xml"/>
</sect2>
+ -->
<sect2 role="content">
<title>Contents</title>
@@ -156,8 +160,8 @@
libchamplain-0.12.so and libchamplain-gtk-0.12.so
</seg>
<seg>
- /usr/include/{libchamplain-0.12,libchamplain-gtk-0.12} and
- /usr/share/gtk-doc/html/{libchamplain-0.12,libchamplain-gtk-0.12}
+ /usr/include/champlain-0.12 and
+ /usr/share/gtk-doc/html/champlain-0.12
</seg>
</seglistitem>
</segmentedlist>
Modified: trunk/BOOK/gnome/platform/libgdata.xml
==============================================================================
--- trunk/BOOK/gnome/platform/libgdata.xml Wed Jun 26 15:27:15 2019
(r21736)
+++ trunk/BOOK/gnome/platform/libgdata.xml Wed Jun 26 18:11:06 2019
(r21737)
@@ -6,10 +6,10 @@
<!ENTITY libgdata-download-http
"&gnome-download-http;/libgdata/0.17/libgdata-&libgdata-version;.tar.xz">
<!ENTITY libgdata-download-ftp
"&gnome-download-ftp;/libgdata/0.17/libgdata-&libgdata-version;.tar.xz">
- <!ENTITY libgdata-md5sum "cd41fec52a0f0ba999eb60025e0ac806">
- <!ENTITY libgdata-size "1.4 MB">
- <!ENTITY libgdata-buildsize "64 MB (with tests)">
- <!ENTITY libgdata-time "0.7 SBU (with tests)">
+ <!ENTITY libgdata-md5sum "d858d411ad394c275643b14993dfeed4">
+ <!ENTITY libgdata-size "820 KB">
+ <!ENTITY libgdata-buildsize "73 MB (with tests)">
+ <!ENTITY libgdata-time "1.1 SBU (with tests)">
]>
<sect1 id="libgdata" xreflabel="libgdata-&libgdata-version;"
revision="systemd">
@@ -110,11 +110,15 @@
commands:
</para>
-<screen><userinput>./configure --prefix=/usr --disable-static &&
-make</userinput></screen>
+<screen><userinput>
+mkdir build &&
+cd build &&
+
+meson --prefix=/usr .. &&
+ninja</userinput></screen>
<para>
- To test the results, issue: <command>make check</command>. Note that
+ To test the results, issue: <command>ninja test</command>. Note that
the tests need network access.
</para>
@@ -122,10 +126,10 @@
Now, as the <systemitem class="username">root</systemitem> user:
</para>
-<screen role="root"><userinput>make install</userinput></screen>
+<screen role="root"><userinput>ninja install</userinput></screen>
</sect2>
-
+ <!--
<sect2 role="commands">
<title>Command Explanations</title>
@@ -136,6 +140,7 @@
href="../../xincludes/gtk-doc-rebuild.xml"/>
</sect2>
+ -->
<sect2 role="content">
<title>Contents</title>
@@ -153,8 +158,10 @@
libgdata.so
</seg>
<seg>
- /usr/include/libgdata and
- /usr/share/gtk-doc/html/gdata
+ /usr/include/libgdata,
+ /usr/libexec/installed-tests/libgdata,
+ /usr/share/gtk-doc/html/gdata, and
+ /usr/share/installed-tests/libgdata
</seg>
</seglistitem>
</segmentedlist>
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Wed Jun 26 15:27:15
2019 (r21736)
+++ trunk/BOOK/introduction/welcome/changelog.xml Wed Jun 26 18:11:06
2019 (r21737)
@@ -44,6 +44,14 @@
<listitem>
<para>June 26th, 2019</para>
<itemizedlist>
+ <listitem revision="systemd">
+ <para>[renodr] - Update to libgdata-0.17.10. Fixes
+ <ulink url="&blfs-ticket-root;12195">#12195</ulink>.</para>
+ </listitem>
+ <listitem revision="systemd">
+ <para>[renodr] - Update to libchamplain-0.12.19. Fixes
+ <ulink url="&blfs-ticket-root;11706">#11706</ulink>.</para>
+ </listitem>
<listitem>
<para>[renodr] - Update to newt-0.52.21. Fixes
<ulink url="&blfs-ticket-root;12103">#12103</ulink>.</para>
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page