Changeset 24c0a06e
- Timestamp:
- 03/17/2019 04:36:25 AM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 9.0, 9.1, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 0582b5c
- Parents:
- c80fc008
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/gdb.xml
rc80fc008 r24c0a06e 176 176 url="https://sourceware.org/systemtap/">SystemTap</ulink>, is 177 177 present. 178 </para> 179 </listitem> 180 181 <listitem> 182 <para> 183 If the test suite is run on a Skylake-based Intel CPU or newer, 184 many tests will fail due to the removal of the deprecated/problematic 185 libmpx library in GCC. 178 186 </para> 179 187 </listitem> -
gnome.ent
rc80fc008 r24c0a06e 19 19 <!-- Platform --> 20 20 <!ENTITY gcr-version "3.28.1"> 21 <!ENTITY gsettings-desktop-schemas-version "3. 28.1">21 <!ENTITY gsettings-desktop-schemas-version "3.32.0"> 22 22 <!ENTITY libsecret-version "0.18.7"> 23 23 <!ENTITY rest-version "0.8.1"> -
gnome/platform/gsettings-desktop-schemas.xml
rc80fc008 r24c0a06e 6 6 7 7 <!ENTITY gsettings-desktop-schemas-download-http 8 "&gnome-download-http;/gsettings-desktop-schemas/&gnome-minor- 28;/gsettings-desktop-schemas-&gsettings-desktop-schemas-version;.tar.xz">8 "&gnome-download-http;/gsettings-desktop-schemas/&gnome-minor-32;/gsettings-desktop-schemas-&gsettings-desktop-schemas-version;.tar.xz"> 9 9 <!ENTITY gsettings-desktop-schemas-download-ftp 10 "&gnome-download-ftp;/gsettings-desktop-schemas/&gnome-minor- 28;/gsettings-desktop-schemas-&gsettings-desktop-schemas-version;.tar.xz">11 <!ENTITY gsettings-desktop-schemas-md5sum " 83bb19d025f126fae495ab43a2f26f40">12 <!ENTITY gsettings-desktop-schemas-size "6 40KB">10 "&gnome-download-ftp;/gsettings-desktop-schemas/&gnome-minor-32;/gsettings-desktop-schemas-&gsettings-desktop-schemas-version;.tar.xz"> 11 <!ENTITY gsettings-desktop-schemas-md5sum "0c2d468a482c12594757442c983aa8ea"> 12 <!ENTITY gsettings-desktop-schemas-size "616 KB"> 13 13 <!ENTITY gsettings-desktop-schemas-buildsize "16 MB"> 14 14 <!ENTITY gsettings-desktop-schemas-time "less than 0.1 SBU"> … … 101 101 <screen><userinput>sed -i -r 's:"(/system):"/org/gnome\1:g' schemas/*.in && 102 102 103 ./configure --prefix=/usr && 104 make</userinput></screen> 103 mkdir build && 104 cd build && 105 106 meson --prefix=/usr .. && 107 ninja</userinput></screen> 105 108 106 109 <para> … … 112 115 </para> 113 116 114 <screen role="root"><userinput> makeinstall</userinput></screen>117 <screen role="root"><userinput>ninja install</userinput></screen> 115 118 116 119 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 125 128 deprecated entries in the schema templates.</para> 126 129 130 <!-- See about removing this at 8.5-rc1. --> 127 131 </sect2> 128 132 -
introduction/welcome/changelog.xml
rc80fc008 r24c0a06e 46 46 <para>March 16th, 2019</para> 47 47 <itemizedlist> 48 <listitem> 49 <para>[renodr] - Update to gsettings-desktop-schemas-3.32.0. 50 The first update on the road to GNOME-3.32. Part of 51 <ulink url="&blfs-ticket-root;11775">#11775</ulink>.</para> 52 </listitem> 48 53 <listitem> 49 54 <para>[bdubbs] - Update xorg-libs: libXext-1.3.4, -
networking/netprogs/wget.xml
rc80fc008 r24c0a06e 89 89 <xref linkend="libpsl"/>, 90 90 <xref linkend="pcre"/> or <xref linkend="pcre2"/>, 91 <xref linkend="python2"/> (built with ssl; for the test suite), and 91 <!-- Python2 is built in BLFS, and OpenSSL is built in LFS. 92 That module should be available. --> 93 <xref linkend="python2"/> (for the tests), and 92 94 <xref linkend="valgrind"/> (for the test suite) 93 95 </para>
Note:
See TracChangeset
for help on using the changeset viewer.