Changeset 4fd13a03


Ignore:
Timestamp:
05/11/2005 06:16:59 AM (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.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:
7d92b14
Parents:
771cd7f
Message:

Updated to EEL-2.10.1

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/core/eel.xml

    r771cd7f r4fd13a03  
    77<!ENTITY eel-download-http "http://ftp.gnome.org/pub/GNOME/sources/eel/&gnome-version;/eel-&eel-version;.tar.bz2">
    88<!ENTITY eel-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/eel/&gnome-version;/eel-&eel-version;.tar.bz2">
    9 <!ENTITY eel-md5sum "4d0beb2f0ad4c304b49c06b08d0a03e5">
    10 <!ENTITY eel-size "620 KB">
    11 <!ENTITY eel-buildsize "12.5 MB">
    12 <!ENTITY eel-time "0.43 SBU">
     9<!ENTITY eel-md5sum "2978fae17565dfb6e2d7ca129e738b9d">
     10<!ENTITY eel-size "672 KB">
     11<!ENTITY eel-buildsize "13 MB">
     12<!ENTITY eel-time "0.4 SBU">
    1313]>
    1414
     
    5858
    5959<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` &amp;&amp;
    60 make &amp;&amp;
    61 make install</command></userinput></screen>
     60make</command></userinput></screen>
     61
     62<para>To test the results, issue: <command>make check</command>.</para>
     63
     64<para>Now, as the root user:</para>
     65
     66<screen><userinput role='root'><command>make install</command></userinput></screen>
    6267
    6368</sect2>
     
    6671<title>Contents</title>
    6772
    68 <para>The <application><acronym>EEL</acronym></application> package
    69 contains <filename class="libraryfile">libeel</filename> libraries.</para>
     73<para>The <application><acronym>EEL</acronym></application> package contains
     74the <filename class="libraryfile">libeel-2</filename> library.</para>
    7075
    7176</sect2>
     
    7378<sect2><title>Description</title>
    7479
    75 <sect3><title>libeel libraries</title>
    76 <para><filename class="libraryfile">libeel</filename> libraries are a
     80<sect3><title>libeel-2 library</title>
     81<para><filename class="libraryfile">libeel-2</filename> is a
    7782collection of widgets developed by the <application>Nautilus</application>
    7883project.</para></sect3>
     
    8186
    8287</sect1>
    83 
Note: See TracChangeset for help on using the changeset viewer.