source: gnome/add/gnopernicus.xml@ 9bb1fc85

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.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 9bb1fc85 was c973c83, checked in by Randy McMurchy <randy@…>, 19 years ago

Added new package libgail-gnome-1.1.0

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

  • Property mode set to 100644
File size: 4.5 KB
RevLine 
[9d2dc4e2]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[85ef8588]7<!ENTITY gnopernicus-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnopernicus/0.9/gnopernicus-&gnopernicus-version;.tar.bz2">
8<!ENTITY gnopernicus-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnopernicus/0.9/gnopernicus-&gnopernicus-version;.tar.bz2">
9<!ENTITY gnopernicus-md5sum "70fddfa095ca63c9f4238e02318751f9">
10<!ENTITY gnopernicus-size "1.9 MB">
11<!ENTITY gnopernicus-buildsize "38 MB">
12<!ENTITY gnopernicus-time "0.60 SBU">
[9d2dc4e2]13]>
14
[3543105]15<sect1 id="gnopernicus" xreflabel="Gnopernicus-&gnopernicus-version;">
[a0f03b0]16<sect1info>
[5cd0959d]17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
[a0f03b0]19</sect1info>
[3543105]20<?dbhtml filename="gnopernicus.html"?>
21<title>Gnopernicus-&gnopernicus-version;</title>
22
[9d2dc4e2]23<sect2>
24<title>Introduction to <application>Gnopernicus</application></title>
25
[85ef8588]26<para><application>Gnopernicus</application> enables users with limited
27vision, or no vision, to use the <acronym>GNOME</acronym> desktop and
28applications effectively. It provides a number of features, including
29magnification, focus tracking, braille output, automatic screen reading
30and more.</para>
[9d2dc4e2]31
32<sect3><title>Package information</title>
33<itemizedlist spacing='compact'>
34<listitem><para>Download (HTTP): <ulink
35url="&gnopernicus-download-http;"/></para></listitem>
36<listitem><para>Download (FTP): <ulink
37url="&gnopernicus-download-ftp;"/></para></listitem>
[85ef8588]38<listitem><para>Download MD5 sum: &gnopernicus-md5sum;</para></listitem>
[9d2dc4e2]39<listitem><para>Download size: &gnopernicus-size;</para></listitem>
[85ef8588]40<listitem><para>Estimated disk space required:
[9d2dc4e2]41&gnopernicus-buildsize;</para></listitem>
42<listitem><para>Estimated build time:
43&gnopernicus-time;</para></listitem></itemizedlist>
44</sect3>
[85ef8588]45
[9d2dc4e2]46<sect3><title><application>Gnopernicus</application> dependencies</title>
47<sect4><title>Required</title>
[c973c83]48<para><xref linkend="libgail-gnome"/>,
[85ef8588]49<xref linkend="scrollkeeper"/>,
50<xref linkend="gnome-speech"/> and
51<xref linkend="gnome-mag"/></para>
52</sect4>
53
[9d2dc4e2]54<sect4><title>Optional</title>
[85ef8588]55<para><xref linkend="gtk-doc"/> and
56<ulink url="http://www.mielke.cc/brltty/">BRLTTY</ulink></para>
57</sect4>
[9d2dc4e2]58</sect3>
59
60</sect2>
61
62<sect2>
63<title>Installation of <application>Gnopernicus</application></title>
64
[85ef8588]65<para>Install <application>Gnopernicus</application> by running the following
66commands:</para>
[9d2dc4e2]67
68<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
[85ef8588]69 --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
70 --sysconfdir=/etc/gnome --localstatedir=/var/lib \
71 --with-default-fonts-path=/usr/X11R6/lib/X11/fonts/Type1 &amp;&amp;
[9d2dc4e2]72make &amp;&amp;
73make install</command></userinput></screen>
74
75</sect2>
76
77<sect2>
78<title>Command explanations</title>
79
[85ef8588]80<para><parameter>--libexecdir=`pkg-config --variable=prefix
81ORBit-2.0`/sbin</parameter>: This switch puts libexec files in
82<filename class="directory">$GNOME_PREFIX/sbin</filename> instead of
83<filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
84
[9d2dc4e2]85<para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch puts
[85ef8588]86configuration files in <filename class="directory">/etc/gnome</filename>
87instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
[9d2dc4e2]88
89<para><parameter>--localstatedir=/var/lib</parameter>: This switch
[85ef8588]90puts <application>ScrollKeeper</application> files in
91<filename class="directory">/var/lib/scrollkeeper</filename> instead of
92<filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
93
94<para><parameter>--with-default-fonts-path=/usr/X11R6/lib/X11/fonts/Type1</parameter>:
95This switch installs Braille fonts into
96<filename class='directory'>/usr/X11R6/lib/X11/fonts/Type1</filename> instead
97of <filename class='directory'>/usr/share/fonts/default/Type1</filename>.</para>
[9d2dc4e2]98
99</sect2>
100
101<sect2>
102<title>Contents</title>
103
[85ef8588]104<para>The <application>Gnopernicus</application> package contains
105<command>brlmonitor</command>,
106<command>gnopernicus</command>,
107<command>srcore</command> and <application>Gnopernicus</application>
108support libraries.</para>
[9d2dc4e2]109
110</sect2>
111
112<sect2><title>Description</title>
113
114<sect3><title>brlmonitor</title>
115<para><command>brlmonitor</command> is a braille display
116simulator.</para></sect3>
117
118<sect3><title>gnopernicus</title>
[85ef8588]119<para><command>gnopernicus</command> is a <acronym>GUI</acronym> menu
120interface used to access and configure the various functionality parameters
121provided for users with limited vision.</para></sect3>
[9d2dc4e2]122
123</sect2>
[3543105]124
125</sect1>
Note: See TracBrowser for help on using the repository browser.