Changeset 790d9dfd
- Timestamp:
- 08/14/2018 05:08:52 PM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- f7305f45
- Parents:
- 6b601a7b
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/libgusb.xml
r6b601a7b r790d9dfd 105 105 cd build && 106 106 107 meson --prefix=/usr &&107 meson --prefix=/usr -Ddocs=false .. && 108 108 ninja</userinput></screen> 109 109 … … 123 123 124 124 <para> 125 <option>-Ddocs=false</option>: Add this option if 126 <application>gtk-doc</application> has not been installed. 125 <option>-Ddocs=true</option>: Use this option if 126 <application>GTK-Doc</application> is installed and you wish to install 127 the documentation. 127 128 </para> 128 129 -
general/prog/dbus-python.xml
r6b601a7b r790d9dfd 77 77 <para role="optional"> 78 78 <xref linkend="python2"/> and 79 <ulink url="https://pypi.python.org/pypi/tap.py/">tap.py i</ulink>79 <ulink url="https://pypi.python.org/pypi/tap.py/">tap.py</ulink> 80 80 (required for tests) 81 81 </para> -
introduction/welcome/changelog.xml
r6b601a7b r790d9dfd 45 45 <para>August 14th, 2018</para> 46 46 <itemizedlist> 47 <listitem> 48 <para>[renodr] - Update to libsoup-2.62.3. Fixes 49 <ulink url="&blfs-ticket-root;11006">#11006</ulink>.</para> 50 </listitem> 47 51 <listitem> 48 52 <para>[renodr] - Update to pango-1.42.3. Fixes -
networking/netlibs/glib-networking.xml
r6b601a7b r790d9dfd 111 111 meson --prefix=/usr \ 112 112 -Dlibproxy_support=false \ 113 -Dca_certificates_path=/etc/ssl/ca-bundle.crt &&113 -Dca_certificates_path=/etc/ssl/ca-bundle.crt .. && 114 114 ninja</userinput></screen> 115 115 -
networking/netlibs/libsoup.xml
r6b601a7b r790d9dfd 9 9 <!ENTITY libsoup-download-ftp 10 10 "&gnome-download-ftp;/libsoup/2.62/libsoup-&libsoup-version;.tar.xz"> 11 <!ENTITY libsoup-md5sum " eaf99b04ac8968ed2b26f2509ba75584">11 <!ENTITY libsoup-md5sum "dfbf30af5fb6190bfafc5aa6abcc9dce"> 12 12 <!ENTITY libsoup-size "1.8 MB"> 13 <!ENTITY libsoup-buildsize "3 9MB (with tests)">14 <!ENTITY libsoup-time "0. 5 SBU (using parallelism=4 and with tests)">13 <!ENTITY libsoup-buildsize "32 MB (with tests)"> 14 <!ENTITY libsoup-time "0.3 SBU"> 15 15 ]> 16 16 -
packages.ent
r6b601a7b r790d9dfd 476 476 <!ENTITY libndp-version "1.7"> 477 477 <!ENTITY libproxy-version "0.4.7"> 478 <!ENTITY libsoup-version "2.62. 2">478 <!ENTITY libsoup-version "2.62.3"> 479 479 <!ENTITY libtirpc-version "1.0.3"> 480 480 <!ENTITY neon-version "0.30.2"> -
x/lib/at-spi2-core.xml
r6b601a7b r790d9dfd 117 117 A session bus address, normally available in an Xorg terminal, 118 118 is necessary to run the tests. To test the results, 119 issue: <command>make check</command>. 119 issue: <command>ninja test</command>. One test, "memory", is known to 120 fail under an LFS environment. 120 121 </para> 121 122 -
x/lib/libglade.xml
r6b601a7b r790d9dfd 85 85 <para>To test the results, issue: <command>make check</command>. 86 86 One of the tests, test-convert, is known to fail.</para> 87 <!-- on this build run (2018-08-14), the tests skipped. Need to see if 88 there are any functionality issues later. --> 87 89 88 90 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
Note:
See TracChangeset
for help on using the changeset viewer.