Changeset 28df041


Ignore:
Timestamp:
09/23/2020 07:24:38 PM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
65f35f7
Parents:
140b37b
Message:

Update to amtk-5.2.0
Update to at-spi2-core-2.38.0
Update to at-spi2-atk-2.38.0
Update to pyatspi-2.38.0
Update to gtksourceview-4.8.0
Update to libhandy, and separate it into a different page since this major release is needed for two packages in the book, but is incompatible with it's other users.
Update to tepl-5.0.0

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

Files:
1 added
10 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r140b37b r28df041  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "22">                   <!-- Always 2 digits -->
     3<!ENTITY day          "23">                   <!-- Always 2 digits -->
    44<!ENTITY month        "09">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2020">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "September 22nd, &year;">
     9<!ENTITY releasedate  "September 23rd, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/prog/pyatspi2.xml

    r140b37b r28df041  
    66
    77  <!ENTITY pyatspi2-download-http
    8            "&gnome-download-http;/pyatspi/2.36/pyatspi-&pyatspi2-version;.tar.xz">
     8           "&gnome-download-http;/pyatspi/2.38/pyatspi-&pyatspi2-version;.tar.xz">
    99  <!ENTITY pyatspi2-download-ftp
    10            "&gnome-download-ftp;/pyatspi/2.36/pyatspi-&pyatspi2-version;.tar.xz">
    11   <!ENTITY pyatspi2-md5sum        "a559dc4b5c48c840c8063b04cec04618">
    12   <!ENTITY pyatspi2-size          "308 KB">
    13   <!ENTITY pyatspi2-buildsize     "3.0 MB">
     10           "&gnome-download-ftp;/pyatspi/2.38/pyatspi-&pyatspi2-version;.tar.xz">
     11  <!ENTITY pyatspi2-md5sum        "7909957aac797725741959078f098ba7">
     12  <!ENTITY pyatspi2-size          "312 KB">
     13  <!ENTITY pyatspi2-buildsize     "3.7 MB">
    1414  <!ENTITY pyatspi2-time          "less than 0.1 SBU">
    1515]>
     
    8282      </para>
    8383
    84       <bridgehead renderas="sect5">Optional</bridgehead>
    85       <para role="optional">
    86         <xref linkend="python2"/>
    87       </para>
    88 
    8984      <para condition="html" role="usernotes">
    9085        User Notes: <ulink url="&blfs-wiki;/pyatspi2"/>
     
    134129          </seg>
    135130          <seg>
    136             /usr/lib/python&python2-majorver;/site-packages/pyatspi and/or
    137131            /usr/lib/python&python3-majorver;/site-packages/pyatspi
    138132          </seg>
  • introduction/welcome/changelog.xml

    r140b37b r28df041  
    4343    -->
    4444    <listitem>
     45      <para>September 23rd, 2020</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Update to amtk-5.2.0. Part of
     49          <ulink url="&blfs-ticket-root;14029">#14029</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[renodr] - Update to at-spi2-core-2.38.0. Part of
     53          <ulink url="&blfs-ticket-root;14029">#14029</ulink>.</para>
     54        </listitem>
     55        <listitem>
     56          <para>[renodr] - Update to at-spi2-atk-2.38.0. Part of
     57          <ulink url="&blfs-ticket-root;14029">#14029</ulink>.</para>
     58        </listitem>
     59        <listitem>
     60          <para>[renodr] - Update to pyatspi-2.38.0. Part of
     61          <ulink url="&blfs-ticket-root;14029">#14029</ulink>.</para>
     62        </listitem>
     63        <listitem>
     64          <para>[renodr] - Update to gtksourceview-4.8.0. Part of
     65          <ulink url="&blfs-ticket-root;14029">#14029</ulink>.</para>
     66        </listitem>
     67        <listitem>
     68          <para>[renodr] - Update to libhandy-1.0.0 and split into a different
     69          page, since this major release is needed for two packages in the book,
     70          but incompatible with others. Part of
     71          <ulink url="&blfs-ticket-root;14029">#14029</ulink>.</para>
     72        </listitem>
     73        <listitem>
     74          <para>[renodr] - Update to tepl-5.0.0. Part of
     75          <ulink url="&blfs-ticket-root;14029">#14029</ulink>.</para>
     76        </listitem>
     77      </itemizedlist>
     78    </listitem>
     79
     80    <listitem>
    4581      <para>September 22nd, 2020</para>
    4682      <itemizedlist>
  • packages.ent

    r140b37b r28df041  
    551551<!ENTITY MarkupSafe-version           "1.1.1">
    552552<!ENTITY py3c-version                 "1.2">
    553 <!ENTITY pyatspi2-version             "2.36.0">
     553<!ENTITY pyatspi2-version             "2.38.0">
    554554<!--<!ENTITY py2cairo-version             "1.10.0"> -->
    555555<!ENTITY pycairo2-version             "1.18.2">
     
    708708<!-- Chapter 25 -->
    709709<!ENTITY agg-version                  "2.5">
    710 <!ENTITY amtk-minor                   "5.1">
    711 <!ENTITY amtk-version                 "&amtk-minor;.2">
     710<!ENTITY amtk-minor                   "5.2">
     711<!ENTITY amtk-version                 "&amtk-minor;.0">
    712712<!ENTITY atk-version                  "2.36.0">
    713713<!ENTITY atkmm-version                "2.28.0">
    714 <!ENTITY at-spi2-core-version         "2.36.1">
    715 <!ENTITY at-spi2-atk-version          "2.34.2">
     714<!ENTITY at-spi2-core-version         "2.38.0">
     715<!ENTITY at-spi2-atk-version          "2.38.0">
    716716<!ENTITY cairo-version                "1.17.2+f93fc72c03e">
    717717<!ENTITY cairomm-version              "1.12.2">
     
    735735<!ENTITY gtkmm3-version               "3.24.2">
    736736<!ENTITY gtksourceview-version        "3.24.11">
    737 <!ENTITY gtksourceview4-version       "4.6.1">
     737<!ENTITY gtksourceview4-version       "4.8.0">
    738738<!ENTITY gtk-vnc-version              "1.0.0">
    739739<!ENTITY imlib2-version               "1.7.0">
     
    742742<!ENTITY libdazzle-version            "3.38.0">
    743743<!ENTITY libhandy-version             "0.0.13">
     744<!ENTITY libhandy1-version            "1.0.0">
    744745<!ENTITY libnotify-version            "0.7.9">
    745746<!ENTITY libxklavier-version          "5.4">
     
    752753<!ENTITY shared-mime-info-version     "2.0">
    753754<!ENTITY startup-notification-version "0.12">
    754 <!ENTITY tepl-version                 "4.4.0">
     755<!ENTITY tepl-version                 "5.0.0">
    755756<!ENTITY webkitgtk-version            "2.28.4">    <!-- Even minors only -->
    756757
  • x/lib/amtk.xml

    r140b37b r28df041  
    77  <!ENTITY amtk-download-http "&gnome-download-http;/amtk/&amtk-minor;/amtk-&amtk-version;.tar.xz">
    88  <!ENTITY amtk-download-ftp  "&gnome-download-ftp;/amtk/&amtk-minor;/amtk-&amtk-version;.tar.xz">
    9   <!ENTITY amtk-md5sum        "0eabac30e5ff40bf3c81370514230f8a">
    10   <!ENTITY amtk-size          "372 KB">
     9  <!ENTITY amtk-md5sum        "8ea25cde8b7bdbf98d7d6c939dea1724">
     10  <!ENTITY amtk-size          "376 KB">
    1111  <!ENTITY amtk-buildsize     "8.5 MB">
    1212  <!ENTITY amtk-time          "0.1 SBU">
  • x/lib/at-spi2-atk.xml

    r140b37b r28df041  
    66
    77  <!ENTITY at-spi2-atk-download-http
    8            "&gnome-download-http;/at-spi2-atk/2.34/at-spi2-atk-&at-spi2-atk-version;.tar.xz">
     8           "&gnome-download-http;/at-spi2-atk/2.38/at-spi2-atk-&at-spi2-atk-version;.tar.xz">
    99  <!ENTITY at-spi2-atk-download-ftp
    10            "&gnome-download-ftp;/at-spi2-atk/2.34/at-spi2-atk-&at-spi2-atk-version;.tar.xz">
    11   <!ENTITY at-spi2-atk-md5sum        "58cd278574e101363b18d9a8b7053d67">
     10           "&gnome-download-ftp;/at-spi2-atk/2.38/at-spi2-atk-&at-spi2-atk-version;.tar.xz">
     11  <!ENTITY at-spi2-atk-md5sum        "aed95be54ef213d210331dda88298b92">
    1212  <!ENTITY at-spi2-atk-size          "96 KB">
    13   <!ENTITY at-spi2-atk-buildsize     "9.4 MB (with tests)">
     13  <!ENTITY at-spi2-atk-buildsize     "8.5 MB (with tests)">
    1414  <!ENTITY at-spi2-atk-time          "0.1 SBU (with tests)">
    1515]>
  • x/lib/at-spi2-core.xml

    r140b37b r28df041  
    66
    77  <!ENTITY at-spi2-core-download-http
    8            "&gnome-download-http;/at-spi2-core/2.36/at-spi2-core-&at-spi2-core-version;.tar.xz">
     8           "&gnome-download-http;/at-spi2-core/2.38/at-spi2-core-&at-spi2-core-version;.tar.xz">
    99  <!ENTITY at-spi2-core-download-ftp
    10            "&gnome-download-ftp;/at-spi2-core/2.36/at-spi2-core-&at-spi2-core-version;.tar.xz">
    11   <!ENTITY at-spi2-core-md5sum        "d01e5326b4eb15ac3c27eed73ecf26f1">
    12   <!ENTITY at-spi2-core-size          "184 KB">
    13   <!ENTITY at-spi2-core-buildsize     "9.5 MB (with tests)">
     10           "&gnome-download-ftp;/at-spi2-core/2.38/at-spi2-core-&at-spi2-core-version;.tar.xz">
     11  <!ENTITY at-spi2-core-md5sum        "ae060dc0a042822b3f07c786c5d5aab7">
     12  <!ENTITY at-spi2-core-size          "188 KB">
     13  <!ENTITY at-spi2-core-buildsize     "9.6 MB (with tests)">
    1414  <!ENTITY at-spi2-core-time          "0.1 SBU (using parallelism=4, with tests)">
    1515]>
  • x/lib/gtksourceview4.xml

    r140b37b r28df041  
    66
    77  <!ENTITY gtksourceview4-download-http
    8     "&gnome-download-http;/gtksourceview/4.6/gtksourceview-&gtksourceview4-version;.tar.xz">
     8    "&gnome-download-http;/gtksourceview/4.8/gtksourceview-&gtksourceview4-version;.tar.xz">
    99  <!ENTITY gtksourceview4-download-ftp
    10     "&gnome-download-ftp;/gtksourceview/4.6/gtksourceview-&gtksourceview4-version;.tar.xz">
    11   <!ENTITY gtksourceview4-md5sum        "4d4cff3a57a371bff4793e97d50404ef">
     10    "&gnome-download-ftp;/gtksourceview/4.8/gtksourceview-&gtksourceview4-version;.tar.xz">
     11  <!ENTITY gtksourceview4-md5sum        "5d4e599c298251691ca0fb5cb08130f0">
    1212  <!ENTITY gtksourceview4-size          "1.1 MB">
    1313  <!ENTITY gtksourceview4-buildsize     "80 MB (with tests)">
  • x/lib/lib.xml

    r140b37b r28df041  
    6060  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libdazzle.xml"/>
    6161  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libhandy.xml"/>
     62  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libhandy1.xml"/>
    6263  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libdrm.xml"/>
    6364  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libepoxy.xml"/>
  • x/lib/tepl.xml

    r140b37b r28df041  
    55  %general-entities;
    66
    7   <!ENTITY tepl-download-http "&gnome-download-http;/tepl/4.4/tepl-&tepl-version;.tar.xz">
    8   <!ENTITY tepl-download-ftp  "&gnome-download-ftp;/tepl/4.4/tepl-&tepl-version;.tar.xz">
    9   <!ENTITY tepl-md5sum        "013ee8aae178f75cc74e05fac70786b3">
    10   <!ENTITY tepl-size          "456 KB">
    11   <!ENTITY tepl-buildsize     "28 MB">
    12   <!ENTITY tepl-time          "0.3 SBU">
     7  <!ENTITY tepl-download-http "&gnome-download-http;/tepl/5.0/tepl-&tepl-version;.tar.xz">
     8  <!ENTITY tepl-download-ftp  "&gnome-download-ftp;/tepl/5.0/tepl-&tepl-version;.tar.xz">
     9  <!ENTITY tepl-md5sum        "c31271dd4b039b02676f82b2a853ad2c">
     10  <!ENTITY tepl-size          "124 KB">
     11  <!ENTITY tepl-buildsize     "13 MB">
     12  <!ENTITY tepl-time          "0.2 SBU">
    1313
    1414]>
     
    7878      <xref linkend="amtk"/>,
    7979      <xref linkend="gtksourceview4"/>,
    80       <xref linkend="libxml2"/>, and
     80      <xref linkend="icu"/>, and
    8181      <xref linkend="uchardet"/>
    8282    </para>
     
    101101    </para>
    102102
    103 <screen><userinput>./configure --prefix=/usr &amp;&amp;
    104 make</userinput></screen>
     103<screen><userinput>mkdir build &amp;&amp;
     104cd    build &amp;&amp;
     105
     106meson --prefix=/usr .. &amp;&amp;
     107ninja</userinput></screen>
    105108
    106109    <para>
    107       To test the results, issue: <command>make check</command>.
     110      To test the results, issue: <command>ninja test</command>.
    108111    </para>
    109112
     
    112115    </para>
    113116
    114 <screen role="root"><userinput>make install</userinput></screen>
     117<screen role="root"><userinput>ninja install</userinput></screen>
    115118  </sect2>
    116119
     
    118121    <title>Command Explanations</title>
    119122
    120     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    121     href="../../xincludes/gtk-doc-rebuild.xml"/>
     123    <para>
     124      <option>-Dgtk_doc=true</option>: Use this option if GTK-Doc is installed
     125      and you wish to build and install the API documentation.
     126    </para>
    122127
    123128  </sect2>
     
    136141        </seg>
    137142        <seg>
    138           libtepl-4.so
     143          libtepl-5.so
    139144        </seg>
    140145        <seg>
    141           /usr/include/tepl-4 and
    142           /usr/share/gtk-doc/html/tepl-4.0
     146          /usr/include/tepl-5 and
     147          /usr/share/gtk-doc/html/tepl-5.0
    143148        </seg>
    144149      </seglistitem>
     
    150155      <?dbhtml list-presentation="table"?>
    151156
    152       <varlistentry id="libtepl-4">
    153         <term><filename class="libraryfile">libtepl-4.so</filename></term>
     157      <varlistentry id="libtepl-5">
     158        <term><filename class="libraryfile">libtepl-5.so</filename></term>
    154159        <listitem>
    155160          <para>
    156161            contains convenience functions for GtkSourceView4-based programs.
    157162          </para>
    158           <indexterm zone="tepl libtepl-4">
    159             <primary sortas="c-libtepl-4">libtepl-4.so</primary>
     163          <indexterm zone="tepl libtepl-5">
     164            <primary sortas="c-libtepl-5">libtepl-5.so</primary>
    160165          </indexterm>
    161166        </listitem>
Note: See TracChangeset for help on using the changeset viewer.