Changeset 7cc5920


Ignore:
Timestamp:
02/11/2012 11:18:19 PM (12 years ago)
Author:
Ken Moffat <ken@…>
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:
c13d49d
Parents:
a1044ab
Message:

gnome-bluetooth-3.2.1

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

Files:
4 edited
1 moved

Legend:

Unmodified
Added
Removed
  • general.ent

    ra1044ab r7cc5920  
    696696<!ENTITY evolution-data-server-version "3.2.2">
    697697<!ENTITY glib-networking-version      "2.30.1">
     698<!ENTITY gnome-bluetooth-version      "3.2.1">
    698699<!ENTITY gnome-control-center-version "2.30.1">
    699700<!ENTITY gnome-icon-theme-version     "2.30.3">
     
    754755<!ENTITY gconf-editor-version         "2.30.0">
    755756<!ENTITY gedit-version                "2.30.3">
    756 <!ENTITY gnome-bluetooth-version      "2.30.0">
    757757<!ENTITY gnome-disk-utility-version   "2.30.1">
    758758<!ENTITY gnome-games-version          "2.30.2">
  • gnome/add/add.xml

    ra1044ab r7cc5920  
    4545  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gconf-editor.xml"/>
    4646  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gedit.xml"/>
    47   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-bluetooth.xml"/>
    4847  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-disk-utility.xml"/>
    4948  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-games.xml"/>
  • gnome/core/core.xml

    ra1044ab r7cc5920  
    6161  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="evolution-data-server.xml"/>
    6262  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="glib-networking.xml"/>
    63   <!--<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-bluetooth.xml"/> -->
     63  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-bluetooth.xml"/>
    6464  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-control-center.xml"/>
    6565  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-icon-theme.xml"/>
  • gnome/core/gnome-bluetooth.xml

    ra1044ab r7cc5920  
    55  %general-entities;
    66
    7   <!ENTITY gnome-bluetooth-download-http "&gnome-download-http;/gnome-bluetooth/&gnome-version;/gnome-bluetooth-&gnome-bluetooth-version;.tar.bz2">
    8   <!ENTITY gnome-bluetooth-download-ftp  "&gnome-download-ftp;/gnome-bluetooth/&gnome-version;/gnome-bluetooth-&gnome-bluetooth-version;.tar.bz2">
    9   <!ENTITY gnome-bluetooth-md5sum        "eb88212922037eb9751f0fcedb9c166e">
    10   <!ENTITY gnome-bluetooth-size          "992 KB">
    11   <!ENTITY gnome-bluetooth-buildsize     "17 MB">
    12   <!ENTITY gnome-bluetooth-time          "0.4 SBU">
     7  <!ENTITY gnome-bluetooth-download-http "&gnome-download-http;/gnome-bluetooth/&gnome-version;/gnome-bluetooth-&gnome-bluetooth-version;.tar.xz">
     8  <!ENTITY gnome-bluetooth-download-ftp  "&gnome-download-ftp;/gnome-bluetooth/&gnome-version;/gnome-bluetooth-&gnome-bluetooth-version;.tar.xz">
     9  <!ENTITY gnome-bluetooth-md5sum        "6a2bd7d67395dff90e7b45ecb7f7d89c">
     10  <!ENTITY gnome-bluetooth-size          "1.1 MB">
     11  <!ENTITY gnome-bluetooth-buildsize     "23 MB">
     12  <!ENTITY gnome-bluetooth-time          "0.5 SBU">
    1313]>
    1414
     
    3434    <application>GNOME</application> desktop.</para>
    3535
    36     &lfs65_built;
     36    &lfs70_built;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8686    commands:</para>
    8787
    88 <screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
    89             --sysconfdir=&gnome-etc-dir; \
    90             --disable-scrollkeeper &amp;&amp;
     88<screen><userinput>./configure --prefix=$GNOME_PREFIX \
     89            --sysconfdir=$GNOME_SYSCONFDIR &amp;&amp;
    9190make</userinput></screen>
    9291
     
    107106    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    108107    href="../../xincludes/gnome-sysconfdir.xml"/>
    109 
    110     <para><parameter>--disable-scrollkeeper</parameter>: Do not make updates to
    111     the <application>scrollkeeper</application> database. Remove it if you have
    112     <application>rarian</application> installed.</para>
    113108
    114109    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • introduction/welcome/changelog.xml

    ra1044ab r7cc5920  
    5757          <para>[ken] - merge gnome-backgrounds-3.2.0 from Wayne.</para>
    5858        </listitem>
     59        <listitem>
     60          <para>[ken] - merge gnome-bluetooth-3.2.1 from Wayne.</para>
     61        </listitem>
    5962      </itemizedlist>
    6063    </listitem>
Note: See TracChangeset for help on using the changeset viewer.