Ignore:
Timestamp:
04/17/2012 08:24:05 PM (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:
104d397
Parents:
1066772
Message:

vte 0.32.1, gnome-settings-daemon 3.4.1, gnome-online-accounts 3.4.1, nautilus 3.4.1, gnome-desktop 3.4.1. Added libwacom 0.4

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/core/libgnomekbd.xml

    r1066772 rd7562d1  
    55  %general-entities;
    66
    7   <!ENTITY libgnomekbd-download-http "&gnome-download-http;/libgnomekbd/&gnome-version;/libgnomekbd-&libgnomekbd-version;.tar.xz">
    8   <!ENTITY libgnomekbd-download-ftp  "&gnome-download-ftp;/libgnomekbd/&gnome-version;/libgnomekbd-&libgnomekbd-version;.tar.xz">
    9   <!ENTITY libgnomekbd-md5sum        "ba185a14cb128041205d618a465f9de3">
    10   <!ENTITY libgnomekbd-size          "368 KB">
    11   <!ENTITY libgnomekbd-buildsize     "12 MB">
    12   <!ENTITY libgnomekbd-time          "0.5 SBU">
     7  <!ENTITY libgnomekbd-download-http
     8           "&gnome-download-http;/libgnomekbd/3.4/libgnomekbd-&libgnomekbd-version;.tar.xz">
     9  <!ENTITY libgnomekbd-download-ftp 
     10           "&gnome-download-ftp;/libgnomekbd/3.4/libgnomekbd-&libgnomekbd-version;.tar.xz">
     11  <!ENTITY libgnomekbd-md5sum        "9772d124e0cca6a70b9e7cf85032a297">
     12  <!ENTITY libgnomekbd-size          "360 KB">
     13  <!ENTITY libgnomekbd-buildsize     "9 MB">
     14  <!ENTITY libgnomekbd-time          "0.4 SBU">
    1315]>
    1416
     
    3335    used by the GNOME desktop.</para>
    3436
    35     &lfs70_built;
     37    &lfs70_checked;
    3638
    3739    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6062
    6163    <bridgehead renderas="sect4">Required</bridgehead>
    62     <para role="required"><xref linkend="gtk3"/>,
    63     <xref linkend="intltool"/>, and
    64     <xref linkend="libxklavier"/></para>
     64    <para role="required">
     65      <xref linkend="gtk3"/>,
     66      <xref linkend="intltool"/> and
     67      <xref linkend="libxklavier"/>
     68    </para>
     69
     70    <bridgehead renderas="sect4">Recommended</bridgehead>
     71    <para role="recommended">
     72      <xref linkend="gobject-introspection"/>
     73      (Required if building GNOME)
     74    </para>
    6575
    6676    <para condition="html" role="usernotes">User Notes:
     
    7585    following commands:</para>
    7686
    77 <screen><userinput>./configure --prefix=$GNOME_PREFIX &amp;&amp;
     87<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
    7888make</userinput></screen>
    7989
     
    8999    <title>Command Explanations</title>
    90100
     101<!--    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     102    href="../../xincludes/gnome-prefix.xml"/> -->
     103
    91104    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    92     href="../../xincludes/gnome-prefix.xml"/>
    93 
    94     <para><option>--enable-static=no</option>: This switch prevents the static
    95     libraries being installed.</para>
     105    href="../../xincludes/static-libraries.xml"/>
    96106
    97107  </sect2>
     
    106116
    107117      <seglistitem>
    108         <seg>gkbd-indicator-plugins-capplet and gkbd-keyboard-display</seg>
    109         <seg>libgnomekbd.{so,a} and libgnomekbdui.{so,a}</seg>
    110         <seg><envar>$GNOME_PREFIX</envar>/{include/libgnomekbd,
    111         share/libgnomekbd/{icons,ui}}</seg>
     118        <seg>
     119          gkbd-keyboard-display
     120        </seg>
     121        <seg>
     122          libgnomekbd.so and libgnomekbdui.so
     123        </seg>
     124        <seg>
     125          /usr/include/libgnomekbd and
     126          /usr/share/libgnomekbd
     127        </seg>
    112128      </seglistitem>
    113129    </segmentedlist>
     
    118134      <?dbhtml list-presentation="table"?>
    119135
    120       <varlistentry id="gkbd-indicator-plugins-capplet">
    121         <term><command>gkbd-indicator-plugins-capplet</command></term>
    122         <listitem>
    123           <para>is used internally by the GNOME desktop to interface with
    124           xkb.</para>
    125           <indexterm zone="libgnomekbd gkbd-indicator-plugins-capplet">
    126             <primary sortas="b-gkbd-indicator-plugins-capplet">gkbd-indicator-plugins-capplet</primary>
    127           </indexterm>
    128         </listitem>
    129       </varlistentry>
    130 
    131       <!--<varlistentry id="gkbd-keyboard-display">
    132         <term><command>gkbd-keyboard-display</command></term>
    133         <listitem>
    134           <para>does this .....</para>
    135           <indexterm zone="libgnomekbd gkbd-keyboard-display">
    136             <primary sortas="b-gkbd-keyboard-display">gkbd-keyboard-display</primary>
    137           </indexterm>
    138         </listitem>
    139       </varlistentry>-->
    140 
    141136      <varlistentry id="libgnomekbd-lib">
    142         <term><filename class='libraryfile'>libgnomekbd{,ui}.{so,a}</filename></term>
     137        <term><filename class='libraryfile'>libgnomekbd{,ui}.so</filename></term>
    143138        <listitem>
    144139          <para>contain the X keyboard API functions to support xkb on the
    145140          GNOME desktop.</para>
    146141          <indexterm zone="libgnomekbd libgnomekbd-lib">
    147             <primary sortas="c-libgnomekbd">libgnomekbd{,ui}.{so,a}</primary>
     142            <primary sortas="c-libgnomekbd">libgnomekbd{,ui}.so</primary>
    148143          </indexterm>
    149144        </listitem>
Note: See TracChangeset for help on using the changeset viewer.