Changeset 7e9db78c for gnome


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
  • gnome/platform/geocode-glib.xml

    r7c9f9562 r7e9db78c  
    66
    77  <!ENTITY geocode-glib-download-http
    8            "&gnome-download-http;/geocode-glib/&gnome-minor-24;/geocode-glib-&geocode-glib-version;.tar.xz">
     8           "&gnome-download-http;/geocode-glib/3.25/geocode-glib-&geocode-glib-version;.tar.xz">
    99  <!ENTITY geocode-glib-download-ftp
    10            "&gnome-download-ftp;/geocode-glib/&gnome-minor-24;/geocode-glib-&geocode-glib-version;.tar.xz">
    11   <!ENTITY geocode-glib-md5sum        "9defe9329b13cdf44bcc31618c97d66e">
    12   <!ENTITY geocode-glib-size          "404 KB">
    13   <!ENTITY geocode-glib-buildsize     "6.4 MB (with tests)">
     10           "&gnome-download-ftp;/geocode-glib/3.25/geocode-glib-&geocode-glib-version;.tar.xz">
     11  <!ENTITY geocode-glib-md5sum        "7315e7ff162dfd01165ba8a284e3eda6">
     12  <!ENTITY geocode-glib-size          "80 KB">
     13  <!ENTITY geocode-glib-buildsize     "2.3 MB (with tests)">
    1414  <!ENTITY geocode-glib-time          "less than 0.1 SBU (with tests)">
    1515]>
     
    9090    <bridgehead renderas="sect4">Optional</bridgehead>
    9191    <para role="optional">
    92       <xref linkend="git"/> and
    9392      <xref linkend="gtk-doc"/>
    9493    </para>
     
    102101    <title>Installation of Geocode GLib</title>
    103102
    104 <!--
    105     <para>
    106       First, apply a patch to fix the Makefile to not complain about nonexistent icons.
    107     </para>
    108 
    109 <screen><userinput>patch -Np1 -i ../geocode-glib-&geocode-glib-version;-fix_icon_installation-1.patch</userinput></screen>
    110 -->
    111 
    112103    <para>
    113104      Install <application>Geocode GLib</application> by running the following
     
    115106    </para>
    116107
    117 <screen><userinput>./configure --prefix=/usr &amp;&amp;
    118 make</userinput></screen>
     108<screen><userinput>mkdir build &amp;&amp;
     109cd build &amp;&amp;
     110meson --prefix /usr .. &amp;&amp;
     111ninja</userinput></screen>
    119112
    120113
    121114    <para>
    122       To test the results, issue: <command>make -k check</command>. <!-- Note that
     115      To test the results, issue: <command>ninja test</command>. <!-- Note that
    123116      at least one test is known to fail for unknown reasons. -->
    124117    </para>
     
    128121    </para>
    129122
    130 <screen role="root"><userinput>make install</userinput></screen>
    131 
    132   </sect2>
    133 
    134   <sect2 role="commands">
    135     <title>Command Explanations</title>
    136 
    137     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    138       href="../../xincludes/gtk-doc-rebuild.xml"/>
     123<screen role="root"><userinput>ninja install</userinput></screen>
    139124
    140125  </sect2>
Note: See TracChangeset for help on using the changeset viewer.