source: gnome/add/gnopernicus.xml@ a29060d

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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
Last change on this file since a29060d was a29060d, checked in by Randy McMurchy <randy@…>, 18 years ago

Corrected Gnopernicus download URLs

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

  • Property mode set to 100644
File size: 6.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY gnopernicus-download-http "&gnome-download-http;/gnopernicus/0.11/gnopernicus-&gnopernicus-version;.tar.bz2">
8 <!ENTITY gnopernicus-download-ftp "&gnome-download-ftp;/gnopernicus/0.11/gnopernicus-&gnopernicus-version;.tar.bz2">
9 <!ENTITY gnopernicus-md5sum "d2042f0d7fde12a90cc23b98420dbeda">
10 <!ENTITY gnopernicus-size "2.1 MB">
11 <!ENTITY gnopernicus-buildsize "40.5 MB">
12 <!ENTITY gnopernicus-time "0.6 SBU">
13]>
14
15<sect1 id="gnopernicus" xreflabel="Gnopernicus-&gnopernicus-version;">
16 <?dbhtml filename="gnopernicus.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 <keywordset>
22 <keyword role="package">gnopernicus-&gnopernicus-version;.tar</keyword>
23 <keyword role="ftpdir">gnopernicus</keyword>
24 </keywordset>
25 </sect1info>
26
27 <title>Gnopernicus-&gnopernicus-version;</title>
28
29 <indexterm zone="gnopernicus">
30 <primary sortas="a-Gnopernicus">Gnopernicus</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to Gnopernicus</title>
35
36 <para><application>Gnopernicus</application> enables users with limited
37 vision, or no vision, to use the GNOME desktop and applications
38 effectively. It provides a number of features, including magnification,
39 focus tracking, braille output, automatic screen reading and more.</para>
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>Download (HTTP): <ulink url="&gnopernicus-download-http;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download (FTP): <ulink url="&gnopernicus-download-ftp;"/></para>
48 </listitem>
49 <listitem>
50 <para>Download MD5 sum: &gnopernicus-md5sum;</para>
51 </listitem>
52 <listitem>
53 <para>Download size: &gnopernicus-size;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated disk space required: &gnopernicus-buildsize;</para>
57 </listitem>
58 <listitem>
59 <para>Estimated build time: &gnopernicus-time;</para>
60 </listitem>
61 </itemizedlist>
62
63 <bridgehead renderas="sect3">Gnopernicus Dependencies</bridgehead>
64
65 <bridgehead renderas="sect4">Required</bridgehead>
66 <para role="required"><xref linkend="libgail-gnome"/>,
67 <xref linkend="gnome-speech"/>, and
68 <xref linkend="gnome-mag"/></para>
69
70 <bridgehead renderas="sect4">Optional</bridgehead>
71 <para role="optional"><xref linkend="gtk-doc"/> and
72 <ulink url="http://www.mielke.cc/brltty/">BRLTTY</ulink></para>
73
74 </sect2>
75
76 <sect2 role="installation">
77 <title>Installation of Gnopernicus</title>
78
79 <para>Install <application>Gnopernicus</application> by running the
80 following commands:</para>
81
82<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
83 --libexecdir=`pkg-config \
84 --variable=prefix ORBit-2.0`/lib/gnopernicus-1.0 \
85 --sysconfdir=&gnome-etc-dir; \
86 --localstatedir=/var/lib &amp;&amp;
87make</userinput></screen>
88
89 <para>This package does not come with a test suite.</para>
90
91 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
92
93<screen role='root'><userinput>make install</userinput></screen>
94
95 </sect2>
96
97 <sect2 role="commands">
98 <title>Command Explanations</title>
99
100 <para><parameter>--libexecdir=`pkg-config --variable=prefix
101 ORBit-2.0`/lib/gnopernicus-1.0</parameter>: This switch puts libexec files
102 in <filename class="directory">$GNOME_PREFIX/lib/gnopernicus-1.0</filename>
103 instead of
104 <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
105
106 <para><parameter>--sysconfdir=&gnome-etc-dir;</parameter>: This switch puts
107 configuration files in <filename class="directory">&gnome-etc-dir;</filename>
108 instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
109
110 <para><parameter>--localstatedir=/var/lib</parameter>: This switch
111 puts <application>ScrollKeeper</application> files in
112 <filename class="directory">/var/lib/scrollkeeper</filename> instead of
113 <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
114
115 <!-- Commented out as the default X font dir is not /usr/share/fonts
116 <para><parameter>-with-default-fonts-path=/usr/X11R6/lib/X11/fonts/Type1</parameter>:
117 This switch installs Braille fonts into
118 <filename class='directory'>/usr/X11R6/lib/X11/fonts/Type1</filename> instead
119 of <filename class='directory'>/usr/share/fonts/default/Type1</filename>.</para>
120 -->
121
122 </sect2>
123
124 <sect2 role="content">
125 <title>Contents</title>
126
127 <segmentedlist>
128 <segtitle>Installed Programs</segtitle>
129 <segtitle>Installed Libraries</segtitle>
130 <segtitle>Installed Directories</segtitle>
131
132 <seglistitem>
133 <seg>gnopernicus, gnopernicus-mag-config and srcore</seg>
134 <seg><application>Gnopernicus</application> support libraries</seg>
135 <seg>&gnome-etc-dir;/gconf/gconf.xml.defaults/apps/gnopernicus,
136 &gnome-etc-dir;/gconf/gconf.xml.defaults/schemas/apps/gnopernicus,
137 &gnome-etc-dir;/gnopernicus-1.0, and the following subdirectories of
138 $GNOME_PREFIX/:
139 include/gnopernicus-1.0,
140 lib/gnopernicus-1.0,
141 share/gnome/help/{brlmonitor,gnopernicus},
142 share/gnopernicus and
143 share/omf/gnopernicus</seg>
144 </seglistitem>
145 </segmentedlist>
146
147 <variablelist>
148 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
149 <?dbfo list-presentation="list"?>
150 <?dbhtml list-presentation="table"?>
151
152 <varlistentry id="gnopernicus-prog">
153 <term><command>gnopernicus</command></term>
154 <listitem>
155 <para>is a GUI menu interface used to access and configure the
156 various functionality parameters provided for users with limited
157 vision.</para>
158 <indexterm zone="gnopernicus gnopernicus-prog">
159 <primary sortas="b-gnopernicus">gnopernicus</primary>
160 </indexterm>
161 </listitem>
162 </varlistentry>
163
164 </variablelist>
165
166 </sect2>
167
168</sect1>
Note: See TracBrowser for help on using the repository browser.