Changeset b5689ba for x


Ignore:
Timestamp:
12/22/2018 11:11:08 PM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
elogind
Children:
984d05e7
Parents:
cf4e047
Message:

Merge to HEAD 20855

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

File:
1 edited

Legend:

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

    rcf4e047 rb5689ba  
    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.