Ignore:
Timestamp:
02/03/2006 06:07:48 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:
937425f
Parents:
1d06a03
Message:

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

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

File:
1 edited

Legend:

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

    r1d06a03 re9039e4  
    55  %general-entities;
    66
    7   <!ENTITY gnome-vfs-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome-vfs/&gnome-version;/gnome-vfs-&gnome-vfs-version;.tar.bz2">
    8   <!ENTITY gnome-vfs-download-ftp  "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-vfs/&gnome-version;/gnome-vfs-&gnome-vfs-version;.tar.bz2">
    9   <!ENTITY gnome-vfs-md5sum        "95b0308d49aba17b9cb36c84f8467017">
    10   <!ENTITY gnome-vfs-size          "1.7 MB">
    11   <!ENTITY gnome-vfs-buildsize     "51.6 MB">
    12   <!ENTITY gnome-vfs-time          "1.3 SBU">
     7  <!ENTITY gnome-vfs-download-http "&gnome-download-http;/gnome-vfs/&gnome-version;/gnome-vfs-&gnome-vfs-version;.tar.bz2">
     8  <!ENTITY gnome-vfs-download-ftp  "&gnome-download-ftp;/gnome-vfs/&gnome-version;/gnome-vfs-&gnome-vfs-version;.tar.bz2">
     9  <!ENTITY gnome-vfs-md5sum        "4d7b9c14af29a9bf813ab4831eeeacbb">
     10  <!ENTITY gnome-vfs-size          "1.5 MB">
     11  <!ENTITY gnome-vfs-buildsize     "52.2 MB">
     12  <!ENTITY gnome-vfs-time          "1.4 SBU">
    1313]>
    1414
     
    6060    </itemizedlist>
    6161
    62     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    63     <itemizedlist spacing='compact'>
    64       <listitem>
    65         <para>Required patch if <application>Samba</application> version
    66         greater than 3.0.14 is installed: <ulink
    67         url="&patch-root;/gnome-vfs-&gnome-vfs-version;-samba_3.0.20-1.patch"/></para>
    68       </listitem>
    69     </itemizedlist>
    70 
    7162    <bridgehead renderas="sect3">GNOME Virtual File System Dependencies</bridgehead>
    7263
    7364    <bridgehead renderas="sect4">Required</bridgehead>
    74     <para role="required"><xref linkend="intltool"/>,
    75     <xref linkend="GConf"/>,
    76     <xref linkend="libbonobo"/>,
    77     <xref linkend="gnome-mime-data"/> and
    78     <xref linkend="shared-mime-info"/></para>
     65    <para role="required"><xref linkend="GConf"/>,
     66    <xref linkend="libbonobo"/>, and
     67    <xref linkend="gnome-mime-data"/></para>
    7968
    8069    <bridgehead renderas="sect4">Optional</bridgehead>
     
    8675    <xref linkend="openssh"/>,
    8776    <xref linkend="openssl"/> or
    88     <ulink url="http://www.gnu.org/software/gnutls/">GnuTLS</ulink>,
     77    <ulink url="http://www.gnu.org/software/gnutls/">GnuTLS</ulink>
     78    (which needs <ulink
     79    url="http://www.gnupg.org/(en)/download/index.html#libgpg-error">libgpg-error</ulink>
     80    then <ulink
     81    url="http://www.gnupg.org/(en)/download/index.html#libgcrypt">libgcrypt</ulink>),
    8982    <xref linkend="heimdal"/> or <xref linkend="mitkrb"/>,
    90     <ulink url="http://www.openafs.org/">OpenAFS</ulink> and
     83    <ulink url="http://www.openafs.org/">OpenAFS</ulink>, and
    9184    <ulink url="http://www.porchdogsoft.com/products/howl/">Howl</ulink></para>
    9285
     
    9992    by running the following commands:</para>
    10093
    101 <screen><userinput>patch -Np1 -i ../gnome-vfs-&gnome-vfs-version;-samba_3.0.20-1.patch &amp;&amp;
    102 ./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
    103     --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
    104     --sysconfdir=/etc/gnome &amp;&amp;
     94<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
     95    --libexecdir=`pkg-config \
     96    --variable=prefix ORBit-2.0`/lib/gnome-vfs-2.0 \
     97    --sysconfdir=&gnome-etc-dir; &amp;&amp;
    10598make</userinput></screen>
    10699
     
    116109    <title>Command Explanations</title>
    117110
    118     <para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch puts
    119     configuration files in <filename class="directory">/etc/gnome</filename>
     111    <para><parameter>--sysconfdir=&gnome-etc-dir;</parameter>: This switch puts
     112    configuration files in <filename class="directory">&gnome-etc-dir;</filename>
    120113    instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
    121114
    122115    <para><parameter>--libexecdir=`pkg-config --variable=prefix
    123     ORBit-2.0`/sbin</parameter>: This switch puts libexec files in
    124     <filename class="directory">$GNOME_PREFIX/sbin</filename> instead of
     116    ORBit-2.0`/lib/gnome-vfs-2.0</parameter>: This switch puts libexec files in
     117    <filename class="directory">$GNOME_PREFIX/lib/gnome-vfs-2.0</filename>
     118    instead of
    125119    <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
    126120
     
    134128    url="http://ca.geocities.com/jefftranter@rogers.com/eject.html">Eject</ulink>
    135129    installed as the <command>eject</command> program is used by default.</para>
     130
     131    <para><option>--enable-gtk-doc</option>: Use this option if you have
     132    <application>GTK-Doc</application> installed and wish to build the API
     133    documentation.</para>
    136134
    137135  </sect2>
     
    149147        gnomevfs-mkdir, gnomevfs-mv, gnomevfs-rm, and gnome-vfs-daemon</seg>
    150148        <seg>libgnomevfs-2.[so,a] and modules</seg>
    151         <seg>/etc/gnome/gconf/schemas,
    152         /etc/gnome/gconf/gconf.xml.defaults/[desktop,schemas,system],
    153         /etc/gnome/gnome-vfs-2.0,
     149        <seg>&gnome-etc-dir;/gconf/schemas,
     150        &gnome-etc-dir;/gconf/gconf.xml.defaults/[desktop,schemas,system],
     151        &gnome-etc-dir;/gnome-vfs-2.0,
    154152        $GNOME_PREFIX/include/gnome-vfs-2.0,
    155153        $GNOME_PREFIX/include/gnome-vfs-module-2.0,
Note: See TracChangeset for help on using the changeset viewer.