source: archive/gnome-obsolete/gnopernicus.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: 5.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 gnopernicus-download-http "&gnome-download-http;/gnopernicus/1.1/gnopernicus-&gnopernicus-version;.tar.bz2">
8 <!ENTITY gnopernicus-download-ftp "&gnome-download-ftp;/gnopernicus/1.1/gnopernicus-&gnopernicus-version;.tar.bz2">
9 <!ENTITY gnopernicus-md5sum "e691c408de4ca885a3589a0b6fa297be">
10 <!ENTITY gnopernicus-size "1.5 MB">
11 <!ENTITY gnopernicus-buildsize "41.8 MB">
12 <!ENTITY gnopernicus-time "0.7 SBU">
13]>
14
15<sect1 id="gnopernicus" xreflabel="Gnopernicus-&gnopernicus-version;">
16 <?dbhtml filename="gnopernicus.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>Gnopernicus-&gnopernicus-version;</title>
23
24 <indexterm zone="gnopernicus">
25 <primary sortas="a-Gnopernicus">Gnopernicus</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to Gnopernicus</title>
30
31 <para><application>Gnopernicus</application> enables users with limited
32 vision, or no vision, to use the GNOME desktop and applications
33 effectively. It provides a number of features, including magnification,
34 focus tracking, braille output, automatic screen reading and more.</para>
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>Download (HTTP): <ulink url="&gnopernicus-download-http;"/></para>
40 </listitem>
41 <listitem>
42 <para>Download (FTP): <ulink url="&gnopernicus-download-ftp;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download MD5 sum: &gnopernicus-md5sum;</para>
46 </listitem>
47 <listitem>
48 <para>Download size: &gnopernicus-size;</para>
49 </listitem>
50 <listitem>
51 <para>Estimated disk space required: &gnopernicus-buildsize;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated build time: &gnopernicus-time;</para>
55 </listitem>
56 </itemizedlist>
57
58 <bridgehead renderas="sect3">Gnopernicus Dependencies</bridgehead>
59
60 <bridgehead renderas="sect4">Required</bridgehead>
61 <para role="required"><xref linkend="libgail-gnome"/>,
62 <xref linkend="gnome-speech"/>, and
63 <xref linkend="gnome-mag"/></para>
64
65 <bridgehead renderas="sect4">Optional</bridgehead>
66 <para role="optional"><xref linkend="intltool"/>,
67 <xref linkend="gtk-doc"/>, and
68 <ulink url="http://www.mielke.cc/brltty/">BRLTTY</ulink></para>
69
70 <para condition="html" role="usernotes">User Notes:
71 <ulink url="&blfs-wiki;/gnopernicus"/></para>
72
73 </sect2>
74
75 <sect2 role="installation">
76 <title>Installation of Gnopernicus</title>
77
78 <para>Install <application>Gnopernicus</application> by running the
79 following commands:</para>
80
81<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
82 --sysconfdir=&gnome-etc-dir; \
83 --localstatedir=/var/lib \
84 --libexecdir=$(pkg-config \
85 --variable=prefix ORBit-2.0)/lib/gnopernicus-1.0 &amp;&amp;
86make</userinput></screen>
87
88 <para>This package does not come with a test suite.</para>
89
90 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
91
92<screen role='root'><userinput>make install</userinput></screen>
93
94 </sect2>
95
96 <sect2 role="commands">
97 <title>Command Explanations</title>
98
99 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
100 href="../../xincludes/gnome-prefix.xml"/>
101
102 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
103 href="../../xincludes/gnome-sysconfdir.xml"/>
104
105 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
106 href="../../xincludes/scrollkeeper-dir.xml"/>
107
108 <para><parameter>--libexecdir=$(pkg-config --variable=prefix
109 ORBit-2.0)/lib/gnopernicus-1.0</parameter>: This parameter causes the
110 libexec files to be installed in the preferred location of
111 <filename class="directory">$GNOME_PREFIX/lib/gnopernicus-1.0</filename>
112 instead of
113 <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
114
115 <!-- Commented out as the default X font dir is now /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;/gnopernicus-1.0},
136 and the following subdirectories of <envar>$GNOME_PREFIX</envar>/:
137 include/gnopernicus-1.0,
138 lib/gnopernicus-1.0,
139 share/{gnome/help/{brlmonitor,gnopernicus}, gnopernicus,
140 omf/gnopernicus}</seg>
141 </seglistitem>
142 </segmentedlist>
143
144 <variablelist>
145 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
146 <?dbfo list-presentation="list"?>
147 <?dbhtml list-presentation="table"?>
148
149 <varlistentry id="gnopernicus-prog">
150 <term><command>gnopernicus</command></term>
151 <listitem>
152 <para>is a GUI menu interface used to access and configure the
153 various functionality parameters provided for users with limited
154 vision.</para>
155 <indexterm zone="gnopernicus gnopernicus-prog">
156 <primary sortas="b-gnopernicus">gnopernicus</primary>
157 </indexterm>
158 </listitem>
159 </varlistentry>
160
161 </variablelist>
162
163 </sect2>
164
165</sect1>
Note: See TracBrowser for help on using the repository browser.