mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
5cd0959daa
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2592 af4574ff-66df-0310-9fd7-8a98e5e911e0
111 lines
3.6 KiB
XML
111 lines
3.6 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
|
|
<!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">
|
|
|
|
]>
|
|
|
|
<sect1 id="gpdf" xreflabel="GPdf-&gpdf-version;">
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
<?dbhtml filename="gpdf.html"?>
|
|
<title>GPdf-&gpdf-version;</title>
|
|
|
|
<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>
|
|
|
|
<sect3><title>Package information</title>
|
|
<itemizedlist spacing='compact'>
|
|
<listitem><para>Download (HTTP): <ulink
|
|
url="&gpdf-download-http;"/></para></listitem>
|
|
<listitem><para>Download (FTP): <ulink
|
|
url="&gpdf-download-ftp;"/></para></listitem>
|
|
<listitem><para>Download size: &gpdf-size;</para></listitem>
|
|
<listitem><para>Estimated Disk space required:
|
|
&gpdf-buildsize;</para></listitem>
|
|
<listitem><para>Estimated build time:
|
|
&gpdf-time;</para></listitem></itemizedlist>
|
|
</sect3>
|
|
|
|
<sect3><title><application>GPdf</application> dependencies</title>
|
|
<sect4><title>Required</title>
|
|
<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>
|
|
</sect3>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Installation of <application>GPdf</application></title>
|
|
|
|
<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 \
|
|
--sysconfdir=/etc/gnome --localstatedir=/var/lib &&
|
|
make &&
|
|
make install</command></userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Command explanations</title>
|
|
|
|
<para><parameter>--libexecdir=`pkg-config --variable=prefix
|
|
ORBit-2.0`/sbin</parameter>: This switch puts libexec files in
|
|
<filename class="directory">$GNOME_PREFIX/sbin</filename> instead of
|
|
<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>
|
|
|
|
<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>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Contents</title>
|
|
|
|
<para>The <application>GPdf</application> package contains
|
|
<command>gpdf</command> and
|
|
<command>gnome-pdf-viewer</command>.
|
|
</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2><title>Description</title>
|
|
|
|
<sect3><title>gpdf</title>
|
|
<para><command>gpdf</command> is a <acronym>PDF</acronym> viewer for
|
|
<acronym>GNOME</acronym>.</para></sect3>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|