Changeset 85ef8588 for gnome


Ignore:
Timestamp:
12/02/2004 05:27:56 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
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
Children:
139e755
Parents:
7a9a72e8
Message:

Updated to Gnopernicus-0.9.18

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/add/gnopernicus.xml

    r7a9a72e8 r85ef8588  
    55  %general-entities;
    66
    7 <!ENTITY gnopernicus-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnopernicus/0.8/gnopernicus-&gnopernicus-version;.tar.bz2">
    8 <!ENTITY gnopernicus-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnopernicus/0.8/gnopernicus-&gnopernicus-version;.tar.bz2">
    9 <!ENTITY gnopernicus-size "1.5 MB">
    10 <!ENTITY gnopernicus-buildsize "41 MB">
    11 <!ENTITY gnopernicus-time "0.69 SBU">
    12 
     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">
    1313]>
    1414
     
    2424<title>Introduction to <application>Gnopernicus</application></title>
    2525
    26 <para>
    27 <application>Gnopernicus</application> enables users with limited vision,
    28 or no vision, to use the <acronym>GNOME</acronym> desktop and
    29 applications effectively. It provides a number of features, including
    30 magnification, focus tracking, braille output, and more.
    31 </para>
     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>
    3231
    3332<sect3><title>Package information</title>
     
    3736<listitem><para>Download (FTP): <ulink
    3837url="&gnopernicus-download-ftp;"/></para></listitem>
     38<listitem><para>Download MD5 sum: &gnopernicus-md5sum;</para></listitem>
    3939<listitem><para>Download size: &gnopernicus-size;</para></listitem>
    40 <listitem><para>Estimated Disk space required:
     40<listitem><para>Estimated disk space required:
    4141&gnopernicus-buildsize;</para></listitem>
    4242<listitem><para>Estimated build time:
    4343&gnopernicus-time;</para></listitem></itemizedlist>
    4444</sect3>
    45                                                                                
     45
    4646<sect3><title><application>Gnopernicus</application> dependencies</title>
    4747<sect4><title>Required</title>
    48 <para>
    49 <xref linkend="libgnomeui"/>,
    50 <xref linkend="scrollkeeper"/>,
    51 <xref linkend="gnome-speech"/> and
    52 <xref linkend="at-spi"/>
    53 </para></sect4>
     48<para><xref linkend="libgnomeui"/>,
     49<xref linkend="scrollkeeper"/>,
     50<xref linkend="gnome-speech"/> and
     51<xref linkend="gnome-mag"/></para>
     52</sect4>
     53
    5454<sect4><title>Optional</title>
    55 <para>
    56 <xref linkend="gtk-doc"/> and
    57 <ulink url="http://www.mielke.cc/brltty/">BRLTTY</ulink>
    58 </para></sect4>
     55<para><xref linkend="gtk-doc"/> and
     56<ulink url="http://www.mielke.cc/brltty/">BRLTTY</ulink></para>
     57</sect4>
    5958</sect3>
    6059
     
    6463<title>Installation of <application>Gnopernicus</application></title>
    6564
    66 <para>Install <application>Gnopernicus</application> by running the following commands:</para>
     65<para>Install <application>Gnopernicus</application> by running the following
     66commands:</para>
    6767
    6868<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
    69     --sysconfdir=/etc/gnome --localstatedir=/var/lib &amp;&amp;
     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;
    7072make &amp;&amp;
    7173make install</command></userinput></screen>
     
    7678<title>Command explanations</title>
    7779
     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
    7885<para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch puts
    79 configuration files in <filename class="directory">/etc/gnome</filename> instead of
    80 <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
     86configuration files in <filename class="directory">/etc/gnome</filename>
     87instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
    8188
    8289<para><parameter>--localstatedir=/var/lib</parameter>: This switch
    83 puts <application>ScrollKeeper</application> files in <filename
    84 class="directory">/var/lib/scrollkeeper</filename>
    85 instead of <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
     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>
    8698
    8799</sect2>
     
    90102<title>Contents</title>
    91103
    92 <para>The <application>Gnopernicus</application> package contains
    93 <command>brlmonitor</command>,
    94 <command>gnopernicus</command> and
    95 <command>srcore</command>.
    96 </para>
     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>
    97109
    98110</sect2>
     
    105117
    106118<sect3><title>gnopernicus</title>
    107 <para><command>gnopernicus</command> provides various functionality
    108 for users with limited vision.</para></sect3>
     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>
    109122
    110123</sect2>
Note: See TracChangeset for help on using the changeset viewer.