Changeset f708b12


Ignore:
Timestamp:
08/17/2010 11:39:15 AM (14 years ago)
Author:
Wayne Blaszczyk <wblaszcz@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
c89977e
Parents:
0cda5cf
Message:

Updated to Evince-2.30.2.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8522 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r0cda5cf rf708b12  
    627627<!ENTITY eog-version                  "2.30.2">
    628628<!ENTITY epiphany-version             "2.30.2">
    629 <!ENTITY evince-version               "2.28.2">
     629<!ENTITY evince-version               "2.30.2">
    630630<!ENTITY file-roller-version          "2.28.2">
    631631<!ENTITY gcalctool-version            "5.30.2">
  • gnome/add/evince.xml

    r0cda5cf rf708b12  
    55  %general-entities;
    66
    7   <!ENTITY evince-download-http "&gnome-download-http;/evince/&gnome-old-version;/evince-&evince-version;.tar.bz2">
    8   <!ENTITY evince-download-ftp  "&gnome-download-ftp;/evince/&gnome-old-version;/evince-&evince-version;.tar.bz2">
    9   <!ENTITY evince-md5sum        "f8b9a1ee6fe8cd0a1b7a51ad4db96e59">
    10   <!ENTITY evince-size          "1.9 MB">
    11   <!ENTITY evince-buildsize     "46 MB">
    12   <!ENTITY evince-time          "1.1 SBU">
     7  <!ENTITY evince-download-http "&gnome-download-http;/evince/&gnome-version;/evince-&evince-version;.tar.bz2">
     8  <!ENTITY evince-download-ftp  "&gnome-download-ftp;/evince/&gnome-version;/evince-&evince-version;.tar.bz2">
     9  <!ENTITY evince-md5sum        "2ae7fe7da797a9f08f2dd1ba4cbdeeae">
     10  <!ENTITY evince-size          "2.1 MB">
     11  <!ENTITY evince-buildsize     "53 MB">
     12  <!ENTITY evince-time          "1.3 SBU">
    1313]>
    1414
     
    3636    viewers that once existed on the GNOME Desktop.</para>
    3737
     38    &lfs65_built;
     39
    3840    <bridgehead renderas="sect3">Package Information</bridgehead>
    3941    <itemizedlist spacing="compact">
     
    7274    <bridgehead renderas="sect4">Required</bridgehead>
    7375    <para role="required"><xref linkend="gnome-doc-utils"/>,
    74     <xref linkend="gnome-icon-theme"/>, and
    75     <xref linkend="gtk2"/></para>
    76 
    77     <bridgehead renderas="sect4">Run-Time Requirement</bridgehead>
    78     <para><xref linkend="shared-mime-info"/></para>
     76    <xref linkend="gnome-icon-theme"/>,
     77    <xref linkend="gtk2"/>, and
     78    <xref linkend="which"/></para>
     79
     80    <bridgehead renderas="sect4">Required (Runtime)</bridgehead>
     81    <para role="required"><xref linkend="shared-mime-info"/></para>
    7982
    8083    <bridgehead renderas="sect4">Optional</bridgehead>
    8184    <para role="optional"><xref linkend="GConf"/>,
    82     <xref linkend="gnome-keyring"/>,
     85    <xref linkend="libgnome-keyring"/>,
    8386    <xref linkend="gtk-doc"/>,
    8487    <xref linkend="libtiff"/>,
     
    109112            --sysconfdir=&gnome-etc-dir; \
    110113            --localstatedir=/var/lib \
     114            --libexecdir=$(pkg-config \
     115                --variable=prefix ORBit-2.0)/lib/evince \
    111116            --mandir=$(pkg-config \
    112               --variable=prefix ORBit-2.0)/share/man \
     117                --variable=prefix ORBit-2.0)/share/man \
    113118            --enable-pixbuf \
    114119            --without-keyring \
    115120            --without-gconf \
    116             --disable-nautilus &amp;&amp;
     121            --disable-nautilus \
     122            --disable-pdf &amp;&amp;
    117123make</userinput></screen>
    118124
     
    138144    href="../../xincludes/gnome-sysconfdir.xml"/>
    139145
     146    <para><parameter>--libexecdir=$(pkg-config --variable=prefix
     147    ORBit-2.0)/lib/evince</parameter>: This parameter is used so that the
     148    <application>Evince</application> internal support programs are installed
     149    in the preferred location of <filename
     150    class='directory'>$GNOME_PREFIX/lib/evince</filename> instead of <filename
     151    class='directory'>$GNOME_PREFIX/libexec</filename>.</para>
     152
    140153    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    141154    href="../../xincludes/scrollkeeper-dir.xml"/>
     
    158171    <application>Nautilus</application> Plugin. Remove parameter if
    159172    <application>Nautilus</application> is installed.</para>
     173
     174    <para><parameter>--disable-pdf</parameter>: This parameter disables the PDF
     175    Backend. Remove parameter if <application>Poppler</application> is
     176    installed.</para>
    160177
    161178    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    188205
    189206      <seglistitem>
    190         <seg>evince, evince-previewer,  and evince-thumbnailer</seg>
    191         <seg>libevdocument.{so,a}, libevview.{so,a}, the following backends:
    192         libcomicsdocument.{so,a}, libimpressdocument.{so,a},
    193         libpixbufdocument.{so,a}, libtiffdocument.{so,a}, and
    194         libevince-properties-page.{so,a}, a <application>Nautilus</application>
    195         extension.</seg>
    196         <seg><envar>$GNOME_PREFIX</envar>/{include/evince/2.25/{libdocument,
    197         libview},lib/evince/1/backends,share/{evince/icons/hicolor/*,
    198         gnome/help/evince/*,gtk-doc/html/{evince,libevdocument,libevview},
    199         omf/evince}}</seg>
     207        <seg>evince, evince-previewer, evince-thumbnailer,
     208        evince-convert-metadata, and evinced</seg>
     209        <seg>libcomicsdocument.{so,a}, libpdfdocument.{so,a},
     210        libpixbufdocument.{so,a}, libtiffdocument.{so,a}, libevdocument.{so,a},
     211        libevview.{so,a}, and libevince-properties-page.{so,a}</seg>
     212        <seg><envar>$GNOME_PREFIX</envar>/{include/evince/&gnome-version;/{libdocument,
     213        libview},lib/evince/2/backends,
     214        share/{evince/icons/hicolor/{16x16/{actions,mimetypes},22x22/{actions,
     215        mimetypes},24x24/{actions,mimetypes},32x32/{actions,mimetypes},
     216        48x48/actions,scalable/{actions,mimetypes}},gnome/help/evince/*,
     217        gtk-doc/html/{evince,libevdocument-&gnome-version;,
     218        libevview-&gnome-version;},omf/evince}}</seg>
    200219      </seglistitem>
    201220    </segmentedlist>
  • introduction/welcome/changelog.xml

    r0cda5cf rf708b12  
    4545      <itemizedlist>
    4646        <listitem>
     47          <para>[wblaszcz] - Updated to Evince-2.30.2.</para>
     48        </listitem>
     49        <listitem>
    4750          <para>[wblaszcz] - Updated to udev-151.</para>
    4851        </listitem>
Note: See TracChangeset for help on using the changeset viewer.