evince-3.2.1

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9358 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Ken Moffat 2012-02-10 23:18:59 +00:00
parent e237c169c5
commit cdb1b4bbe2
5 changed files with 23 additions and 44 deletions

View File

@ -708,6 +708,7 @@ $Date$
<!ENTITY empathy-version "3.2.2">
<!ENTITY eog-version "3.2.2">
<!ENTITY epiphany-version "3.2.1">
<!ENTITY evince-version "3.2.1">
<!ENTITY gnome-terminal-version "2.30.2">
<!ENTITY nautilus-version "2.30.1">
<!ENTITY yelp-version "2.30.1">
@ -743,7 +744,6 @@ $Date$
<!ENTITY cheese-version "2.30.1">
<!ENTITY deskbar-applet-version "2.30.1">
<!ENTITY ekiga-version "3.2.7">
<!ENTITY evince-version "2.30.2">
<!ENTITY file-roller-version "2.30.2">
<!ENTITY gcalctool-version "5.30.2">
<!ENTITY gconf-editor-version "2.30.0">

View File

@ -41,7 +41,6 @@ $Date$
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cheese.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="deskbar-applet.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ekiga.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="evince.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="file-roller.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gcalctool.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gconf-editor.xml"/>

View File

@ -97,8 +97,8 @@ $Date$
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="empathy.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="eog.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="epiphany.xml"/>
<!--<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="evince.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gcalctool.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="evince.xml"/>
<!--<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gcalctool.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-contacts.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-disk-utility.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-system-monitor.xml"/>-->

View File

@ -4,12 +4,12 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY evince-download-http "&gnome-download-http;/evince/&gnome-version;/evince-&evince-version;.tar.bz2">
<!ENTITY evince-download-ftp "&gnome-download-ftp;/evince/&gnome-version;/evince-&evince-version;.tar.bz2">
<!ENTITY evince-md5sum "2ae7fe7da797a9f08f2dd1ba4cbdeeae">
<!ENTITY evince-size "2.1 MB">
<!ENTITY evince-buildsize "53 MB">
<!ENTITY evince-time "1.3 SBU">
<!ENTITY evince-download-http "&gnome-download-http;/evince/&gnome-version;/evince-&evince-version;.tar.xz">
<!ENTITY evince-download-ftp "&gnome-download-ftp;/evince/&gnome-version;/evince-&evince-version;.tar.xz">
<!ENTITY evince-md5sum "8c01b6741709b8e32b800b71820648ac">
<!ENTITY evince-size "3.7 MB">
<!ENTITY evince-buildsize "85 MB">
<!ENTITY evince-time "2.5 SBU">
]>
<sect1 id="evince" xreflabel="Evince-&evince-version;">
@ -35,7 +35,7 @@
various types using one simple application instead of the multiple document
viewers that once existed on the GNOME Desktop.</para>
&lfs65_built;
&lfs70_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@ -74,7 +74,7 @@
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="gnome-doc-utils"/>,
<xref linkend="gnome-icon-theme"/>,
<xref linkend="gtk2"/>, and
<xref linkend="gtk3"/>, and
<xref linkend="which"/></para>
<bridgehead renderas="sect4">Required (Runtime)</bridgehead>
@ -83,6 +83,7 @@
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional"><xref linkend="GConf"/>,
<xref linkend="libgnome-keyring"/>,
<xref linkend="gobject-introspection"/>,
<xref linkend="gtk-doc"/>,
<xref linkend="libtiff"/>,
<!--<xref linkend="tetex"/> or--> <xref linkend="texlive"/> (required to build the DVI viewer),
@ -108,16 +109,9 @@
<para>Install <application>Evince</application> by running the following
commands:</para>
<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
--sysconfdir=&gnome-etc-dir; \
--localstatedir=/var/lib \
--libexecdir=$(pkg-config \
--variable=prefix ORBit-2.0)/lib/evince \
--mandir=$(pkg-config \
--variable=prefix ORBit-2.0)/share/man \
--enable-pixbuf \
<screen><userinput>./configure --prefix=$GNOME_PREFIX \
--libexecdir=$GNOME_PREFIX/lib/evince \
--without-keyring \
--without-gconf \
--disable-nautilus \
--disable-pdf &amp;&amp;
make</userinput></screen>
@ -140,33 +134,16 @@ make</userinput></screen>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/gnome-prefix.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/gnome-sysconfdir.xml"/>
<para><parameter>--libexecdir=$(pkg-config --variable=prefix
ORBit-2.0)/lib/evince</parameter>: This parameter is used so that the
<application>Evince</application> internal support programs are installed
in the preferred location of <filename
<para><parameter>--libexecdir=$GNOME_PREFIX/lib/evince</parameter>: This
parameter is used so that the <application>Evince</application> internal
support programs are installed in the preferred location of <filename
class='directory'>$GNOME_PREFIX/lib/evince</filename> instead of <filename
class='directory'>$GNOME_PREFIX/libexec</filename>.</para>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/scrollkeeper-dir.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/gnome-mandir.xml"/>
<para><parameter>--enable-pixbuf</parameter>: This parameter enables the
Pixbuf Backend.</para>
<para><parameter>--without-keyring</parameter>: This parameter disables the
use of <application>gnome-keyring</application>. Remove parameter if
<application>gnome-keyring</application> is installed.</para>
<para><parameter>--without-gconf</parameter>: This parameter disables
<application>GConf</application> Support. Remove parameter if
<application>GConf</application> is installed.</para>
<para><parameter>--disable-nautilus</parameter>: This parameter disables the
<application>Nautilus</application> Plugin. Remove parameter if
<application>Nautilus</application> is installed.</para>
@ -182,9 +159,6 @@ make</userinput></screen>
have the <application>gobject-introspection</application> package installed
and you wish to enable GObject introspection.</para>
<para><option>--enable-impress</option>: Use this parameter if you wish to
compile with support for impress presentations.</para>
<para><option>--enable-dvi</option>: Use this parameter if you have the
<application>teTeX</application> or <application>TeX Live</application>
package installed and you wish to build support to view DVI files.</para>
@ -193,6 +167,9 @@ make</userinput></screen>
<application>t1lib</application> package installed and you wish to build
support for Type1 fonts in the DVI viewer.</para>
<para><option>--disable-static</option>: This switch prevents the static
libraries being installed.</para>
</sect2>
<sect2 role="content">

View File

@ -87,6 +87,9 @@
<listitem>
<para>[ken] - merge epiphany-3.2.1 from Wayne.</para>
</listitem>
<listitem>
<para>[ken] - merge evince-3.2.1 from Wayne.</para>
</listitem>
</itemizedlist>
</listitem>