source: archive/gnome-obsolete/ggv.xml@ 45ab6c7

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 45ab6c7 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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