source: archive/obsolete/ggv.xml@ 556a307a

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 556a307a was 556a307a, checked in by Bruce Dubbs <bdubbs@…>, 12 years ago

Move files to archive

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

  • Property mode set to 100644
File size: 4.9 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 ggv-download-http "http://ftp.gnome.org/pub/GNOME/sources/ggv/&gnome-version;/ggv-&ggv-version;.tar.bz2">
8 <!ENTITY ggv-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/ggv/&gnome-version;/ggv-&ggv-version;.tar.bz2">
9 <!ENTITY ggv-md5sum "418f0ef3f8b82bb0c423a2a1cf6769f7">
10 <!ENTITY ggv-size "1.0 MB">
11 <!ENTITY ggv-buildsize "17.8 MB">
12 <!ENTITY ggv-time "0.3 SBU">
13]>
14
15<sect1 id="ggv" xreflabel="GGV-&ggv-version;">
16 <?dbhtml filename="ggv.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>GGV-&ggv-version;</title>
24
25 <indexterm zone="ggv">
26 <primary sortas="a-GGV">GGV</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to GGV</title>
31
32 <para>The <application>GGV</application> package contains a PostScript
33 file viewer.</para>
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>Download (HTTP): <ulink url="&ggv-download-http;"/></para>
39 </listitem>
40 <listitem>
41 <para>Download (FTP): <ulink url="&ggv-download-ftp;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download MD5 sum: &ggv-md5sum;</para>
45 </listitem>
46 <listitem>
47 <para>Download size: &ggv-size;</para>
48 </listitem>
49 <listitem>
50 <para>Estimated disk space required: &ggv-buildsize;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated build time: &ggv-time;</para>
54 </listitem>
55 </itemizedlist>
56
57 <bridgehead renderas="sect3">GGV Dependencies</bridgehead>
58
59 <bridgehead renderas="sect4">Required</bridgehead>
60 <para role="required"><xref linkend="libgnomeui"/>, and
61 <!-- <xref linkend="espgs"/> or --><xref linkend="gs"/></para>
62
63 <bridgehead renderas="sect4">Optional</bridgehead>
64 <para role="optional"><xref linkend="cups"/> or <xref linkend="LPRng"/></para>
65
66 <para condition="html" role="usernotes">User Notes:
67 <ulink url="&blfs-wiki;/ggv"/></para>
68
69 </sect2>
70
71 <sect2 role="installation">
72 <title>Installation of GGV</title>
73
74 <para>Install <application>GGV</application> by running
75 the following commands:</para>
76
77<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
78 --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
79 --localstatedir=/var/lib --sysconfdir=&gnome-etc-dir; &amp;&amp;
80make</userinput></screen>
81
82 <para>This package does not come with a test suite.</para>
83
84 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
85
86<screen role="root"><userinput>make install</userinput></screen>
87
88 </sect2>
89
90 <sect2 role="commands">
91 <title>Command Explanations</title>
92
93 <para><parameter>--libexecdir=`pkg-config --variable=prefix
94 ORBit-2.0`/sbin</parameter>: This switch puts libexec files in
95 <filename class="directory">$GNOME_PREFIX/sbin</filename> instead of
96 <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
97
98 <para><parameter>--localstatedir=/var/lib</parameter>: This switch
99 puts <application>ScrollKeeper</application> files in
100 <filename class="directory">/var/lib/scrollkeeper</filename> instead of
101 <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
102
103 <para><parameter>--sysconfdir=&gnome-etc-dir;</parameter>: This switch puts
104 configuration files in <filename class="directory">&gnome-etc-dir;</filename>
105 instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
106
107 </sect2>
108
109 <sect2 role="content">
110 <title>Contents</title>
111
112 <segmentedlist>
113 <segtitle>Installed Programs</segtitle>
114 <segtitle>Installed Libraries</segtitle>
115 <segtitle>Installed Directories</segtitle>
116
117 <seglistitem>
118 <seg>ggv and ggv-postscript-viewer</seg>
119 <seg>None</seg>
120 <seg>&gnome-etc-dir;/gconf/gconf.xml.defaults/apps/ggv,
121 &gnome-etc-dir;/gconf/gconf.xml.defaults/schemas/apps/ggv,
122 $GNOME_PREFIX/share/gnome/help/ggv,
123 $GNOME_PREFIX/share/omf/ggv, and
124 $GNOME_PREFIX/share/pixmaps/ggv</seg>
125 </seglistitem>
126 </segmentedlist>
127
128 <variablelist>
129 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
130 <?dbfo list-presentation="list"?>
131 <?dbhtml list-presentation="table"?>
132
133 <varlistentry id="ggv-prog">
134 <term><command>ggv</command></term>
135 <listitem>
136 <para>is a <application>GNOME</application> 2 based PostScript
137 viewer.</para>
138 <indexterm zone="ggv ggv-prog">
139 <primary sortas="b-ggv">ggv</primary>
140 </indexterm>
141 </listitem>
142 </varlistentry>
143
144 </variablelist>
145
146 </sect2>
147
148</sect1>
Note: See TracBrowser for help on using the repository browser.