Changeset 28df041 for x/lib/tepl.xml


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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.