Changeset 5cebb242


Ignore:
Timestamp:
11/22/2004 10:30:47 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
b144eb7
Parents:
383a07a5
Message:

Updated to libgnome-2.8.0

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gnome/core/libgnome.xml

    r383a07a5 r5cebb242  
    55  %general-entities;
    66
    7 <!ENTITY libgnome-download-http "http://ftp.gnome.org/pub/GNOME/sources/libgnome/2.6/libgnome-&libgnome-version;.tar.bz2">
    8 <!ENTITY libgnome-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/libgnome/2.6/libgnome-&libgnome-version;.tar.bz2">
    9 <!ENTITY libgnome-size "1.0 MB">
    10 <!ENTITY libgnome-buildsize "15.3 MB">
    11 <!ENTITY libgnome-time "0.32 SBU">
    12 
     7<!ENTITY libgnome-download-http "http://ftp.gnome.org/pub/GNOME/sources/libgnome/&gnome-version;/libgnome-&libgnome-version;.tar.bz2">
     8<!ENTITY libgnome-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/libgnome/&gnome-version;/libgnome-&libgnome-version;.tar.bz2">
     9<!ENTITY libgnome-md5sum "dab4ecbfa7ec1a2f22d2a48b6b83e937">
     10<!ENTITY libgnome-size "1.2 MB">
     11<!ENTITY libgnome-buildsize "17 MB">
     12<!ENTITY libgnome-time "0.24 SBU">
    1313]>
    1414
     
    4242<sect3><title><application>libgnome</application> dependencies</title>
    4343<sect4><title>Required</title>
    44 <para>
    45 <xref linkend="gnome-vfs"/>
    46 </para></sect4>
     44<para><xref linkend="gnome-vfs"/> and <xref linkend="esound"/></para>
     45</sect4>
     46
    4747<sect4><title>Optional</title>
    48 <para>
    49 <xref linkend="esound"/> and
    50 <xref linkend="gtk-doc"/>
    51 </para></sect4>
     48<para><xref linkend="gtk-doc"/></para>
     49</sect4>
    5250</sect3>
    5351
     
    5755<title>Installation of <application>libgnome</application></title>
    5856
    59 <para>Install <application>libgnome</application> by running the following commands:</para>
     57<para>Install <application>libgnome</application> by running the following
     58commands:</para>
    6059
    6160<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
     
    7675
    7776<para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch
    78 puts configuration files in <filename class="directory">/etc/gnome</filename> instead of
    79 <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
     77puts configuration files in <filename class="directory">/etc/gnome</filename>
     78instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
    8079
    8180<para><option>--disable-gtk-doc</option>: This switch prevents
    82 the rebuilding of documentation during the <command>make</command> command.</para>
     81the rebuilding of documentation during the <command>make</command>
     82command.</para>
    8383
    8484</sect2>
     
    8787<title>Contents</title>
    8888
    89 <para>The <application>libgnome</application> package contains <filename
    90 class="libraryfile">libgnome</filename> libraries.</para>
     89<para>The <application>libgnome</application> package contains
     90<command>gnome-open</command>,
     91<filename class="libraryfile">libgnome</filename> and
     92<filename class='libraryfile'>libmoniker_extra_2</filename> libraries.</para>
    9193
    9294</sect2>
  • introduction/welcome/changelog.xml

    r383a07a5 r5cebb242  
    2828
    2929<listitem><para>November 22nd, 2004 [randy]: Updated to ORBit2-2.12.0,
    30 libbonobo-2.8.0, GConf-2.8.1, GNOME-MIME-Data-2.4.1 and
    31 GNOME-VFS-2.8.3.</para></listitem>
     30libbonobo-2.8.0, GConf-2.8.1, GNOME-MIME-Data-2.4.1, GNOME-VFS-2.8.3 and
     31libgnome-2.8.0.</para></listitem>
    3232
    3333<listitem><para>November 21st, 2004 [igor]: Applied a bunch of fixes to
Note: See TracChangeset for help on using the changeset viewer.