Changeset 2d7d257e


Ignore:
Timestamp:
04/24/2012 12:21:16 AM (12 years ago)
Author:
Andrew Benton <andy@…>
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:
a45062d
Parents:
06901d9d
Message:

GeoClue requires GConf

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/geoclue.xml

    r06901d9d r2d7d257e  
    7878    <bridgehead renderas="sect4">Required</bridgehead>
    7979    <para role="required">
    80       <xref linkend="dbus-glib"/> and <xref linkend="libxslt"/>
     80      <xref linkend="dbus-glib"/>,
     81      <xref linkend="GConf"/> and
     82      <xref linkend="libxslt"/>
    8183    </para>
    8284
    8385    <bridgehead renderas="sect4">Recommended if you are building GNOME</bridgehead>
    8486    <para role="recommended">
    85       <xref linkend="GConf"/>, <xref linkend="libsoup"/> and
    86       <xref linkend="NetworkManager"/>
     87      <xref linkend="libsoup"/> and
     88      <xref linkend="NetworkManager"/>.
    8789    </para>
    8890
  • xsoft/graphweb/firefox.xml

    r06901d9d r2d7d257e  
    223223
    224224<screen role="root"><userinput>mkdir /usr/lib/firefox-&firefox-version; &amp;&amp;
    225 tar -xvf firefox-build-dir/dist/firefox-*.tar.bz2 \
     225tar -xvf firefox-build-dir/dist/firefox-&firefox-version;.en-US.linux-$(uname -m).tar.bz2 \
    226226  -C /usr/lib/firefox-&firefox-version; --strip-components=1 &amp;&amp;
    227227ln -sfv ../lib/firefox-&firefox-version;/firefox /usr/bin/firefox &amp;&amp;
  • xsoft/other/thunderbird.xml

    r06901d9d r2d7d257e  
    55  %general-entities;
    66
     7  <!-- Link not working yet
    78  <!ENTITY thunderbird-download-http
    8   "http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;.source.tar.bz2">
     9  "http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;.source.tar.bz2"> -->
     10  <!ENTITY thunderbird-download-http " ">
    911  <!ENTITY thunderbird-download-ftp
    1012  "ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;.source.tar.bz2">
     
    203205
    204206<screen role="root"><userinput>mkdir -p /usr/lib/thunderbird-&thunderbird-version; &amp;&amp;
    205 tar xf thunderbuild/mozilla/dist/thunderbird-*.tar.bz2 \
     207tar xf thunderbuild/mozilla/dist/thunderbird-&thunderbird-version;.en-US.linux-$(uname -m).tar.bz2 \
    206208  -C /usr/lib/thunderbird-&thunderbird-version; --strip-components=1 &amp;&amp;
    207209ln -s ../lib/thunderbird-&thunderbird-version;/thunderbird /usr/bin/thunderbird</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.