Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/applications/evince.xml

    rc96e794 reb19654e  
    66
    77  <!ENTITY evince-download-http
    8      "&gnome-download-http;/evince/&gnome-40;/evince-&evince-version;.tar.xz">
     8     "&gnome-download-http;/evince/&gnome-minor-38;/evince-&evince-version;.tar.xz">
    99  <!ENTITY evince-download-ftp
    10      "&gnome-download-ftp;/evince/&gnome-40;/evince-&evince-version;.tar.xz">
    11   <!ENTITY evince-md5sum        "bf78a8e8c384bbd2780b7be0ac917e79">
     10     "&gnome-download-ftp;/evince/&gnome-minor-38;/evince-&evince-version;.tar.xz">
     11  <!ENTITY evince-md5sum        "29dd770b8255bdf6343f83419c975905">
    1212  <!ENTITY evince-size          "2.8 MB">
    13   <!ENTITY evince-buildsize     "63 MB">
     13  <!ENTITY evince-buildsize     "84 MB">
    1414  <!ENTITY evince-time          "0.4 SBU (Using parallelism=4)">
    1515]>
     
    1919
    2020  <sect1info>
     21    <othername>$LastChangedBy$</othername>
    2122    <date>$Date$</date>
    2223  </sect1info>
     
    3940    </para>
    4041
    41     &lfs110a_checked;
     42    &lfs10_checked;
    4243
    4344    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8384      <xref linkend="gtk3"/>,
    8485      <xref linkend="itstool"/>,
    85       <xref linkend="libhandy1"/>,
    8686      <xref linkend="libxml2"/>, and
    8787      <xref linkend="openjpeg2"/>
     
    129129    </para>
    130130
    131 <screen><userinput remap="pre">export CPPFLAGS="-I/opt/texlive/&texlive-year;/include" &amp;&amp;
     131<screen><userinput remap="pre">export CFLAGS="$CFLAGS -I/opt/texlive/&texlive-year;/include" &amp;&amp;
     132export CXXFLAGS="$CXXFLAGS -I/opt/texlive/&texlive-year;/include" &amp;&amp;
    132133export LDFLAGS="$LDFLAGS -L/opt/texlive/&texlive-year;/lib"</userinput></screen>
    133134
     
    140141cd    build &amp;&amp;
    141142
    142 meson --prefix=/usr       \
    143       --buildtype=release \
    144       -Dgtk_doc=false     \
    145       -Dsystemduserunitdir=no .. &amp;&amp;
     143meson --prefix=/usr -Dgtk_doc=false -Dsystemduserunitdir=no .. &amp;&amp;
    146144ninja</userinput></screen>
    147145
     
    149147cd    build &amp;&amp;
    150148
    151 meson --prefix=/usr --buildtype=release -Dgtk_doc=false .. &amp;&amp;
     149meson --prefix=/usr -Dgtk_doc=false .. &amp;&amp;
    152150ninja</userinput></screen>
    153151
     
    169167  <sect2 role="commands">
    170168    <title>Command Explanations</title>
    171 
    172     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    173       href="../../xincludes/meson-buildtype-release.xml"/>
    174 
    175169    <!--
    176170    <para>
     
    181175    -->
    182176
    183     <para>
    184       <parameter>CPPFLAGS="..." LDFLAGS="$LDFLAGS ..."</parameter>: If
     177<!-- When moving to Meson, I installed the whole texlive suite from source.
     178     I was able to verify that this is no longer required. I'm assuming it was
     179     one of evince-3.36.3 or texlive-2020 that fixed this.
     180    <para>
     181      <parameter>CFLAGS="$CFLAGS ..." CXXFLAGS="$CXXFLAGS ..." LDFLAGS="$LDFLAGS ..."</parameter>: If
    185182      <application>TeXLive</application> has been installed in
    186       <filename class="directory">/opt/texlive/&texlive-year;</filename> the
     183      <filename class="directory">/opt/texlive-&texlive-year;</filename> the
    187184      configure script will find <filename class='libraryfile'>libkpathsea.so</filename>
    188185      and enable the DVI backend, but without this addition the compile will fail
     
    191188      build.
    192189    </para>
    193 
     190-->
    194191    <para>
    195192      <parameter>-Dgtk_doc=false</parameter>: This switch disables generating
     
    228225      <application>libsecret</application>. Use this switch
    229226      if <application>libsecret</application> is not installed.
    230     </para>
    231 
    232     <para>
    233       <option>-Dps=enabled</option>: Use this switch if
    234       <application>libspectre</application> is installed and you want to
    235       view PostScript files with <application>Evince</application>.
    236227    </para>
    237228
     
    272263        <listitem>
    273264          <para>
    274             is a multiple format document viewer
     265            is a multiple format document viewer.
    275266          </para>
    276267          <indexterm zone="evince evince-prog">
     
    284275        <listitem>
    285276          <para>
    286             is an applicaton that implements the printing previewer
     277            is an applicaton that implements the printing previewer.
    287278          </para>
    288279          <indexterm zone="evince evince-previewer">
     
    297288          <para>
    298289            is a simple program used to create thumbnail images of
    299             supported documents
     290            supported documents.
    300291          </para>
    301292          <indexterm zone="evince evince-thumbnailer">
Note: See TracChangeset for help on using the changeset viewer.