Ignore:
Timestamp:
06/27/2019 01:11:06 AM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
a468270d
Parents:
c48b85a1
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/libgdata.xml

    rc48b85a1 re4a13182  
    77  <!ENTITY libgdata-download-http "&gnome-download-http;/libgdata/0.17/libgdata-&libgdata-version;.tar.xz">
    88  <!ENTITY libgdata-download-ftp  "&gnome-download-ftp;/libgdata/0.17/libgdata-&libgdata-version;.tar.xz">
    9   <!ENTITY libgdata-md5sum        "cd41fec52a0f0ba999eb60025e0ac806">
    10   <!ENTITY libgdata-size          "1.4 MB">
    11   <!ENTITY libgdata-buildsize     "64 MB (with tests)">
    12   <!ENTITY libgdata-time          "0.7 SBU (with tests)">
     9  <!ENTITY libgdata-md5sum        "d858d411ad394c275643b14993dfeed4">
     10  <!ENTITY libgdata-size          "820 KB">
     11  <!ENTITY libgdata-buildsize     "73 MB (with tests)">
     12  <!ENTITY libgdata-time          "1.1 SBU (with tests)">
    1313]>
    1414
     
    111111    </para>
    112112
    113 <screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
    114 make</userinput></screen>
     113<screen><userinput>
     114mkdir build &amp;&amp;
     115cd    build &amp;&amp;
     116
     117meson --prefix=/usr .. &amp;&amp;
     118ninja</userinput></screen>
    115119
    116120    <para>
    117       To test the results, issue: <command>make check</command>. Note that
     121      To test the results, issue: <command>ninja test</command>. Note that
    118122      the tests need network access.
    119123    </para>
     
    123127    </para>
    124128
    125 <screen role="root"><userinput>make install</userinput></screen>
     129<screen role="root"><userinput>ninja install</userinput></screen>
    126130
    127131  </sect2>
    128 
     132  <!--
    129133  <sect2 role="commands">
    130134    <title>Command Explanations</title>
     
    137141
    138142  </sect2>
     143  -->
    139144
    140145  <sect2 role="content">
     
    154159        </seg>
    155160        <seg>
    156           /usr/include/libgdata and
    157           /usr/share/gtk-doc/html/gdata
     161          /usr/include/libgdata,
     162          /usr/libexec/installed-tests/libgdata,
     163          /usr/share/gtk-doc/html/gdata, and
     164          /usr/share/installed-tests/libgdata
    158165        </seg>
    159166      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.