Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/tepl.xml

    rc96e794 rcbccf3db  
    55  %general-entities;
    66
    7   <!ENTITY tepl-download-http "&gnome-download-http;/tepl/6.00/tepl-&tepl-version;.tar.xz">
    8   <!ENTITY tepl-download-ftp  "&gnome-download-ftp;/tepl/6.00/tepl-&tepl-version;.tar.xz">
    9   <!ENTITY tepl-md5sum        "08248e527cc87a4bf7300c04d1babcb9">
    10   <!ENTITY tepl-size          "140 KB">
    11   <!ENTITY tepl-buildsize     "7.5 MB (with tests)">
    12   <!ENTITY tepl-time          "0.2 SBU (with tests)">
     7  <!ENTITY tepl-download-http "&gnome-download-http;/tepl/6.4/tepl-&tepl-version;.tar.xz">
     8  <!ENTITY tepl-download-ftp  "&gnome-download-ftp;/tepl/6.4/tepl-&tepl-version;.tar.xz">
     9  <!ENTITY tepl-md5sum        "3554454f0b74b5f5584011c46fd35396">
     10  <!ENTITY tepl-size          "164 KB">
     11  <!ENTITY tepl-buildsize     "14 MB (with tests)">
     12  <!ENTITY tepl-time          "0.3 SBU (with tests)">
    1313
    1414]>
     
    1717  <?dbhtml filename="tepl.html"?>
    1818
    19   <sect1info>
    20     <date>$Date$</date>
    21   </sect1info>
    2219
    2320  <title>Tepl-&tepl-version;</title>
     
    3532    </para>
    3633
    37     &lfs110a_checked;
     34    &lfs112_checked;
    3835
    3936    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    10097    </para>
    10198
    102 <screen><userinput>mkdir build &amp;&amp;
    103 cd    build &amp;&amp;
     99<screen><userinput>mkdir tepl-build &amp;&amp;
     100cd    tepl-build &amp;&amp;
    104101
    105 meson --prefix=/usr --buildtype=release .. &amp;&amp;
     102meson setup --prefix=/usr       \
     103            --buildtype=release \
     104            -Dgtk_doc=false     \
     105            .. &amp;&amp;
    106106ninja</userinput></screen>
    107107
     
    120120    <title>Command Explanations</title>
    121121
     122    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     123      href="../../xincludes/meson-buildtype-release.xml"/>
     124
    122125    <para>
    123       <option>-Dgtk_doc=true</option>: Use this option if GTK-Doc is installed
    124       and you wish to build and install the API documentation.
     126      <parameter>-Dgtk_doc=false</parameter>: Disables building the API
     127      documentation. Remove if you have <xref linkend="gtk-doc"/> installed
     128      and wish to build the API documentation.
    125129    </para>
    126130
     
    154158      <?dbhtml list-presentation="table"?>
    155159
    156       <varlistentry id="libtepl-5">
    157         <term><filename class="libraryfile">libtepl-5.so</filename></term>
     160      <varlistentry id="libtepl-6">
     161        <term><filename class="libraryfile">libtepl-6.so</filename></term>
    158162        <listitem>
    159163          <para>
    160164            contains convenience functions for GtkSourceView4-based programs
    161165          </para>
    162           <indexterm zone="tepl libtepl-5">
    163             <primary sortas="c-libtepl-5">libtepl-5.so</primary>
     166          <indexterm zone="tepl libtepl-6">
     167            <primary sortas="c-libtepl-6">libtepl-6.so</primary>
    164168          </indexterm>
    165169        </listitem>
Note: See TracChangeset for help on using the changeset viewer.