Ignore:
Timestamp:
02/03/2006 06:09:24 AM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
a18731b
Parents:
e9039e4
Message:

Update GNOME Core packages to the 2.12.2 version - Commit #2

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/core/libbonobo.xml

    re9039e4 r937425f  
    55  %general-entities;
    66
    7   <!ENTITY libbonobo-download-http "http://ftp.gnome.org/pub/GNOME/sources/libbonobo/2.10/libbonobo-&libbonobo-version;.tar.bz2">
    8   <!ENTITY libbonobo-download-ftp  "ftp://ftp.gnome.org/pub/GNOME/sources/libbonobo/2.10/libbonobo-&libbonobo-version;.tar.bz2">
     7  <!ENTITY libbonobo-download-http "&gnome-download-http;/libbonobo/2.10/libbonobo-&libbonobo-version;.tar.bz2">
     8  <!ENTITY libbonobo-download-ftp  "&gnome-download-ftp;/libbonobo/2.10/libbonobo-&libbonobo-version;.tar.bz2">
    99  <!ENTITY libbonobo-md5sum        "927d572970d87121c8375aab1b4b1d37">
    1010  <!ENTITY libbonobo-size          "1.3 MB">
     
    6565    <bridgehead renderas="sect4">Required</bridgehead>
    6666    <para role="required"><xref linkend="ORBit2"/>,
    67     <xref linkend="libxml2"/> and
     67    <xref linkend="libxml2"/>, and
    6868    <xref linkend="perl-xml-parser"/></para>
    6969
    7070    <bridgehead renderas="sect4">Optional</bridgehead>
    71     <para role="optional">X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>)
    72     and <xref linkend="gtk-doc"/></para>
     71    <para role="optional">X (<xref linkend="xfree86"/> or
     72    <xref linkend="xorg"/>) and
     73    <xref linkend="gtk-doc"/></para>
    7374
    7475  </sect2>
     
    8182
    8283<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
    83     --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
    84     --sysconfdir=/etc/gnome &amp;&amp;
     84    --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/lib/bonobo \
     85    --sysconfdir=&gnome-etc-dir; &amp;&amp;
    8586make</userinput></screen>
    8687
     
    102103
    103104    <para><parameter>--libexecdir=`pkg-config --variable=prefix
    104     ORBit-2.0`/sbin</parameter>: This switch puts libexec files in
    105     <filename class="directory">$GNOME_PREFIX/sbin</filename> instead of
     105    ORBit-2.0`/lib/bonobo</parameter>: This switch puts libexec files in
     106    <filename class="directory">$GNOME_PREFIX/lib/bonobo</filename> instead of
    106107    <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
    107108
    108     <para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch puts
    109     configuration files in <filename class="directory">/etc/gnome</filename>
     109    <para><parameter>--sysconfdir=&gnome-etc-dir;</parameter>: This switch puts
     110    configuration files in <filename class="directory">&gnome-etc-dir;</filename>
    110111    instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
    111112
     
    130131        <application>ORBit-2</application> bonobo module, bonobo
    131132        servers, and libmoniker_std_2.[so,a] bonobo library</seg>
    132         <seg>/etc/gnome, $GNOME_PREFIX/include/bonobo-activation-2.0,
     133        <seg>&gnome-etc-dir;, $GNOME_PREFIX/include/bonobo-activation-2.0,
    133134        $GNOME_PREFIX/include/libbonobo-2.0,
    134135        $GNOME_PREFIX/lib/bonobo[,2.0],
Note: See TracChangeset for help on using the changeset viewer.