Changeset 7e9db78c


Ignore:
Timestamp:
10/23/2017 05:59:09 AM (7 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

Files:
5 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>
  • gnome.ent

    r7c9f9562 r7e9db78c  
    2222<!ENTITY yelp-xsl-version                  "3.20.1">
    2323<!ENTITY GConf-version                     "3.2.6">
     24<!ENTITY geocode-glib-version              "3.25.4.1">
    2425<!ENTITY gjs-version                       "1.50.1">
    2526<!ENTITY gnome-autoar-version              "0.2.2">
     
    2930<!ENTITY libpeas-version                   "1.20.0">
    3031<!ENTITY libwnck-version                   "3.24.1">
    31 <!ENTITY geocode-glib-version              "3.24.0">
    3232<!ENTITY gnome-online-accounts-version     "3.24.3">
    3333<!ENTITY gnome-menus-version               "3.13.3">
  • 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>
  • introduction/welcome/changelog.xml

    r7c9f9562 r7e9db78c  
    4747      <itemizedlist>
    4848        <listitem>
     49          <para>[dj] - Update to geocode-glib-3.25.4.1.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[dj] - Update to json-glib-1.4.2.</para>
     53        </listitem>
     54        <listitem>
    4955          <para>[dj] - Update to VTE-0.50.1.</para>
    5056        </listitem>
  • packages.ent

    r7c9f9562 r7e9db78c  
    122122<!ENTITY JS52-version                 "52.2.1gnome1">
    123123<!ENTITY json-c-version               "0.12.1">
    124 <!ENTITY json-glib-version            "1.2.8">
     124<!ENTITY json-glib-version            "1.4.2">
    125125<!ENTITY keyutils-version             "1.5.10">
    126126<!ENTITY libarchive-version           "3.3.2">
Note: See TracChangeset for help on using the changeset viewer.