Update to libchamplain-0.12.19

Update to libgdata-0.17.9
grilo: stylistic improvement
telepathy-mission-control: reword short descriptions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21737 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Douglas R. Reno 2019-06-27 01:11:06 +00:00
parent c48b85a1a9
commit e4a13182f5
6 changed files with 48 additions and 38 deletions

View File

@ -124,16 +124,6 @@ make</userinput></screen>
<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 @@ As far as I can tell, this is no longer needed as of 5.16.4. -renodr
<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">

View File

@ -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">

View File

@ -94,8 +94,9 @@
following commands:</para>
<screen><userinput>mkdir build &amp;&amp;
cd build &amp;&amp;
meson --prefix=/usr \
cd build &amp;&amp;
meson --prefix=/usr \
--libexecdir=/usr/lib .. &amp;&amp;
ninja</userinput></screen>

View File

@ -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 &amp;&amp;
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 &amp;&amp;
meson --prefix=/usr .. &amp;&amp;
ninja</userinput></screen>
<para>
This package does not come with a test suite.
@ -119,10 +122,10 @@ make</userinput></screen>
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 @@ make</userinput></screen>
href="../../xincludes/gtk-doc-rebuild.xml"/>
</sect2>
-->
<sect2 role="content">
<title>Contents</title>
@ -156,8 +160,8 @@ make</userinput></screen>
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>

View File

@ -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 &amp;&amp;
make</userinput></screen>
<screen><userinput>
mkdir build &amp;&amp;
cd build &amp;&amp;
meson --prefix=/usr .. &amp;&amp;
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 @@ make</userinput></screen>
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 @@ make</userinput></screen>
href="../../xincludes/gtk-doc-rebuild.xml"/>
</sect2>
-->
<sect2 role="content">
<title>Contents</title>
@ -153,8 +158,10 @@ make</userinput></screen>
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>

View File

@ -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>