source: gnome/add/ggv.xml@ 9761bea4

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 12.2 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 gimp3 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/for-12.3 xry111/intltool xry111/llvm18 xry111/soup3 xry111/spidermonkey128 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 9761bea4 was 0a7c3921, checked in by Randy McMurchy <randy@…>, 18 years ago

Added the 'User Notes' wiki link to each package page; changed all instances of .[so,a] to .{so,a} (brackets changed to braces); changed all replaceable tags to use angle brackets instead of square brackets to encapsulate the text - commit #4

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

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