Changeset 113105dd


Ignore:
Timestamp:
11/29/2004 07:26:54 AM (19 years ago)
Author:
Randy McMurchy <randy@…>
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:
d4613f3f
Parents:
6acfecc
Message:

Updated to GPdf-2.8.0

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gnome/add/gpdf.xml

    r6acfecc r113105dd  
    55  %general-entities;
    66
    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 
     7<!ENTITY gpdf-download-http "http://ftp.gnome.org/pub/GNOME/sources/gpdf/&gnome-version;/gpdf-&gpdf-version;.tar.bz2">
     8<!ENTITY gpdf-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gpdf/&gnome-version;/gpdf-&gpdf-version;.tar.bz2">
     9<!ENTITY gpdf-md5sum "a1c054d5de1d5ef361006975c57b45f5">
     10<!ENTITY gpdf-size "1.0 MB">
     11<!ENTITY gpdf-buildsize "37.5 MB">
     12<!ENTITY gpdf-time "0.55 SBU">
    1313]>
    1414
     
    2424<title>Introduction to <application>GPdf</application></title>
    2525
    26 <para>
    27 <application>GPdf</application> is a <acronym>PDF</acronym> viewer
    28 for <acronym>GNOME</acronym>. It is based on <application>Xpdf</application> and the
    29 <application><acronym>GNOME</acronym> Print</application> Preview
    30 widget.
    31 </para>
     26<para><application>GPdf</application> is a <acronym>PDF</acronym> viewer for
     27<acronym>GNOME</acronym>. It is based on <application>Xpdf</application> and
     28the <application><acronym>GNOME</acronym> Print</application> Preview
     29widget.</para>
    3230
    3331<sect3><title>Package information</title>
     
    3735<listitem><para>Download (FTP): <ulink
    3836url="&gpdf-download-ftp;"/></para></listitem>
     37<listitem><para>Download MD5 sum: &gpdf-md5sum;</para></listitem>
    3938<listitem><para>Download size: &gpdf-size;</para></listitem>
    40 <listitem><para>Estimated Disk space required:
     39<listitem><para>Estimated disk space required:
    4140&gpdf-buildsize;</para></listitem>
    4241<listitem><para>Estimated build time:
     
    4645<sect3><title><application>GPdf</application> dependencies</title>
    4746<sect4><title>Required</title>
    48 <para>
    49 <xref linkend="libgnomeprintui"/>
    50 </para></sect4>
     47<para><xref linkend="libgnomeprintui"/></para>
     48</sect4>
     49
    5150<sect4><title>Optional</title>
    52 <para>
    53 <xref linkend="pst-typesetting-tex"/> and
    54 <ulink url="http://packages.qa.debian.org/libp/libpaper.html">libpaper</ulink>
    55 </para></sect4>
     51<para><xref linkend="pst-typesetting-tex"/> and
     52<ulink
     53url="http://packages.qa.debian.org/libp/libpaper.html">libpaper</ulink></para>
     54</sect4>
    5655</sect3>
    5756
     
    6160<title>Installation of <application>GPdf</application></title>
    6261
    63 <para>Install <application>GPdf</application> by running the following commands:</para>
     62<para>Install <application>GPdf</application> by running the following
     63commands:</para>
    6464
    6565<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
     
    8080
    8181<para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch puts
    82 configuration files in <filename class="directory">/etc/gnome</filename> instead of
    83 <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
     82configuration files in <filename class="directory">/etc/gnome</filename>
     83instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
    8484
    8585<para><parameter>--localstatedir=/var/lib</parameter>: This switch
    86 puts <application>ScrollKeeper</application> files in <filename
    87 class="directory">/var/lib/scrollkeeper</filename>
    88 instead of <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
     86puts <application>ScrollKeeper</application> files in
     87<filename class="directory">/var/lib/scrollkeeper</filename> instead of
     88<filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
    8989
    9090</sect2>
     
    9494
    9595<para>The <application>GPdf</application> package contains
    96 <command>gpdf</command> and
    97 <command>gnome-pdf-viewer</command>.
    98 </para>
     96<command>gpdf</command> and <command>gnome-pdf-viewer</command>.</para>
    9997
    10098</sect2>
     
    104102<sect3><title>gpdf</title>
    105103<para><command>gpdf</command> is a <acronym>PDF</acronym> viewer for
    106 <acronym>GNOME</acronym>.</para></sect3>
     104<application><acronym>GNOME</acronym></application>.</para></sect3>
    107105
    108106</sect2>
  • introduction/welcome/changelog.xml

    r6acfecc r113105dd  
    2424
    2525<listitem><para>November 29th, 2004 [randy]: Added command to AbiWord
    26 instructions to fix incorrect permissions on help file
    27 directories.</para></listitem>
     26instructions to fix incorrect permissions on help file directories;
     27updated to GPdf-2.8.0.</para></listitem>
    2828
    2929<listitem><para>November 28th, 2004 [dj]: Added default logging lines to
Note: See TracChangeset for help on using the changeset viewer.