mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-27 18:02:12 +08:00
Update to pcre2-10.31 and gtk+-3.22.28.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19797 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
3dddc93d7d
commit
0cce05931f
@ -6,9 +6,9 @@
|
||||
|
||||
<!ENTITY pcre2-download-http "&sourceforge-dl;/pcre/pcre2-&pcre2-version;.tar.bz2">
|
||||
<!ENTITY pcre2-download-ftp "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre2-&pcre2-version;.tar.bz2">
|
||||
<!ENTITY pcre2-md5sum "d3adf4b130eed854a530390f00020a65">
|
||||
<!ENTITY pcre2-size "1.5 MB">
|
||||
<!ENTITY pcre2-buildsize "15 MB (with tests)">
|
||||
<!ENTITY pcre2-md5sum "e0b91c891a3c49050f7fd15de33d0ba4">
|
||||
<!ENTITY pcre2-size "1.6 MB">
|
||||
<!ENTITY pcre2-buildsize "19 MB (with tests)">
|
||||
<!ENTITY pcre2-time "0.3 SBU (with tests)">
|
||||
]>
|
||||
|
||||
|
@ -44,6 +44,14 @@
|
||||
<listitem>
|
||||
<para>February 18th, 2018</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[ken] - Update to gtk+-3.22.28. Fixes
|
||||
<ulink url="&blfs-ticket-root;10396">#10396</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[ken] - Update to pcre2-10.31. Fixes
|
||||
<ulink url="&blfs-ticket-root;10370">#10370</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to dbus-1.12.4. Fixes
|
||||
<ulink url="&blfs-ticket-root;10358">#10358</ulink>.</para>
|
||||
|
@ -177,7 +177,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!ENTITY nspr-version "4.18">
|
||||
<!ENTITY openobex-version "1.7.2">
|
||||
<!ENTITY pcre-version "8.41">
|
||||
<!ENTITY pcre2-version "10.30">
|
||||
<!ENTITY pcre2-version "10.31">
|
||||
<!ENTITY popt-version "1.16">
|
||||
<!ENTITY pth-version "2.0.7">
|
||||
<!ENTITY ptlib-version "2.10.11">
|
||||
@ -564,7 +564,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!ENTITY glu-version "9.0.0">
|
||||
<!ENTITY goffice010-version "0.10.38">
|
||||
<!ENTITY gtk2-version "2.24.32">
|
||||
<!ENTITY gtk3-version "3.22.26">
|
||||
<!ENTITY gtk3-version "3.22.28">
|
||||
<!ENTITY gtk-engines-version "2.20.2">
|
||||
<!ENTITY gtkmm2-version "2.24.5">
|
||||
<!ENTITY gtkmm3-version "3.22.2">
|
||||
|
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY gtk3-download-http "&gnome-download-http;/gtk+/&gnome-minor-22;/gtk+->k3-version;.tar.xz">
|
||||
<!ENTITY gtk3-download-ftp "&gnome-download-ftp;/gtk+/&gnome-minor-22;/gtk+->k3-version;.tar.xz">
|
||||
<!ENTITY gtk3-md5sum "eeeb8038fe0d386c7516fa46cd4fff6b">
|
||||
<!ENTITY gtk3-size "18 MB">
|
||||
<!ENTITY gtk3-buildsize "430 MB (add 9 MB for tests)">
|
||||
<!ENTITY gtk3-time "1.8 SBU (using parallelism=4, add 0.5 SBU for tests)">
|
||||
<!ENTITY gtk3-md5sum "8c1f5ab987ddc7dab3e59660f89dcd9b">
|
||||
<!ENTITY gtk3-size "22 MB">
|
||||
<!ENTITY gtk3-buildsize "548 MB (add 8 MB for tests)">
|
||||
<!ENTITY gtk3-time "1.8 SBU (using parallelism=4, add 0.6 SBU for tests)">
|
||||
]>
|
||||
|
||||
<sect1 id="gtk3" xreflabel="GTK+->k3-version;">
|
||||
@ -162,7 +162,7 @@ make</userinput></screen>
|
||||
<para>
|
||||
To test the results you need a graphical session, then issue
|
||||
<command>make -k check</command>.
|
||||
Two gtk-reftest tests are known to fail.
|
||||
Several gtk-reftest tests are known to fail.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
Loading…
Reference in New Issue
Block a user