Changeset 42ae206 for x/lib/gtk+3.xml


Ignore:
Timestamp:
10/09/2018 08:28:20 PM (6 years ago)
Author:
Douglas R. Reno <renodr@…>
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, elogind, 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:
9d865ef7
Parents:
ecbf490
Message:

Update to gtk+-3.24.1

Update to gnome-themes-extra-3.28. This required a complete rename due to upstream
changes, as well as modifications to a few pages. I have verified that it renders,
but Bruce should probably check the currency script for necessary changes. Thanks to
Xi for reporting that it changed.

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

File:
1 edited

Legend:

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

    recbf490 r42ae206  
    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        "7ecfbcb662384c8b466dc342bf295f4d">
     9  <!ENTITY gtk3-md5sum        "9dfe16f486573815f242fa400763feb7">
    1010  <!ENTITY gtk3-size          "18 MB">
    11   <!ENTITY gtk3-buildsize     "571 MB (add 9 MB for tests)">
    12   <!ENTITY gtk3-time          "2.3 SBU (using parallelism=4, add 0.4 SBU for tests)">
     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)">
    1313]>
    1414
     
    8888      keys, also needed for tests),
    8989      <xref linkend="hicolor-icon-theme"/> (needed for tests),
     90      <xref linkend="iso-codes"/>,
    9091      <xref linkend="libxkbcommon"/>,
    9192      <xref linkend="wayland"/>, and
     
    163164      To test the results you need a graphical session, then issue
    164165      <command>make -k check</command>.
    165       Several tests are known to fail.  At times there will be many failures
    166       depending on the current GTK Theme.
     166      Some tests may fail, although "/Default Values/GdkPixbuf" is the only known
     167      failure as of version 3.24.1.
    167168    </para>
    168169
     
    208209      or you do not wish to build <application>GNOME</application> with Wayland
    209210      support.  Other changes may be needed to allow the build to complete
    210       without the wayland-backend enabled.
     211      without the wayland backend enabled.
    211212    </para>
    212213
     
    242243        be used to change the icons that appear on the application's toolbar.
    243244        If you have installed a <application>GTK+ 3</application> theme (e.g.
    244         <xref linkend="gnome-themes-standard"/>), an icon theme (such as <xref
    245         linkend="oxygen-icons5"/>) and/or a font (such as <ulink
    246         url="http://dejavu.sourceforge.net/">DejaVu fonts</ulink>), you can set
    247         your prefences in <filename>~/.config/gtk-3.0/settings.ini</filename>
     245        <xref linkend="gnome-themes-extra"/>), an icon theme (such as <xref
     246        linkend="oxygen-icons5"/>) and/or a font (<xref linkend="dejavu-fonts"/>),
     247        you can set your preferences in <filename>~/.config/gtk-3.0/settings.ini</filename>,
    248248        or the default system wide configuration file (as the <systemitem
    249249        class="username">root</systemitem> user), in
Note: See TracChangeset for help on using the changeset viewer.