Changeset 192aaf5


Ignore:
Timestamp:
05/22/2005 08:05:19 AM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
d5d1c76
Parents:
eb12ee19
Message:

Tagged gpdf.xml

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/add/gpdf.xml

    reb12ee19 r192aaf5  
    1414
    1515<sect1 id="gpdf" xreflabel="GPdf-&gpdf-version;">
    16 <sect1info>
    17 <othername>$LastChangedBy$</othername>
    18 <date>$Date$</date>
    19 </sect1info>
    20 <?dbhtml filename="gpdf.html"?>
    21 <title>GPdf-&gpdf-version;</title>
     16  <?dbhtml filename="gpdf.html"?>
    2217
    23 <sect2>
    24 <title>Introduction to <application>GPdf</application></title>
     18  <sect1info>
     19    <othername>$LastChangedBy$</othername>
     20    <date>$Date$</date>
     21  </sect1info>
    2522
    26 <para><application>GPdf</application> is a <acronym>PDF</acronym> viewer for
    27 <acronym>GNOME</acronym>. It is based on <application>Xpdf</application> and
    28 the <application><acronym>GNOME</acronym> Print</application> Preview
    29 widget.</para>
     23  <title>GPdf-&gpdf-version;</title>
    3024
    31 <sect3><title>Package information</title>
    32 <itemizedlist spacing='compact'>
    33 <listitem><para>Download (HTTP): <ulink
    34 url="&gpdf-download-http;"/></para></listitem>
    35 <listitem><para>Download (FTP): <ulink
    36 url="&gpdf-download-ftp;"/></para></listitem>
    37 <listitem><para>Download MD5 sum: &gpdf-md5sum;</para></listitem>
    38 <listitem><para>Download size: &gpdf-size;</para></listitem>
    39 <listitem><para>Estimated disk space required:
    40 &gpdf-buildsize;</para></listitem>
    41 <listitem><para>Estimated build time:
    42 &gpdf-time;</para></listitem></itemizedlist>
    43 </sect3>
     25  <indexterm zone="gpdf">
     26    <primary sortas="a-GPdf">GPdf</primary>
     27  </indexterm>
    4428
    45 <sect3><title><application>GPdf</application> dependencies</title>
    46 <sect4><title>Required</title>
    47 <para><xref linkend="libgnomeui"/> and
    48 <xref linkend="libgnomeprintui"/></para>
    49 </sect4>
     29  <sect2 role="package">
     30    <title>Introduction to GPdf</title>
    5031
    51 <sect4><title>Optional</title>
    52 <para><xref linkend="tex"/> and
    53 <ulink
    54 url="http://packages.qa.debian.org/libp/libpaper.html">libpaper</ulink></para>
    55 </sect4>
    56 </sect3>
     32    <para><application>GPdf</application> is a PDF viewer for
     33    <application>GNOME</application>. It is based on
     34    <application>Xpdf</application> and the <application>GNOME
     35    Print</application> Preview widget.</para>
    5736
    58 </sect2>
     37    <bridgehead renderas="sect3">Package Information</bridgehead>
     38    <itemizedlist spacing="compact">
     39      <listitem>
     40        <para>Download (HTTP): <ulink url="&gpdf-download-http;"/></para>
     41      </listitem>
     42      <listitem>
     43        <para>Download (FTP): <ulink url="&gpdf-download-ftp;"/></para>
     44      </listitem>
     45      <listitem>
     46        <para>Download MD5 sum: &gpdf-md5sum;</para>
     47      </listitem>
     48      <listitem>
     49        <para>Download size: &gpdf-size;</para>
     50      </listitem>
     51      <listitem>
     52        <para>Estimated disk space required: &gpdf-buildsize;</para>
     53      </listitem>
     54      <listitem>
     55        <para>Estimated build time: &gpdf-time;</para>
     56      </listitem>
     57    </itemizedlist>
    5958
    60 <sect2>
    61 <title>Installation of <application>GPdf</application></title>
     59    <bridgehead renderas="sect3">GPdf Dependencies</bridgehead>
    6260
    63 <para>Install <application>GPdf</application> by running the following
    64 commands:</para>
     61    <bridgehead renderas="sect4">Required</bridgehead>
     62    <para><xref linkend="libgnomeui"/> and
     63    <xref linkend="libgnomeprintui"/></para>
    6564
    66 <screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
     65    <bridgehead renderas="sect4">Optional</bridgehead>
     66    <para><xref linkend="tex"/> and
     67    <ulink
     68    url="http://packages.qa.debian.org/libp/libpaper.html">libpaper</ulink></para>
     69
     70  </sect2>
     71
     72  <sect2 role="installation">
     73    <title>Installation of GPdf</title>
     74
     75    <para>Install <application>GPdf</application> by running the following
     76    commands:</para>
     77
     78<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
    6779    --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
    6880    --sysconfdir=/etc/gnome --localstatedir=/var/lib &amp;&amp;
    69 make</command></userinput></screen>
     81make</userinput></screen>
    7082
    71 <para>To test the results, issue: <command>make check</command>.</para>
     83    <para>To test the results, issue: <command>make check</command>.</para>
    7284
    73 <para>Now, as the root user:</para>
     85    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    7486
    75 <screen><userinput role='root'><command>make install</command></userinput></screen>
     87<screen role="root"><userinput>make install</userinput></screen>
    7688
    77 </sect2>
     89  </sect2>
    7890
    79 <sect2>
    80 <title>Command explanations</title>
     91  <sect2 role="commands">
     92    <title>Command Explanations</title>
    8193
    82 <para><parameter>--libexecdir=`pkg-config --variable=prefix
    83 ORBit-2.0`/sbin</parameter>: This switch puts libexec files in
    84 <filename class="directory">$GNOME_PREFIX/sbin</filename> instead of
    85 <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
     94    <para><parameter>--libexecdir=`pkg-config --variable=prefix
     95    ORBit-2.0`/sbin</parameter>: This switch puts libexec files in
     96    <filename class="directory">$GNOME_PREFIX/sbin</filename> instead of
     97    <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
    8698
    87 <para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch puts
    88 configuration files in <filename class="directory">/etc/gnome</filename>
    89 instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
     99    <para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch puts
     100    configuration files in <filename class="directory">/etc/gnome</filename>
     101    instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
    90102
    91 <para><parameter>--localstatedir=/var/lib</parameter>: This switch
    92 puts <application>ScrollKeeper</application> files in
    93 <filename class="directory">/var/lib/scrollkeeper</filename> instead of
    94 <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
     103    <para><parameter>--localstatedir=/var/lib</parameter>: This switch
     104    puts <application>ScrollKeeper</application> files in
     105    <filename class="directory">/var/lib/scrollkeeper</filename> instead of
     106    <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
    95107
    96 </sect2>
     108  </sect2>
    97109
    98 <sect2>
    99 <title>Contents</title>
     110  <sect2 role="content">
     111    <title>Contents</title>
    100112
    101 <para>The <application>GPdf</application> package contains
    102 <command>gpdf</command> and <command>gnome-pdf-viewer</command>.</para>
     113    <segmentedlist>
     114      <segtitle>Installed Programs</segtitle>
     115      <segtitle>Installed Library</segtitle>
     116      <segtitle>Installed Directories</segtitle>
    103117
    104 </sect2>
     118      <seglistitem>
     119        <seg>gpdf and gnome-pdf-viewer</seg>
     120        <seg>GNOME_PDF.server bonobo server</seg>
     121        <seg>/etc/gnome/gconf/gconf.xml.defaults/apps/gpdf,
     122        /etc/gnome/gconf/gconf.xml.defaults/schemas/apps/gpdf,
     123        $GNOME_PREFIX/share/gnome/help/gpdf,
     124        $GNOME_PREFIX/share/gpdf,
     125        $GNOME_PREFIX/share/omf/gpdf, and
     126        $GNOME_PREFIX/share/pixmaps/gpdf</seg>
     127      </seglistitem>
     128    </segmentedlist>
    105129
    106 <sect2><title>Description</title>
     130    <variablelist>
     131      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     132      <?dbfo list-presentation="list"?>
     133      <?dbhtml list-presentation="table"?>
    107134
    108 <sect3><title>gpdf</title>
    109 <para><command>gpdf</command> is a <acronym>PDF</acronym> viewer for
    110 <application><acronym>GNOME</acronym></application>.</para></sect3>
     135      <varlistentry id="gpdf-prog">
     136        <term><command>gpdf</command></term>
     137        <listitem>
     138          <para>is a PDF viewer for <application>GNOME</application>.</para>
     139          <indexterm zone="gpdf gpdf-prog">
     140            <primary sortas="b-gpdf">gpdf</primary>
     141          </indexterm>
     142        </listitem>
     143      </varlistentry>
    111144
    112 </sect2>
     145    </variablelist>
     146
     147  </sect2>
    113148
    114149</sect1>
Note: See TracChangeset for help on using the changeset viewer.