Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/applications/cheese.xml

    r8558044 rf4f11ec4  
    55  %general-entities;
    66
    7   <!ENTITY cheese-download-http "&gnome-download-http;/cheese/&gnome-minor-38;/cheese-&cheese-version;.tar.xz">
    8   <!ENTITY cheese-download-ftp  "&gnome-download-ftp;/cheese/&gnome-minor-38;/cheese-&cheese-version;.tar.xz">
    9   <!ENTITY cheese-md5sum        "83b580b1451b27d43403d3ae5829e08c">
     7  <!ENTITY cheese-download-http "&gnome-download-http;/cheese/&gnome-43;/cheese-&cheese-version;.tar.xz">
     8  <!ENTITY cheese-download-ftp  "&gnome-download-ftp;/cheese/&gnome-43;/cheese-&cheese-version;.tar.xz">
     9  <!ENTITY cheese-md5sum        "176f154ef15bed6df77fe69e2c308879">
    1010  <!ENTITY cheese-size          "1.0 MB">
    11   <!ENTITY cheese-buildsize     "21 MB">
    12   <!ENTITY cheese-time          "0.2 SBU (Using paralleism=4)">
     11  <!ENTITY cheese-buildsize     "19 MB">
     12  <!ENTITY cheese-time          "0.2 SBU">
    1313]>
    1414
     
    1616  <?dbhtml filename="cheese.html"?>
    1717
    18   <sect1info>
    19     <date>$Date$</date>
    20   </sect1info>
    2118
    2219  <title>Cheese-&cheese-version;</title>
     
    3431    </para>
    3532
    36     &lfs110a_checked;
     33    &lfs112_checked;
    3734
    3835    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6663        <para>
    6764          Estimated build time: &cheese-time;
    68         </para>
    69       </listitem>
    70     </itemizedlist>
    71 
    72     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    73     <itemizedlist spacing="compact">
    74       <listitem>
    75         <para>
    76           Required patch:
    77                   <ulink url="&patch-root;/cheese-&cheese-version;-upstream_fixes-1.patch"/>
    7865        </para>
    7966      </listitem>
     
    140127
    141128    <para>
    142       First, fix a problem generating the man page:
    143     </para>
    144 
    145 <screen><userinput>sed -i "s/&amp;version;/&cheese-version;/" docs/reference/cheese{,-docs}.xml</userinput></screen>
    146 
    147     <para>
    148       Next, fix some build issues due to removed Vala functions:
    149     </para>
    150 
    151 <screen><userinput remap="pre">patch -Np1 -i ../cheese-&cheese-version;-upstream_fixes-1.patch</userinput></screen>
    152 
    153     <para>
    154129      Install <application>Cheese</application> by running the following
    155130      commands:
     
    159134cd    build &amp;&amp;
    160135
    161 meson --prefix=/usr --buildtype=release -Dgtk_doc=false .. &amp;&amp;
     136meson --prefix=/usr        \
     137      --buildtype=release  \
     138      -Dgtk_doc=false      \
     139      -Dtests=true         .. &amp;&amp;
    162140ninja</userinput></screen>
    163141
    164      <para>
    165       This package does not have a working testsuite.
     142    <para>
     143      To test the results, issue: <command>ninja test</command>
    166144    </para>
    167145
     
    186164      and wish to generate and install the API documentation. Building the
    187165      documentation is broken due to an incompatibility with gtk-doc.
     166    </para>
     167
     168    <para>
     169      <parameter>-Dtests=true</parameter>: This switch allows building the
     170      tests so that the test suite can be run. Remove this switch if you are
     171      not going to run the tests.
    188172    </para>
    189173  </sect2>
Note: See TracChangeset for help on using the changeset viewer.