Changeset 979dcbd5
- Timestamp:
- 01/01/2019 05:34:20 PM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.4, 9.0, 9.1, bdubbs/svn, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 950d2f74
- Parents:
- d973faf
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
gnome.ent
rd973faf r979dcbd5 18 18 <!ENTITY gcr-version "3.28.0"> 19 19 <!ENTITY gsettings-desktop-schemas-version "3.28.1"> 20 <!ENTITY libsecret-version "0.18. 6">20 <!ENTITY libsecret-version "0.18.7"> 21 21 <!ENTITY rest-version "0.8.1"> 22 22 <!ENTITY totem-pl-parser-version "3.26.1"> … … 25 25 <!ENTITY GConf-version "3.2.6"> 26 26 <!ENTITY geocode-glib-version "3.26.0"> 27 <!ENTITY gjs-version "1.54. 1">27 <!ENTITY gjs-version "1.54.3"> 28 28 <!ENTITY gnome-autoar-version "0.2.3"> 29 29 <!ENTITY gnome-desktop-version "3.28.2"> -
gnome/platform/gjs.xml
rd973faf r979dcbd5 7 7 <!ENTITY gjs-download-http "&gnome-download-http;/gjs/1.54/gjs-&gjs-version;.tar.xz"> 8 8 <!ENTITY gjs-download-ftp "&gnome-download-ftp;/gjs/1.54/gjs-&gjs-version;.tar.xz"> 9 <!ENTITY gjs-md5sum " 54530c44fef502ac5a0fbc5772d77ace">9 <!ENTITY gjs-md5sum "387dd08d40d4f1f1ffec9546b52e7619"> 10 10 <!ENTITY gjs-size "636 KB"> 11 11 <!ENTITY gjs-buildsize "78 MB (with tests)"> 12 <!-- 100 MB less - seems fishy, but seems to work. -->13 12 <!ENTITY gjs-time "1.0 SBU (with tests)"> 14 13 ]> … … 117 116 use Unicode are known to fail, as C.UTF-8 isn't defined as a locale 118 117 in our environment. 118 <!-- I sent a mail to the lists regarding this on 2019-01-01 -renodr --> 119 119 </para> 120 120 -
gnome/platform/libsecret.xml
rd973faf r979dcbd5 7 7 <!ENTITY libsecret-download-http "&gnome-download-http;/libsecret/0.18/libsecret-&libsecret-version;.tar.xz"> 8 8 <!ENTITY libsecret-download-ftp "&gnome-download-ftp;/libsecret/0.18/libsecret-&libsecret-version;.tar.xz"> 9 <!ENTITY libsecret-md5sum " c6cf132a56bd346fbf49a43abb02e5c2">10 <!ENTITY libsecret-size " 480 KB">11 <!ENTITY libsecret-buildsize "1 2MB">12 <!ENTITY libsecret-time "0. 2SBU">9 <!ENTITY libsecret-md5sum "376153ece17081eb5410870e0dc5c031"> 10 <!ENTITY libsecret-size "500 KB"> 11 <!ENTITY libsecret-buildsize "17 MB"> 12 <!ENTITY libsecret-time "0.1 SBU"> 13 13 ]> 14 14 -
introduction/welcome/changelog.xml
rd973faf r979dcbd5 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[renodr] - Update to libsecret-0.18.7. Fixes 49 <ulink url="&blfs-ticket-root;11491">#11491</ulink>.</para> 50 </listitem> 51 <listitem> 52 <para>[renodr] - Update to gjs-1.54.3. Fixes 53 <ulink url="&blfs-ticket-root;11276">#11276</ulink>.</para> 54 </listitem> 55 <listitem> 48 56 <para>[dj] - Update to make-ca-1.1. Complete configuration of P11-Kit 49 57 trust-extract-compat to utilize both P11-kit and make-ca.</para> -
multimedia/libdriv/faac.xml
rd973faf r979dcbd5 105 105 106 106 <!-- 1.28: This is still broken, it causes a segfault. --> 107 108 <para><option>- -enable-drm</option>: This option is supposed to enable107 <!-- 108 <para><option>- -enable-drm</option>: This option is supposed to enable 109 109 support for encoding files for 110 110 <ulink url="http://www.drm.org/">Digital Radio Mondiale</ulink>, but … … 113 113 by <xref linkend="faad2"/>, even if compiled with DRM support). 114 114 Don't use it.</para> 115 115 --> 116 <!-- Since we say "Don't use it", let's not even list it. That would open up 117 the possibility of a user seeing it and enabling it anyway. --> 116 118 </sect2> 117 119 -
networking/netlibs/neon.xml
rd973faf r979dcbd5 87 87 <ulink url="https://github.com/libproxy/libproxy">libproxy</ulink>, and 88 88 <ulink url="http://www.manyfish.co.uk/pakchois/">pakchois</ulink> 89 <!-- Note - this URL is broken as of 08-16-2018 --> 89 <!-- Note - this URL is broken as of 08-16-2018 90 01-01-2019 - still broken. --> 90 91 </para> 91 92 -
x/installing/libinput.xml
rd973faf r979dcbd5 221 221 </para> 222 222 223 <para >223 <para revision="sysv"> 224 224 <option>-Dlibwacom=false</option>: Remove this 225 225 option if you have the external library libwacom installed. 226 </para> 227 228 <para revision="systemd"> 229 <option>-Dlibwacom=false</option>: Remove this option if you 230 have <xref linkend="libwacom"/> installed, or if you are installing 231 GNOME. 226 232 </para> 227 233 … … 238 244 <seglistitem> 239 245 <seg> 240 libinput ,246 libinput 241 247 <!-- libinput-debug-events, libinput-list-devices, libinput-measure*, 242 248 libinput-record, libinput-replay Library Executables --> -
x/lib/cogl.xml
rd973faf r979dcbd5 140 140 To test the results, issue: <command>make check</command>. The 141 141 tests should be run from an X terminal on the hardware accelerated 142 Xorg Server. 142 Xorg Server. A few tests will use all CPUs in parallel, regardless of 143 parallellism settings. 143 144 </para> 144 145 -
x/wm/openbox.xml
rd973faf r979dcbd5 100 100 </note> 101 101 102 <para>If you installed onlyPython 3 PyXDG module convert one of the102 <para>If you only installed the Python 3 PyXDG module convert one of the 103 103 scripts to Python 3:</para> 104 104
Note:
See TracChangeset
for help on using the changeset viewer.