Changeset 40b70d8 for x


Ignore:
Timestamp:
09/09/2019 11:22:16 PM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.1, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
f06feb8
Parents:
8f858c7
Message:

Update to qtwebengine-everywhere-src-5.13.1.
Update to qt-everywhere-src-5.13.1.
Update to glib-networking-2.62.0.
Update to mercurial-5.1.1.
Update to enchant-2.2.6.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22122 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
x/lib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • x/lib/qt5.xml

    r8f858c7 r40b70d8  
    1010  <!ENTITY qt5-download-http "&qt5-url;/qt-everywhere-src-&qt5-version;.tar.xz">
    1111  <!ENTITY qt5-download-ftp  " ">
    12   <!ENTITY qt5-md5sum        "3c168d9a3a08248ff36f4f54c82e437f">
    13   <!ENTITY qt5-size          "481 MB">
    14   <!ENTITY qt5-buildsize     "12.5 GB (245 MB installed)">
    15   <!ENTITY qt5-time          "46 SBU (using parallelism=4)">
     12  <!ENTITY qt5-md5sum        "d66b1da335d0c25325fdf493e9044c38">
     13  <!ENTITY qt5-size          "479 MB">
     14  <!ENTITY qt5-buildsize     "12.5 GB (246 MB installed)">
     15  <!ENTITY qt5-time          "35 SBU (using parallelism=4)">
    1616]>
    1717
     
    7878      </listitem>
    7979    </itemizedlist>
    80 
     80<!--
    8181   <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    8282    <itemizedlist spacing='compact'>
     
    8686      </listitem>
    8787    </itemizedlist>
    88 
     88-->
    8989    <bridgehead renderas="sect3">Qt5 Dependencies</bridgehead>
    9090
     
    239239            -examplesdir    /usr/share/doc/qt5/examples</userinput></screen>
    240240    </note>
    241 
     241<!--
    242242    <para>
    243243      First fix some issues found upstream:
     
    245245
    246246<screen><userinput>patch -Np1 -i ../qt-&qt5-version;-upstream_fixes-1.patch &amp;&amp;</userinput></screen>
    247 
    248 <!--<para>
    249       Next, fix an issue caused by changes in the Kernel API Headers:
    250     </para>
    251 
    252 <screen><userinput remap="pre">sed -i 's/SIOCGSTAMP/0x8906/' \
    253 qtserialbus/src/plugins/canbus/socketcan/socketcanbackend.cpp</userinput></screen>-->
     247-->
    254248    <para>
    255249      Install <application>Qt5</application> by running the following commands:
    256250    </para>
    257 <!--
    258 <screen><userinput>find . -name "*.pr[io]" | xargs sed -i 's/python/&amp;3/' &amp;&amp;
    259 -->
    260251
    261252<screen><userinput>sed -i 's/python /python3 /' qtdeclarative/qtdeclarative.pro \
  • x/lib/qtwebengine.xml

    r8f858c7 r40b70d8  
    1111  <!ENTITY qtwebengine-size          "245 MB">
    1212  <!ENTITY qtwebengine-buildsize     "3.5 GB (135 MB installed)">
    13   <!ENTITY qtwebengine-time          "62 SBU (using 4 cores)">
     13  <!ENTITY qtwebengine-time          "61 SBU (using 4 cores)">
    1414]>
    1515
     
    9595      </listitem>
    9696    </itemizedlist>
    97 
     97<!--
    9898    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    9999    <itemizedlist spacing="compact">
     
    105105      </listitem>
    106106    </itemizedlist>
    107 
     107-->
    108108    <bridgehead renderas="sect3">qtwebengine Dependencies</bridgehead>
    109109
     
    159159<screen><userinput>find -type f -name "*.pr[io]" |
    160160  xargs sed -i -e 's|INCLUDEPATH += |&amp;$$QTWEBENGINE_ROOT/include |'</userinput></screen>
    161 
     161<!--
    162162    <para>
    163163      Next, apply a patch that fixes background rendering issues in Falkon,
     
    166166
    167167<screen><userinput remap="pre">patch -Np1 -i ../qtwebengine-&qtwebengine-version;-background_rendering_fix-1.patch</userinput></screen>
    168    
     168-->   
    169169    <para>
    170170      If an older version of the package's main library has been installed,
Note: See TracChangeset for help on using the changeset viewer.