source: gnome/add/obsolete/gpdf.xml@ 790998f

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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
Last change on this file since 790998f was 790998f, checked in by Wayne Blaszczyk <wblaszcz@…>, 14 years ago

Removed gnome-old-version.

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

  • Property mode set to 100644
File size: 5.1 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/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/&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 "9278cd3b9d06e3b1d364452f0e512fa9">
10 <!ENTITY gpdf-size "1.0 MB">
11 <!ENTITY gpdf-buildsize "36 MB">
12 <!ENTITY gpdf-time "0.5 SBU">
13]>
14
15<sect1 id="gpdf" xreflabel="GPdf-&gpdf-version;">
16 <?dbhtml filename="gpdf.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>GPdf-&gpdf-version;</title>
24
25 <indexterm zone="gpdf">
26 <primary sortas="a-GPdf">GPdf</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to GPdf</title>
31
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>
36
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>
58
59 <bridgehead renderas="sect3">GPdf Dependencies</bridgehead>
60
61 <bridgehead renderas="sect4">Required</bridgehead>
62 <para role="required"><xref linkend="libgnomeui"/> and
63 <xref linkend="libgnomeprintui"/></para>
64
65 <bridgehead renderas="sect4">Optional</bridgehead>
66 <para role="optional"><xref linkend="tetex"/> and
67 <ulink
68 url="http://packages.qa.debian.org/libp/libpaper.html">libpaper</ulink></para>
69
70 <para condition="html" role="usernotes">User Notes:
71 <ulink url="&blfs-wiki;/gpdf"/></para>
72
73 </sect2>
74
75 <sect2 role="installation">
76 <title>Installation of GPdf</title>
77
78 <para>Install <application>GPdf</application> by running the following
79 commands:</para>
80
81<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
82 --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
83 --sysconfdir=&gnome-etc-dir; --localstatedir=/var/lib &amp;&amp;
84make</userinput></screen>
85
86 <para>To test the results, issue: <command>make check</command>.</para>
87
88 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
89
90<screen role="root"><userinput>make install</userinput></screen>
91
92 </sect2>
93
94 <sect2 role="commands">
95 <title>Command Explanations</title>
96
97 <para><parameter>--libexecdir=`pkg-config --variable=prefix
98 ORBit-2.0`/sbin</parameter>: This switch puts libexec files in
99 <filename class="directory">$GNOME_PREFIX/sbin</filename> instead of
100 <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
101
102 <para><parameter>--sysconfdir=&gnome-etc-dir;</parameter>: This switch puts
103 configuration files in <filename class="directory">&gnome-etc-dir;</filename>
104 instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
105
106 <para><parameter>--localstatedir=/var/lib</parameter>: This switch
107 puts <application>ScrollKeeper</application> files in
108 <filename class="directory">/var/lib/scrollkeeper</filename> instead of
109 <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
110
111 </sect2>
112
113 <sect2 role="content">
114 <title>Contents</title>
115
116 <segmentedlist>
117 <segtitle>Installed Programs</segtitle>
118 <segtitle>Installed Library</segtitle>
119 <segtitle>Installed Directories</segtitle>
120
121 <seglistitem>
122 <seg>gpdf and gnome-pdf-viewer</seg>
123 <seg>GNOME_PDF.server bonobo server</seg>
124 <seg>&gnome-etc-dir;/gconf/gconf.xml.defaults/apps/gpdf,
125 &gnome-etc-dir;/gconf/gconf.xml.defaults/schemas/apps/gpdf,
126 $GNOME_PREFIX/share/gnome/help/gpdf,
127 $GNOME_PREFIX/share/gpdf,
128 $GNOME_PREFIX/share/omf/gpdf, and
129 $GNOME_PREFIX/share/pixmaps/gpdf</seg>
130 </seglistitem>
131 </segmentedlist>
132
133 <variablelist>
134 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
135 <?dbfo list-presentation="list"?>
136 <?dbhtml list-presentation="table"?>
137
138 <varlistentry id="gpdf-prog">
139 <term><command>gpdf</command></term>
140 <listitem>
141 <para>is a PDF viewer for <application>GNOME</application>.</para>
142 <indexterm zone="gpdf gpdf-prog">
143 <primary sortas="b-gpdf">gpdf</primary>
144 </indexterm>
145 </listitem>
146 </varlistentry>
147
148 </variablelist>
149
150 </sect2>
151
152</sect1>
Note: See TracBrowser for help on using the repository browser.