source: gnome/add/gnopernicus.xml@ 7cdaed0

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 7cdaed0 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: 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 <para condition="html" role="usernotes">User Notes:
75 <ulink url="&blfs-wiki;/gnopernicus"/></para>
76
77 </sect2>
78
79 <sect2 role="installation">
80 <title>Installation of Gnopernicus</title>
81
82 <para>Install <application>Gnopernicus</application> by running the
83 following commands:</para>
84
85<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
86 --libexecdir=`pkg-config \
87 --variable=prefix ORBit-2.0`/lib/gnopernicus-1.0 \
88 --sysconfdir=&gnome-etc-dir; \
89 --localstatedir=/var/lib &amp;&amp;
90make</userinput></screen>
91
92 <para>This package does not come with a test suite.</para>
93
94 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
95
96<screen role='root'><userinput>make install</userinput></screen>
97
98 </sect2>
99
100 <sect2 role="commands">
101 <title>Command Explanations</title>
102
103 <para><parameter>--libexecdir=`pkg-config --variable=prefix
104 ORBit-2.0`/lib/gnopernicus-1.0</parameter>: This switch puts libexec files
105 in <filename class="directory">$GNOME_PREFIX/lib/gnopernicus-1.0</filename>
106 instead of
107 <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
108
109 <para><parameter>--sysconfdir=&gnome-etc-dir;</parameter>: This switch puts
110 configuration files in <filename class="directory">&gnome-etc-dir;</filename>
111 instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
112
113 <para><parameter>--localstatedir=/var/lib</parameter>: This switch
114 puts <application>ScrollKeeper</application> files in
115 <filename class="directory">/var/lib/scrollkeeper</filename> instead of
116 <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
117
118 <!-- Commented out as the default X font dir is now /usr/share/fonts
119 <para><parameter>-with-default-fonts-path=/usr/X11R6/lib/X11/fonts/Type1</parameter>:
120 This switch installs Braille fonts into
121 <filename class='directory'>/usr/X11R6/lib/X11/fonts/Type1</filename> instead
122 of <filename class='directory'>/usr/share/fonts/default/Type1</filename>.</para>
123 -->
124
125 </sect2>
126
127 <sect2 role="content">
128 <title>Contents</title>
129
130 <segmentedlist>
131 <segtitle>Installed Programs</segtitle>
132 <segtitle>Installed Libraries</segtitle>
133 <segtitle>Installed Directories</segtitle>
134
135 <seglistitem>
136 <seg>gnopernicus, gnopernicus-mag-config and srcore</seg>
137 <seg><application>Gnopernicus</application> support libraries</seg>
138 <seg>&gnome-etc-dir;/{gconf/gconf.xml.defaults/{,schemas/}apps/gnopernicus,
139 gnopernicus-1.0}, and the following subdirectories of
140 $GNOME_PREFIX/:
141 include/gnopernicus-1.0,
142 lib/gnopernicus-1.0,
143 share/{gnome/help/{brlmonitor,gnopernicus}, gnopernicus,
144 omf/gnopernicus}</seg>
145 </seglistitem>
146 </segmentedlist>
147
148 <variablelist>
149 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
150 <?dbfo list-presentation="list"?>
151 <?dbhtml list-presentation="table"?>
152
153 <varlistentry id="gnopernicus-prog">
154 <term><command>gnopernicus</command></term>
155 <listitem>
156 <para>is a GUI menu interface used to access and configure the
157 various functionality parameters provided for users with limited
158 vision.</para>
159 <indexterm zone="gnopernicus gnopernicus-prog">
160 <primary sortas="b-gnopernicus">gnopernicus</primary>
161 </indexterm>
162 </listitem>
163 </varlistentry>
164
165 </variablelist>
166
167 </sect2>
168
169</sect1>
Note: See TracBrowser for help on using the repository browser.