Ignore:
File:
1 edited

Legend:

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

    re9a55974 r88377804  
    55  %general-entities;
    66
    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">
     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">
    1313]>
    1414
     
    1818
    1919  <sect1info>
     20    <othername>$LastChangedBy$</othername>
    2021    <date>$Date$</date>
    2122  </sect1info>
     
    3536    </para>
    3637
    37     &lfs110a_checked;
     38    &lfs10_checked;
    3839
    3940    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    101102    </para>
    102103
    103 <screen><userinput>mkdir build &amp;&amp;
    104 cd    build &amp;&amp;
    105 
    106 meson --prefix=/usr --buildtype=release -Dvapi=true -Dtests=true &amp;&amp;
    107 ninja</userinput></screen>
     104<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
     105make</userinput></screen>
    108106
    109107    <para>
    110        To test the results, issue: <command>ninja test</command>
     108      This package does not come with a test suite.
    111109    </para>
    112110
     
    115113    </para>
    116114
    117 <screen role="root"><userinput>ninja install</userinput></screen>
     115<screen role="root"><userinput>make install</userinput></screen>
    118116
    119117  </sect2>
     
    122120    <title>Command Explanations</title>
    123121
    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     <!--
    132122    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    133123      href="../../xincludes/static-libraries.xml"/>
     
    135125    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    136126    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>
    146127
    147128  </sect2>
     
    177158        <listitem>
    178159          <para>
    179             provides API functions for automatic archive management
     160            provides API functions for automatic archive management.
    180161          </para>
    181162          <indexterm zone="gnome-autoar libgnome-autoar-0">
     
    189170         <listitem>
    190171           <para>
    191              provides GTK+ widgets to aid in automatic archive management
     172             provides GTK+ widgets to aid in automatic archive management.
    192173           </para>
    193174           <indexterm zone="gnome-autoar libgnome-autoar-gtk-0">
     
    198179    </variablelist>
    199180  </sect2>
    200 
    201181</sect1>
Note: See TracChangeset for help on using the changeset viewer.