Ignore:
Timestamp:
06/15/2004 12:20:58 AM (20 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
fdca4266
Parents:
c117e5a
Message:

Chapter 31 new XML

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/add/gpdf.xml

    rc117e5a r9d2dc4e2  
     1<?xml version="1.0" encoding="ISO-8859-1"?>
     2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
     3   "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
     4  <!ENTITY % general-entities SYSTEM "../../general.ent">
     5  %general-entities;
     6
     7<!ENTITY gpdf-download-http "http://ftp.gnome.org/pub/GNOME/sources/gpdf/&gpdf-version;/gpdf-&gpdf-version;.tar.bz2">
     8<!ENTITY gpdf-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gpdf/&gpdf-version;/gpdf-&gpdf-version;.tar.bz2">
     9<!ENTITY gpdf-size "1.1 MB">
     10<!ENTITY gpdf-buildsize "48 MB">
     11<!ENTITY gpdf-time "0.60 SBU">
     12
     13]>
     14
    115<sect1 id="gpdf" xreflabel="GPdf-&gpdf-version;">
    216<?dbhtml filename="gpdf.html"?>
    317<title>GPdf-&gpdf-version;</title>
    418
    5 &gpdf-intro;
    6 &gpdf-inst;
    7 &gpdf-exp;
    8 &gpdf-desc;
     19<sect2>
     20<title>Introduction to <application>GPdf</application></title>
     21
     22<para>
     23<application>GPdf</application> is a <acronym>PDF</acronym> viewer
     24for <acronym>GNOME</acronym>. It is based on <application>Xpdf</application> and the
     25<application><acronym>GNOME</acronym> Print</application> Preview
     26widget.
     27</para>
     28
     29<sect3><title>Package information</title>
     30<itemizedlist spacing='compact'>
     31<listitem><para>Download (HTTP): <ulink
     32url="&gpdf-download-http;"/></para></listitem>
     33<listitem><para>Download (FTP): <ulink
     34url="&gpdf-download-ftp;"/></para></listitem>
     35<listitem><para>Download size: &gpdf-size;</para></listitem>
     36<listitem><para>Estimated Disk space required:
     37&gpdf-buildsize;</para></listitem>
     38<listitem><para>Estimated build time:
     39&gpdf-time;</para></listitem></itemizedlist>
     40</sect3>
     41                                                                               
     42<sect3><title><application>GPdf</application> dependencies</title>
     43<sect4><title>Required</title>
     44<para>
     45<xref linkend="libgnomeprintui"/>
     46</para></sect4>
     47<sect4><title>Optional</title>
     48<para>
     49<xref linkend="pst-typesetting-tex"/> and
     50<ulink url="http://packages.qa.debian.org/libp/libpaper.html">libpaper</ulink>
     51</para></sect4>
     52</sect3>
     53
     54</sect2>
     55
     56<sect2>
     57<title>Installation of <application>GPdf</application></title>
     58
     59<para>Install <application>GPdf</application> by running the following commands:</para>
     60
     61<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
     62    --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
     63    --sysconfdir=/etc/gnome --localstatedir=/var/lib &amp;&amp;
     64make &amp;&amp;
     65make install</command></userinput></screen>
     66
     67</sect2>
     68
     69<sect2>
     70<title>Command explanations</title>
     71
     72<para><parameter>--libexecdir=`pkg-config --variable=prefix
     73ORBit-2.0`/sbin</parameter>: This switch puts libexec files in
     74<filename class="directory">$GNOME_PREFIX/sbin</filename> instead of
     75<filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
     76
     77<para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch puts
     78configuration files in <filename class="directory">/etc/gnome</filename> instead of
     79<filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
     80
     81<para><parameter>--localstatedir=/var/lib</parameter>: This switch
     82puts <application>ScrollKeeper</application> files in <filename
     83class="directory">/var/lib/scrollkeeper</filename>
     84instead of <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
     85
     86</sect2>
     87
     88<sect2>
     89<title>Contents</title>
     90
     91<para>The <application>GPdf</application> package contains
     92<command>gpdf</command> and
     93<command>gnome-pdf-viewer</command>.
     94</para>
     95
     96</sect2>
     97
     98<sect2><title>Description</title>
     99
     100<sect3><title>gpdf</title>
     101<para><command>gpdf</command> is a <acronym>PDF</acronym> viewer for
     102<acronym>GNOME</acronym>.</para></sect3>
     103
     104</sect2>
    9105
    10106</sect1>
Note: See TracChangeset for help on using the changeset viewer.