Ignore:
Timestamp:
10/23/2017 05:59:09 AM (6 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
163fcee
Parents:
7c9f9562
Message:

Update to json-glib-1.4.2.
Update to geocode-glib-3.25.4.1.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19369 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/json-glib.xml

    r7c9f9562 r7e9db78c  
    55  %general-entities;
    66
    7   <!ENTITY json-glib-download-http "&gnome-download-http;/json-glib/1.2/json-glib-&json-glib-version;.tar.xz">
    8   <!ENTITY json-glib-download-ftp  "&gnome-download-ftp;/json-glib/1.2/json-glib-&json-glib-version;.tar.xz">
    9   <!ENTITY json-glib-md5sum        "ff31e7d0594df44318e12facda3d086e">
    10   <!ENTITY json-glib-size          "592 KB">
    11   <!ENTITY json-glib-buildsize     "13 MB (with tests)">
    12   <!ENTITY json-glib-time          "0.1 SBU (with tests)">
     7  <!ENTITY json-glib-download-http "&gnome-download-http;/json-glib/1.4/json-glib-&json-glib-version;.tar.xz">
     8  <!ENTITY json-glib-download-ftp  "&gnome-download-ftp;/json-glib/1.4/json-glib-&json-glib-version;.tar.xz">
     9  <!ENTITY json-glib-md5sum        "35107e23a7bbbc70f31c34f7b9adf1c3">
     10  <!ENTITY json-glib-size          "164 KB">
     11  <!ENTITY json-glib-buildsize     "8.6 MB (with tests)">
     12  <!ENTITY json-glib-time          "less than 0.1 SBU (with tests)">
    1313]>
    1414
     
    102102    </para>
    103103
    104 <screen><userinput>./configure --prefix=/usr &amp;&amp;
    105 make</userinput></screen>
     104<screen><userinput>mkdir build &amp;&amp;
     105cd build &amp;&amp;
     106meson --prefix /usr .. &amp;&amp;
     107ninja</userinput></screen>
    106108
    107109    <para>
    108       To test the results, issue: <command>make check</command>.
     110      To test the results, issue: <command>ninja test</command>.
    109111    </para>
    110112
     
    113115    </para>
    114116
    115 <screen role="root"><userinput>make install</userinput></screen>
    116 
    117   </sect2>
    118 
    119   <sect2 role="commands">
    120     <title>Command Explanations</title>
    121 
    122     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    123       href="../../xincludes/gtk-doc-rebuild.xml"/>
     117<screen role="root"><userinput>ninja install</userinput></screen>
    124118
    125119  </sect2>
Note: See TracChangeset for help on using the changeset viewer.