Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/gnome-autoar.xml

    r88377804 re9a55974  
    55  %general-entities;
    66
    7   <!ENTITY gnome-autoar-download-http "&gnome-download-http;/gnome-autoar/0.2/gnome-autoar-&gnome-autoar-version;.tar.xz">
    8   <!ENTITY gnome-autoar-download-ftp  "&gnome-download-ftp;/gnome-autoar/0.2/gnome-autoar-&gnome-autoar-version;.tar.xz">
    9   <!ENTITY gnome-autoar-md5sum        "36ab263f477eeee3c95c9381766eb3c2">
    10   <!ENTITY gnome-autoar-size          "292 KB">
    11   <!ENTITY gnome-autoar-buildsize     "5.1 MB">
    12   <!ENTITY gnome-autoar-time          "0.1 SBU">
     7  <!ENTITY gnome-autoar-download-http "&gnome-download-http;/gnome-autoar/0.4/gnome-autoar-&gnome-autoar-version;.tar.xz">
     8  <!ENTITY gnome-autoar-download-ftp  "&gnome-download-ftp;/gnome-autoar/0.4/gnome-autoar-&gnome-autoar-version;.tar.xz">
     9  <!ENTITY gnome-autoar-md5sum        "bef689989c88e3f0712dd4cf1edeac8c">
     10  <!ENTITY gnome-autoar-size          "52 KB">
     11  <!ENTITY gnome-autoar-buildsize     "2.8 MB">
     12  <!ENTITY gnome-autoar-time          "less than 0.1 SBU">
    1313]>
    1414
     
    1818
    1919  <sect1info>
    20     <othername>$LastChangedBy$</othername>
    2120    <date>$Date$</date>
    2221  </sect1info>
     
    3635    </para>
    3736
    38     &lfs10_checked;
     37    &lfs110a_checked;
    3938
    4039    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    102101    </para>
    103102
    104 <screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
    105 make</userinput></screen>
    106 
    107     <para>
    108       This package does not come with a test suite.
     103<screen><userinput>mkdir build &amp;&amp;
     104cd    build &amp;&amp;
     105
     106meson --prefix=/usr --buildtype=release -Dvapi=true -Dtests=true &amp;&amp;
     107ninja</userinput></screen>
     108
     109    <para>
     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>
     117<screen role="root"><userinput>ninja install</userinput></screen>
    116118
    117119  </sect2>
     
    120122    <title>Command Explanations</title>
    121123
     124    <!--
     125    <para>
     126      <parameter>- -disable-debug</parameter>: Disable the debug mode,
     127      in which this package would be built with <option>-O0 -g</option>.
     128    </para>
     129    -->
     130
     131    <!--
    122132    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    123133      href="../../xincludes/static-libraries.xml"/>
     
    125135    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    126136    href="../../xincludes/gtk-doc-rebuild.xml"/>
     137    -->
     138
     139    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     140    href="../../xincludes/meson-buildtype-release.xml"/>
     141
     142    <para>
     143      <option>-Dgtk_doc=true</option>: Use this parameter if GTK-Doc is
     144      installed and you wish to rebuild and install the API documentation.
     145    </para>
    127146
    128147  </sect2>
     
    158177        <listitem>
    159178          <para>
    160             provides API functions for automatic archive management.
     179            provides API functions for automatic archive management
    161180          </para>
    162181          <indexterm zone="gnome-autoar libgnome-autoar-0">
     
    170189         <listitem>
    171190           <para>
    172              provides GTK+ widgets to aid in automatic archive management.
     191             provides GTK+ widgets to aid in automatic archive management
    173192           </para>
    174193           <indexterm zone="gnome-autoar libgnome-autoar-gtk-0">
     
    179198    </variablelist>
    180199  </sect2>
     200
    181201</sect1>
Note: See TracChangeset for help on using the changeset viewer.