Changeset 7415d44


Ignore:
Timestamp:
12/06/2003 04:07:05 PM (20 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.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, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
b2551a7
Parents:
1957cf2
Message:

gnome 2.4 update - gnome-vfs, libgnome

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • gnome/lib/gnome-vfs/gnome-vfs-inst.xml

    r1957cf2 r7415d44  
    55<para>Install <application><acronym>GNOME</acronym> Virtual File System</application> by running the following commands:</para>
    66
    7 <screen><userinput><command>./configure --prefix=$GNOME_PREFIX --sysconfdir=/etc/gnome --disable-gtk-doc &amp;&amp;
     7<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
     8--sysconfdir=/etc/gnome --disable-gtk-doc &amp;&amp;
    89make &amp;&amp;
    910make install</command></userinput></screen>
  • gnome/lib/gnome-vfs/gnome-vfs.ent

    r1957cf2 r7415d44  
    44<!ENTITY gnome-vfs-exp SYSTEM "gnome-vfs-exp.xml">
    55<!ENTITY gnome-vfs-desc SYSTEM "gnome-vfs-desc.xml">
    6 <!ENTITY gnome-vfs-version "2.2.5">
    7 <!ENTITY gnome-vfs-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome-vfs/2.2/gnome-vfs-&gnome-vfs-version;.tar.bz2">
    8 <!ENTITY gnome-vfs-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-vfs/2.2/gnome-vfs-&gnome-vfs-version;.tar.bz2">
    9 <!ENTITY gnome-vfs-size "956 KB">
    10 <!ENTITY gnome-vfs-buildsize "36.0 MB">
     6<!ENTITY gnome-vfs-version "2.4.1">
     7<!ENTITY gnome-vfs-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome-vfs/2.4/gnome-vfs-&gnome-vfs-version;.tar.bz2">
     8<!ENTITY gnome-vfs-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-vfs/2.4/gnome-vfs-&gnome-vfs-version;.tar.bz2">
     9<!ENTITY gnome-vfs-size "1.0 MB">
     10<!ENTITY gnome-vfs-buildsize "38.0 MB">
    1111<!ENTITY gnome-vfs-time "1.36 SBU">
  • gnome/lib/libgnome/libgnome-exp.xml

    r1957cf2 r7415d44  
    22<title>Command explanations</title>
    33
    4 <para><parameter>--libexecdir=$GNOME_PREFIX/sbin</parameter>: This switch puts
    5 libexec files in <filename class="directory">$GNOME_PREFIX/sbin</filename> instead of
     4<para><parameter>--libexecdir=`pkg-config --variable=prefix
     5ORBit-2.0`/sbin</parameter>: This switch puts libexec files in
     6<filename class="directory">$GNOME_PREFIX/sbin</filename> instead of
    67<filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
    78
  • gnome/lib/libgnome/libgnome-inst.xml

    r1957cf2 r7415d44  
    44<para>Install <application>libgnome</application> by running the following commands:</para>
    55
    6 <screen><userinput><command>./configure --prefix=$GNOME_PREFIX --libexecdir=$GNOME_PREFIX/sbin \
     6<screen><userinput><command>./configure  --prefix=`pkg-config --variable=prefix ORBit-2.0` \
     7--sysconfdir=/etc/gnome --libexecdir=`pkg-config \
     8--variable=prefix ORBit-2.0`/sbin \
    79--sysconfdir=/etc/gnome --disable-gtk-doc &amp;&amp;
    810make &amp;&amp;
  • gnome/lib/libgnome/libgnome.ent

    r1957cf2 r7415d44  
    44<!ENTITY libgnome-exp SYSTEM "libgnome-exp.xml">
    55<!ENTITY libgnome-desc SYSTEM "libgnome-desc.xml">
    6 <!ENTITY libgnome-version "2.2.3">
    7 <!ENTITY libgnome-download-http "http://ftp.gnome.org/pub/GNOME/sources/libgnome/2.2/libgnome-&libgnome-version;.tar.bz2">
    8 <!ENTITY libgnome-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/libgnome/2.2/libgnome-&libgnome-version;.tar.bz2">
    9 <!ENTITY libgnome-size "924 KB">
    10 <!ENTITY libgnome-buildsize "16.2 MB">
     6<!ENTITY libgnome-version "2.4.0">
     7<!ENTITY libgnome-download-http "http://ftp.gnome.org/pub/GNOME/sources/libgnome/2.4/libgnome-&libgnome-version;.tar.bz2">
     8<!ENTITY libgnome-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/libgnome/2.4/libgnome-&libgnome-version;.tar.bz2">
     9<!ENTITY libgnome-size "944 KB">
     10<!ENTITY libgnome-buildsize "14.6 MB">
    1111<!ENTITY libgnome-time "0.32 SBU">
  • introduction/welcome/changelog.xml

    r1957cf2 r7415d44  
    1111
    1212<itemizedlist>
     13
     14<listitem><para>December 6th, 2003 [larry]: updated to Gnome-VFS-2.4.1
     15and libgnome-2.4.0.</para></listitem>
    1316
    1417<listitem><para>December 6th, 2003 [igor]: Updated to
Note: See TracChangeset for help on using the changeset viewer.