Changeset 63256d93
- Timestamp:
- 03/13/2019 10:46:58 PM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 9.0, 9.1, ken/inkscape-core-mods, lazarus, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 0a4d6ef0
- Parents:
- 2f450a9
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r2f450a9 r63256d93 82 82 <!-- End LFS versions --> 83 83 84 <!ENTITY blfs-bootscripts-version "201 80105">84 <!ENTITY blfs-bootscripts-version "20190313"> 85 85 <!ENTITY systemd-units-version "20180105"> 86 86 -
general/genutils/ibus.xml
r2f450a9 r63256d93 130 130 <note><para>Be sure to also remove the --disable-unicode-dict in 131 131 the configure step below.</para></note> 132 <!-- 132 133 133 <para>Fix an issue with deprecated schema entries:</para> 134 134 135 135 <screen><userinput>sed -i 's@/desktop/ibus@/org/freedesktop/ibus@g' \ 136 data/ibus.schemas.in \ 137 data/dconf/org.freedesktop.ibus.gschema.xml.in</userinput></screen> 138 --> 136 data/dconf/org.freedesktop.ibus.gschema.xml</userinput></screen> 137 139 138 <para> 140 139 Install <application>ibus</application> by running the following -
introduction/welcome/changelog.xml
r2f450a9 r63256d93 46 46 <para>March 13th, 2019</para> 47 47 <itemizedlist> 48 <listitem> 49 <para>[bdubbs] - Update to gtk+3-3.24.7. Fixes 50 <ulink url="&blfs-ticket-root;11797">#11797</ulink>.</para> 51 </listitem> 52 <listitem> 53 <para>[bdubbs] - Update to blfs-bootscripts-20190313.tar.xz. 54 Adjusts bridge script. Fixes 55 <ulink url="&blfs-ticket-root;11796">#11796</ulink>.</para> 56 </listitem> 57 <listitem> 58 <para>[bdubbs] - Update to unbound-1.9.1. Fixes 59 <ulink url="&blfs-ticket-root;11798">#11798</ulink>.</para> 60 </listitem> 48 61 <listitem> 49 62 <para>[pierre] - Add keybinder-3.0-0.3.2. Part of -
packages.ent
r2f450a9 r63256d93 637 637 <!ENTITY openldap-version "2.4.47"> 638 638 <!ENTITY soprano-version "2.9.4"> 639 <!ENTITY unbound-version "1.9. 0">639 <!ENTITY unbound-version "1.9.1"> 640 640 <!ENTITY virtuoso-version "6.1.8"> 641 641 <!ENTITY xinetd-version "2.3.15"> … … 692 692 <!ENTITY goffice010-version "0.10.44"> 693 693 <!ENTITY gtk2-version "2.24.32"> 694 <!ENTITY gtk3-version "3.24. 5">694 <!ENTITY gtk3-version "3.24.7"> 695 695 <!ENTITY gtk-engines-version "2.20.2"> 696 696 <!ENTITY gtkmm2-version "2.24.5"> -
server/other/unbound.xml
r2f450a9 r63256d93 7 7 <!ENTITY unbound-download-http "http://www.unbound.net/downloads/unbound-&unbound-version;.tar.gz"> 8 8 <!ENTITY unbound-download-ftp " "> 9 <!ENTITY unbound-md5sum " 1026159991a3883518525bc18e25582f">9 <!ENTITY unbound-md5sum "5d954920d192b33f7c88f015dd969940"> 10 10 <!ENTITY unbound-size "5.4 MB"> 11 <!ENTITY unbound-buildsize "52 MB (add 9 MB for tests and 69MB for documentation)">11 <!ENTITY unbound-buildsize "52 MB (add 9 MB for tests and 71 MB for documentation)"> 12 12 <!ENTITY unbound-time "0.4 SBU (Using parallelism=4; add 0.3 SBU for tests)"> 13 13 ]> -
x/lib/gtk+3.xml
r2f450a9 r63256d93 7 7 <!ENTITY gtk3-download-http "&gnome-download-http;/gtk+/&gnome-minor-24;/gtk+->k3-version;.tar.xz"> 8 8 <!ENTITY gtk3-download-ftp "&gnome-download-ftp;/gtk+/&gnome-minor-24;/gtk+->k3-version;.tar.xz"> 9 <!ENTITY gtk3-md5sum "3 2862355c08f6af3e7848c695cd4081b">10 <!ENTITY gtk3-size " 20MB">11 <!ENTITY gtk3-buildsize " 585 MB (add 11MB for tests)">12 <!ENTITY gtk3-time " 2.8 SBU (using parallelism=4, add 0.6SBU for tests)">9 <!ENTITY gtk3-md5sum "378d327eeb24580fcbc941003de547b9"> 10 <!ENTITY gtk3-size "18 MB"> 11 <!ENTITY gtk3-buildsize "450 MB (add 10 MB for tests)"> 12 <!ENTITY gtk3-time "1.8 SBU (using parallelism=4, add 0.3 SBU for tests)"> 13 13 ]> 14 14 … … 165 165 <para> 166 166 To test the results you need a graphical session, then issue 167 <command>make -k check</command>. 168 The colorchooser.ui portion of the accessibility-dump test is 169 known to fail. Additionally many tests will fail if the current 167 <command>make -k check</command>. There are several tests that 168 have subtests that are known to fail: scrolledwindow, treeview, 169 accessibility-dump, test-css-nodes, and gtk-reftest. 170 Additionally many tests will fail if the current 170 171 gtk theme (such as current XFCE themes) has deprecated elements. 171 172 </para>
Note:
See TracChangeset
for help on using the changeset viewer.