Ignore:
Timestamp:
09/26/2012 07:41:06 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:
b0369f3
Parents:
d356833
Message:

GNOME 3.6 Part 7.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/core/gnome-bluetooth.xml

    rd356833 r35e84dce  
    66
    77  <!ENTITY gnome-bluetooth-download-http
    8            "&gnome-download-http;/gnome-bluetooth/3.4/gnome-bluetooth-&gnome-bluetooth-version;.tar.xz">
     8           "&gnome-download-http;/gnome-bluetooth/3.6/gnome-bluetooth-&gnome-bluetooth-version;.tar.xz">
    99  <!ENTITY gnome-bluetooth-download-ftp 
    10            "&gnome-download-ftp;/gnome-bluetooth/3.4/gnome-bluetooth-&gnome-bluetooth-version;.tar.xz">
    11   <!ENTITY gnome-bluetooth-md5sum        "ac7390b9fbfa1d2cc65e16a6a194fb95">
    12   <!ENTITY gnome-bluetooth-size          "1.1 MB">
     10           "&gnome-download-ftp;/gnome-bluetooth/3.6/gnome-bluetooth-&gnome-bluetooth-version;.tar.xz">
     11  <!ENTITY gnome-bluetooth-md5sum        "0efd662c199d20559d82b0a5f8bd8bc0">
     12  <!ENTITY gnome-bluetooth-size          "1.3 MB">
    1313  <!ENTITY gnome-bluetooth-buildsize     "21 MB">
    14   <!ENTITY gnome-bluetooth-time          "0.5 SBU">
     14  <!ENTITY gnome-bluetooth-time          "0.2 SBU">
    1515]>
    1616
     
    3535      The <application>GNOME Bluetooth</application> package contains tools
    3636      for managing and manipulating Bluetooth devices using the
    37       <application>GNOME</application> desktop.
    38     </para>
    39 
    40     &lfs70_checked;
     37      <application>GNOME</application> Desktop.
     38    </para>
     39
     40    &lfs72_checked;
    4141
    4242    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7878    <bridgehead renderas="sect4">Required</bridgehead>
    7979    <para role="required">
    80       <xref linkend="gnome-doc-utils"/> and
    81       <xref linkend="libnotify"/>
     80      <xref linkend="libnotify"/> and
     81      <xref linkend="yelp-xsl"/>
    8282    </para>
    8383
    8484    <bridgehead renderas="sect4">Recommended</bridgehead>
    8585    <para role="recommended">
    86       <xref linkend="gobject-introspection"/>,
    87       <xref linkend="nautilus-sendto"/> and
    88       <xref linkend="rarian"/>
     86      <xref linkend="gobject-introspection"/> and
     87      <xref linkend="nautilus-sendto"/>
    8988    </para>
    9089
    9190    <bridgehead renderas="sect4">Optional</bridgehead>
    9291    <para role="optional">
     92      <xref linkend="geoclue"/> and
    9393      <xref linkend="gtk-doc"/>
    9494    </para>
     
    115115    </para>
    116116
    117 <screen><userinput>./configure --prefix=/usr \
    118             --sysconfdir=/etc &amp;&amp;
     117<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
    119118make</userinput></screen>
    120119
     
    140139
    141140<screen role="root"><userinput>cat &gt; /lib/udev/rules.d/61-gnome-bluetooth.rules &lt;&lt; "EOF"
    142 # Get access to /dev/rfkill for users
     141<literal># Get access to /dev/rfkill for users
    143142# See https://bugzilla.redhat.com/show_bug.cgi?id=514798
    144143#
     
    150149ACTION!="add|change", GOTO="gnome_bluetooth_end"
    151150KERNEL=="rfkill", TAG+="udev-acl"
    152 LABEL="gnome_bluetooth_end"
     151LABEL="gnome_bluetooth_end"</literal>
    153152EOF</userinput></screen>
    154153
     
    157156  <sect2 role="commands">
    158157    <title>Command Explanations</title>
    159 
    160     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    161       href="../../xincludes/without-scrollkeeper.xml"/>
    162158
    163159    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    185181          /usr/lib/gnome-bluetooth,
    186182          /usr/share/gnome-bluetooth,
    187           /usr/share/gnome/help/gnome-bluetooth,
    188183          /usr/share/gtk-doc/html/gnome-bluetooth and
    189           /usr/share/omf/gnome-bluetooth
     184          /usr/share/help/*/gnome-bluetooth
    190185        </seg>
    191186      </seglistitem>
     
    237232
    238233      <varlistentry id="libgnome-bluetooth">
    239         <term><filename class='libraryfile'>libgnome-bluetooth.so</filename></term>
     234        <term><filename class="libraryfile">libgnome-bluetooth.so</filename></term>
    240235        <listitem>
    241236          <para>
Note: See TracChangeset for help on using the changeset viewer.