Changeset fe80e96 for x/lib


Ignore:
Timestamp:
12/22/2018 09:39:52 PM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
d2b02aa
Parents:
8322ee3
Message:

Update to libuv-v1.24.1.
Update to c-ares-1.15.0.
Update to gtk+-3.24.2.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/gtk+3.xml

    r8322ee3 rfe80e96  
    77  <!ENTITY gtk3-download-http "&gnome-download-http;/gtk+/&gnome-minor-24;/gtk+-&gtk3-version;.tar.xz">
    88  <!ENTITY gtk3-download-ftp  "&gnome-download-ftp;/gtk+/&gnome-minor-24;/gtk+-&gtk3-version;.tar.xz">
    9   <!ENTITY gtk3-md5sum        "9dfe16f486573815f242fa400763feb7">
    10   <!ENTITY gtk3-size          "18 MB">
    11   <!ENTITY gtk3-buildsize     "569 MB (add 9 MB for tests)">
    12   <!ENTITY gtk3-time          "2.8 SBU (using parallelism=4, add 0.5 SBU for tests)">
     9  <!ENTITY gtk3-md5sum        "f336c5ce0bc10f6ebdd9e34dcff65b15">
     10  <!ENTITY gtk3-size          "21 MB">
     11  <!ENTITY gtk3-buildsize     "459 MB (add 10 MB for tests)">
     12  <!ENTITY gtk3-time          "2.5 SBU (using parallelism=4, add 1.0 SBU for tests)">
    1313]>
    1414
     
    145145    </para>
    146146
    147 <screen><userinput>./configure --prefix=/usr             \
     147<screen><userinput>sed -i 's/dfeault/default/' docs/tools/shooter.c &amp;&amp;
     148
     149./configure --prefix=/usr             \
    148150            --sysconfdir=/etc         \
    149151            --enable-broadway-backend \
     
    164166      To test the results you need a graphical session, then issue
    165167      <command>make -k check</command>.
    166       Some tests may fail, although "/Default Values/GdkPixbuf" is the only known
    167       failure as of version 3.24.1.
     168      The colorchooser.ui portion of the accessibility-dump test is
     169      known to fail.  Additioanlly many tests will fail if the current
     170      gtk theme (such as current XFCE themes) has deprecated elements.
    168171    </para>
    169172
Note: See TracChangeset for help on using the changeset viewer.