Changeset 789e7a2 for x


Ignore:
Timestamp:
06/21/2016 08:00:43 PM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, 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:
377765c
Parents:
6fbcfdf
Message:

Update to qtwebkit-5.7.0

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

Location:
x/lib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • x/lib/qt5.xml

    r6fbcfdf r789e7a2  
    55  %general-entities;
    66
    7   <!ENTITY qt5-major "5.6">
     7  <!ENTITY qt5-major "5.7">
    88  <!ENTITY qt5-url   "http://download.qt.io/archive/qt/&qt5-major;/&qt5-version;/single">
    99
  • x/lib/qtwebkit5.xml

    r6fbcfdf r789e7a2  
    55  %general-entities;
    66
    7   <!ENTITY qtwebkit-major "5.6">
     7  <!ENTITY qtwebkit-major "5.7">
    88  <!ENTITY qtwebkit-url   "http://download.qt.io/community_releases/&qtwebkit-major;/&qtwebkit-version;">
    99
    1010  <!ENTITY qtwebkit-download-http "&qtwebkit-url;/qtwebkit-opensource-src-&qtwebkit-version;.tar.xz">
    1111  <!ENTITY qtwebkit-download-ftp  " ">
    12   <!ENTITY qtwebkit-md5sum        "9ea7cb557375ba2fc7c62742c522d093">
     12  <!ENTITY qtwebkit-md5sum        "9379b8829639645c184fa63532035098">
    1313  <!ENTITY qtwebkit-size          "34 MB">
    14   <!ENTITY qtwebkit-buildsize     "710 MB (38 MB installed)">
    15   <!ENTITY qtwebkit-time          "12.0 SBU (using parallelism=4)">
     14  <!ENTITY qtwebkit-buildsize     "763 MB (37 MB installed)">
     15  <!ENTITY qtwebkit-time          "12.3 SBU (using parallelism=4)">
    1616]>
    1717
     
    104104    </para>
    105105
    106 <screen><userinput><!--syncqt.pl -version 5.6.0 Source/sync.profile &amp;&amp;
    107 -->qmake &amp;&amp;
    108 make</userinput></screen>
     106<screen><userinput>SAVEPATH=$PATH             &amp;&amp;
     107export PATH=$PWD/bin:$PATH &amp;&amp;
     108
     109mkdir -p build        &amp;&amp;
     110cd       build        &amp;&amp;
     111
     112qmake ../WebKit.pro   &amp;&amp;
     113make                  &amp;&amp;
     114
     115export PATH=$SAVEPATH &amp;&amp;
     116unset SAVEPATH </userinput></screen>
    109117
    110118    <para>
     
    148156
    149157    <para>
    150       <command>syncqt.pl ...</command>: is a Qt internal development tool
    151       that synchronizes Qt header files.
     158      <command>export PATH=$PWD/bin:$PATH</command>: sets a temporary path needed
     159      to complete the build and install process.
    152160    </para>
    153161
Note: See TracChangeset for help on using the changeset viewer.