Ignore:
Timestamp:
04/22/2012 10:12:47 AM (12 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
88ed85c
Parents:
9957a52
Message:

network-manager-appet 0.9.4.1, folks 0.6.9, caribou 0.4.2, zenity 3.4.0

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/core/caribou.xml

    r9957a52 rf41cb316  
    77  <!ENTITY caribou-download-http "&gnome-download-http;/caribou/0.4/caribou-&caribou-version;.tar.xz">
    88  <!ENTITY caribou-download-ftp  "&gnome-download-ftp;/caribou/0.4/caribou-&caribou-version;.tar.xz">
    9   <!ENTITY caribou-md5sum        "c03cb3e121547222e9c4fe7bf527fee0">
    10   <!ENTITY caribou-size          "353 KB">
    11   <!ENTITY caribou-buildsize     "13 MB">
     9  <!ENTITY caribou-md5sum        "0e3ba9db7bc9dd9dbd04a4007aac3cf3">
     10  <!ENTITY caribou-size          "368 KB">
     11  <!ENTITY caribou-buildsize     "10 MB">
    1212  <!ENTITY caribou-time          "0.2 SBU">
    1313]>
     
    3030    <title>Introduction to caribou</title>
    3131
    32     <para><application>Caribou</application> is an on screen keyboard, and
    33     a shared library for other on screen keyboards
     32    <para><application>Caribou</application> is an input assistive technology
     33    intended for switch and pointer users. </para>
    3434
    35     </para>
    36 
    37     &lfs70_built;
     35    &lfs70_checked;
    3836
    3937    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6260
    6361    <bridgehead renderas="sect4">Required</bridgehead>
    64     <para role="required"><xref linkend="pygobject3"/>,
    65     <xref linkend="gtk3"/>,
    66     <xref linkend="clutter"/>,
    67     <xref linkend="libgee"/>,
    68     <xref linkend="libxklavier"/>, and
    69     <xref linkend="vala"/></para>
     62    <para role="required">
     63      <xref linkend="clutter"/>,
     64      <xref linkend="gnome-doc-utils"/>,
     65      <xref linkend="gtk3"/>,
     66      <xref linkend="libgee"/>,
     67      <xref linkend="libxklavier"/>,
     68      <xref linkend="pygobject3"/> and
     69      <xref linkend="vala"/>
     70    </para>
     71
     72    <bridgehead renderas="sect4">Recommended</bridgehead>
     73    <para role="recommended">
     74      <xref linkend="gobject-introspection"/>
     75      (Required if building GNOME)
     76    </para>
    7077
    7178    <bridgehead renderas="sect4">Additional Runtime Dependencies</bridgehead>
    7279    <para role="optional">For most <application>GNOME</application> users, this
    73     package is only required as a compile-time dependency for other packages. If
    74     you intend to use its keyboard you will require
    75     <xref linkend="pyatspi2"/>,
    76     <xref linkend="dbus-python"/>
    77     and <xref linkend="dconf"/> at runtime.</para>
     80      package is only required as a compile-time dependency for other packages. If
     81      you intend to use its keyboard you will require
     82      <xref linkend="pyatspi2"/>,
     83      <xref linkend="dbus-python"/> and
     84      <xref linkend="dconf"/> at runtime.
     85    </para>
    7886
    7987    <para condition="html" role="usernotes">User Notes:
     
    8896    commands:</para>
    8997
    90 <screen><userinput>./configure --prefix=$GNOME_PREFIX \
    91             --sysconfdir=$GNOME_SYSCONFDIR \
    92             --libexecdir=$GNOME_PREFIX/lib/caribou \
    93             --disable-gtk2-module &amp;&amp;
     98<screen><userinput>./configure --prefix=/usr \
     99            --sysconfdir=/etc \
     100            --libexecdir=/usr/lib/caribou \
     101            --disable-gtk2-module \
     102            --disable-static &amp;&amp;
    94103make</userinput></screen>
    95104
     
    106115    <title>Command Explanations</title>
    107116
    108     <para><parameter>--sysconfdir=$GNOME_SYSCONFDIR</parameter>: This parameter puts
    109     the gconf schemas in the correct location, instead of
    110     <filename class="directory">/usr/libexec</filename></para>
    111 
    112     <para><parameter>--libexecdir=$GNOME_PREFIX/lib/caribou</parameter>: This
     117    <para><parameter>--libexecdir=/usr/lib/caribou</parameter>: This
    113118    parameter ensures <filename>antler-keyboard</filename> is put in a directory
    114     which accords with the FHS, instead of
     119    which accords with the FHS instead of
    115120    <filename class="directory">/usr/libexec</filename>.</para>
    116121
     
    119124    the module has no use in a <application>GNOME</application> desktop.</para>
    120125
    121     <para><option>--enable-static=no</option>: This switch prevents the static
    122     libraries being installed.</para>
     126    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     127    href="../../xincludes/static-libraries.xml"/>
    123128
    124129  </sect2>
     
    129134    <segmentedlist>
    130135      <segtitle>Installed Programs</segtitle>
    131       <segtitle>Installed Libraries</segtitle>
     136      <segtitle>Installed Library</segtitle>
    132137      <segtitle>Installed Directories</segtitle>
    133138
    134139      <seglistitem>
    135         <seg>antler-keyboard, caribou, and caribou-preferences</seg>
    136         <seg>libcaribou-gtk-module.{so,a} and libcaribou.{so,a}</seg>
    137         <seg><envar>$GNOME_PREFIX</envar>/{include/libcaribou,lib/{caribou,python2.7/site-packages/caribou/{antler,daemon,settings}},share/{antler,caribou/layouts/{fullscale,scan,touch}}}</seg>
     140        <seg>
     141          caribou and caribou-preferences
     142        </seg>
     143        <seg>
     144          libcaribou.so
     145        </seg>
     146        <seg>
     147          /usr/include/libcaribou, /usr/lib/caribou,
     148          /usr/lib/python2.7/site-packages/caribou,
     149          /usr/share/antler and /usr/share/caribou
     150        </seg>
    138151      </seglistitem>
    139152    </segmentedlist>
     
    144157      <?dbhtml list-presentation="table"?>
    145158
    146       <varlistentry id="antler-keyboard">
    147         <term><command>antler-keyboard</command></term>
    148         <listitem>
    149           <para>does this .....</para>
    150           <indexterm zone="caribou antler-keyboard">
    151             <primary sortas="b-antler-keyboard">antler-keyboard</primary>
    152           </indexterm>
    153         </listitem>
    154       </varlistentry>
    155 
    156       <varlistentry id="caribou-prog">
     159<!--      <varlistentry id="caribou-prog">
    157160        <term><command>caribou-prog</command></term>
    158161        <listitem>
     
    172175          </indexterm>
    173176        </listitem>
    174       </varlistentry>
    175 
    176       <varlistentry id="libcaribou-gtk-module">
    177         <term><filename class='libraryfile'>libcaribou-gtk-module.{so,a}</filename></term>
    178         <listitem>
    179           <para>contains functions that .....</para>
    180           <indexterm zone="caribou libcaribou-gtk-module">
    181             <primary sortas="c-libcaribou-gtk-module">libcaribou-gtk-module.{so,a}</primary>
    182           </indexterm>
    183         </listitem>
    184       </varlistentry>
     177      </varlistentry> -->
    185178
    186179      <varlistentry id="libcaribou">
    187         <term><filename class='libraryfile'>libcaribou.{so,a}</filename></term>
     180        <term><filename class='libraryfile'>libcaribou.so</filename></term>
    188181        <listitem>
    189           <para>contains functions that .....</para>
     182          <para>contains the caribou API functions.</para>
    190183          <indexterm zone="caribou libcaribou">
    191             <primary sortas="c-libcaribou">libcaribou.{so,a}</primary>
     184            <primary sortas="c-libcaribou">libcaribou.so</primary>
    192185          </indexterm>
    193186        </listitem>
Note: See TracChangeset for help on using the changeset viewer.