Changeset 604d16a
- Timestamp:
- 07/06/2019 02:52:28 AM (4 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, ken/tuningfonts, lazarus, lxqt, plabs/python-mods, qt5new, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 0c38e23
- Parents:
- 05e57e19
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r05e57e19 r604d16a 46 46 <para>July 5th, 2019</para> 47 47 <itemizedlist> 48 <listitem> 49 <para>[bdubbs] - Update to qtwebengine-everywhere-src-5.13.0. 50 Clarify python3 instructions in qt-everywhere-src-5.13.0. Fixes 51 <ulink url="&blfs-ticket-root;12173">#12173</ulink>.</para> 52 </listitem> 48 53 <listitem> 49 54 <para>[renodr] - Update to libbytesize-2.1. Fixes -
packages.ent
r05e57e19 r604d16a 708 708 <!ENTITY pangomm-version "2.42.0"> 709 709 <!ENTITY qt5-version "5.13.0"> 710 <!ENTITY qtwebengine-version "5.1 2.4">710 <!ENTITY qtwebengine-version "5.13.0"> 711 711 <!ENTITY qtwebkit-version "5.9.0"> 712 712 <!ENTITY qscintilla-version "2.10.4"> -
x/lib/qt5.xml
r05e57e19 r604d16a 249 249 Install <application>Qt5</application> by running the following commands: 250 250 </para> 251 251 <!-- 252 252 <screen><userinput>find . -name "*.pr[io]" | xargs sed -i 's/python/&3/' && 253 --> 254 255 <screen><userinput>sed -i 's/python /python3 /' qtdeclarative/qtdeclarative.pro \ 256 qtdeclarative/src/3rdparty/masm/masm.pri && 253 257 254 258 ./configure -prefix $QT5PREFIX \ … … 384 388 385 389 <para> 386 <command> find ... | xargssed ...</command>: Allows using390 <command>sed ...</command>: Allows using 387 391 <application>Python 3</application> instead of <application>Python 388 392 2</application>. This command destroys the build for QtWebEngine, so do -
x/lib/qtwebengine.xml
r05e57e19 r604d16a 8 8 <!ENTITY qtwebengine-download-http "https://download.qt.io/archive/qt/&qtwebengine-major;/&qtwebengine-version;/submodules/qtwebengine-everywhere-src-&qtwebengine-version;.tar.xz"> 9 9 <!ENTITY qtwebengine-download-ftp " "> 10 <!ENTITY qtwebengine-md5sum " 9f1f20537eba9b166cd0e59191e49f29">11 <!ENTITY qtwebengine-size "2 38MB">12 <!ENTITY qtwebengine-buildsize "3. 3GB (135 MB installed)">13 <!ENTITY qtwebengine-time " 40SBU (using 4 cores)">10 <!ENTITY qtwebengine-md5sum "235ecc14211ba03ae7331c175c1b7c78"> 11 <!ENTITY qtwebengine-size "245 MB"> 12 <!ENTITY qtwebengine-buildsize "3.5 GB (135 MB installed)"> 13 <!ENTITY qtwebengine-time "62 SBU (using 4 cores)"> 14 14 ]> 15 15
Note:
See TracChangeset
for help on using the changeset viewer.