mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
Updated to GPdf-2.8.0
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3056 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
6acfecc060
commit
113105ddec
@ -4,12 +4,12 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY gpdf-download-http "http://ftp.gnome.org/pub/GNOME/sources/gpdf/&gpdf-version;/gpdf-&gpdf-version;.tar.bz2">
|
||||
<!ENTITY gpdf-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gpdf/&gpdf-version;/gpdf-&gpdf-version;.tar.bz2">
|
||||
<!ENTITY gpdf-size "1.1 MB">
|
||||
<!ENTITY gpdf-buildsize "48 MB">
|
||||
<!ENTITY gpdf-time "0.60 SBU">
|
||||
|
||||
<!ENTITY gpdf-download-http "http://ftp.gnome.org/pub/GNOME/sources/gpdf/&gnome-version;/gpdf-&gpdf-version;.tar.bz2">
|
||||
<!ENTITY gpdf-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gpdf/&gnome-version;/gpdf-&gpdf-version;.tar.bz2">
|
||||
<!ENTITY gpdf-md5sum "a1c054d5de1d5ef361006975c57b45f5">
|
||||
<!ENTITY gpdf-size "1.0 MB">
|
||||
<!ENTITY gpdf-buildsize "37.5 MB">
|
||||
<!ENTITY gpdf-time "0.55 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="gpdf" xreflabel="GPdf-&gpdf-version;">
|
||||
@ -23,12 +23,10 @@
|
||||
<sect2>
|
||||
<title>Introduction to <application>GPdf</application></title>
|
||||
|
||||
<para>
|
||||
<application>GPdf</application> is a <acronym>PDF</acronym> viewer
|
||||
for <acronym>GNOME</acronym>. It is based on <application>Xpdf</application> and the
|
||||
<application><acronym>GNOME</acronym> Print</application> Preview
|
||||
widget.
|
||||
</para>
|
||||
<para><application>GPdf</application> is a <acronym>PDF</acronym> viewer for
|
||||
<acronym>GNOME</acronym>. It is based on <application>Xpdf</application> and
|
||||
the <application><acronym>GNOME</acronym> Print</application> Preview
|
||||
widget.</para>
|
||||
|
||||
<sect3><title>Package information</title>
|
||||
<itemizedlist spacing='compact'>
|
||||
@ -36,8 +34,9 @@ widget.
|
||||
url="&gpdf-download-http;"/></para></listitem>
|
||||
<listitem><para>Download (FTP): <ulink
|
||||
url="&gpdf-download-ftp;"/></para></listitem>
|
||||
<listitem><para>Download MD5 sum: &gpdf-md5sum;</para></listitem>
|
||||
<listitem><para>Download size: &gpdf-size;</para></listitem>
|
||||
<listitem><para>Estimated Disk space required:
|
||||
<listitem><para>Estimated disk space required:
|
||||
&gpdf-buildsize;</para></listitem>
|
||||
<listitem><para>Estimated build time:
|
||||
&gpdf-time;</para></listitem></itemizedlist>
|
||||
@ -45,14 +44,14 @@ url="&gpdf-download-ftp;"/></para></listitem>
|
||||
|
||||
<sect3><title><application>GPdf</application> dependencies</title>
|
||||
<sect4><title>Required</title>
|
||||
<para>
|
||||
<xref linkend="libgnomeprintui"/>
|
||||
</para></sect4>
|
||||
<para><xref linkend="libgnomeprintui"/></para>
|
||||
</sect4>
|
||||
|
||||
<sect4><title>Optional</title>
|
||||
<para>
|
||||
<xref linkend="pst-typesetting-tex"/> and
|
||||
<ulink url="http://packages.qa.debian.org/libp/libpaper.html">libpaper</ulink>
|
||||
</para></sect4>
|
||||
<para><xref linkend="pst-typesetting-tex"/> and
|
||||
<ulink
|
||||
url="http://packages.qa.debian.org/libp/libpaper.html">libpaper</ulink></para>
|
||||
</sect4>
|
||||
</sect3>
|
||||
|
||||
</sect2>
|
||||
@ -60,7 +59,8 @@ url="&gpdf-download-ftp;"/></para></listitem>
|
||||
<sect2>
|
||||
<title>Installation of <application>GPdf</application></title>
|
||||
|
||||
<para>Install <application>GPdf</application> by running the following commands:</para>
|
||||
<para>Install <application>GPdf</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
|
||||
--libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
|
||||
@ -79,13 +79,13 @@ ORBit-2.0`/sbin</parameter>: This switch puts libexec files in
|
||||
<filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
|
||||
|
||||
<para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch puts
|
||||
configuration files in <filename class="directory">/etc/gnome</filename> instead of
|
||||
<filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
|
||||
configuration files in <filename class="directory">/etc/gnome</filename>
|
||||
instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
|
||||
|
||||
<para><parameter>--localstatedir=/var/lib</parameter>: This switch
|
||||
puts <application>ScrollKeeper</application> files in <filename
|
||||
class="directory">/var/lib/scrollkeeper</filename>
|
||||
instead of <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
|
||||
puts <application>ScrollKeeper</application> files in
|
||||
<filename class="directory">/var/lib/scrollkeeper</filename> instead of
|
||||
<filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
@ -93,9 +93,7 @@ instead of <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>
|
||||
<title>Contents</title>
|
||||
|
||||
<para>The <application>GPdf</application> package contains
|
||||
<command>gpdf</command> and
|
||||
<command>gnome-pdf-viewer</command>.
|
||||
</para>
|
||||
<command>gpdf</command> and <command>gnome-pdf-viewer</command>.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
@ -103,7 +101,7 @@ instead of <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>
|
||||
|
||||
<sect3><title>gpdf</title>
|
||||
<para><command>gpdf</command> is a <acronym>PDF</acronym> viewer for
|
||||
<acronym>GNOME</acronym>.</para></sect3>
|
||||
<application><acronym>GNOME</acronym></application>.</para></sect3>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -23,8 +23,8 @@ who wrote what.</para>
|
||||
<itemizedlist>
|
||||
|
||||
<listitem><para>November 29th, 2004 [randy]: Added command to AbiWord
|
||||
instructions to fix incorrect permissions on help file
|
||||
directories.</para></listitem>
|
||||
instructions to fix incorrect permissions on help file directories;
|
||||
updated to GPdf-2.8.0.</para></listitem>
|
||||
|
||||
<listitem><para>November 28th, 2004 [dj]: Added default logging lines to
|
||||
named.conf, corrected IP for B.ROOT-SERVERS.NET and added note about
|
||||
|
Loading…
Reference in New Issue
Block a user