Changeset 725bec7f
- Timestamp:
- 04/04/2016 12:41:39 AM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, ken/inkscape-core-mods, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- e9a42d7
- Parents:
- 5327e48f
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r5327e48f r725bec7f 49 49 <itemizedlist> 50 50 <listitem> 51 <para>[bdubbs] - Update to qupzilla-2.0.0. Fixes 52 <ulink url="&blfs-ticket-root;7659">#7669</ulink>.</para> 53 </listitem> 54 <listitem> 51 55 <para>[bdubbs] - Update to iso-codes-3.67. Fixes 52 56 <ulink url="&blfs-ticket-root;7677">#7677</ulink>.</para> -
lxqt/apps/qupzilla.xml
r5327e48f r725bec7f 8 8 https://github.com/QupZilla/qupzilla/releases/download/v2.0.0/QupZilla-2.0.0.tar.xz 9 9 --> 10 <!ENTITY qupzilla-download-http " &sources-anduin-http;/qupzilla/qupzilla-&qupzilla-version;.tar.gz">10 <!ENTITY qupzilla-download-http "https://github.com/QupZilla/qupzilla/releases/download/v&qupzilla-version;/QupZilla-&qupzilla-version;.tar.xz"> 11 11 <!ENTITY qupzilla-download-ftp " "> 12 <!ENTITY qupzilla-md5sum " a39767aa92b482863ea4851935e26dd2">13 <!ENTITY qupzilla-size " 4.3MB">14 <!ENTITY qupzilla-buildsize " 80 MB">15 <!ENTITY qupzilla-time " 3.1SBU">12 <!ENTITY qupzilla-md5sum "ecf2ddaf2538bc20bdca2867c57c7f7e"> 13 <!ENTITY qupzilla-size "2.7 MB"> 14 <!ENTITY qupzilla-buildsize "60 MB"> 15 <!ENTITY qupzilla-time "5.9 SBU"> 16 16 ]> 17 17 … … 35 35 <para> 36 36 <application>QupZilla</application> is a fast, feature-rich and 37 lightweight <application>QtWeb Kit</application> based browser,37 lightweight <application>QtWebEngine</application> based browser, 38 38 originally intended only for educational purposes. 39 39 </para> … … 82 82 <xref linkend="cmake"/>, 83 83 <xref linkend="openssl"/>, and 84 <xref linkend="qt5"/> or 85 <xref linkend="qt4"/> 84 <xref linkend="qt5"/> (with qtwebengine) 86 85 </para> 87 86 … … 103 102 104 103 <para> 105 If <application>Qt4</application> and <application>Qt5</application> are106 installed, choose which one you prefer, by running <command>source107 setqt4</command> or <command>source setqt5</command>, respectivelly.108 </para>109 110 <para>111 104 Install <application>QupZilla</application> by running the following 112 105 commands: 113 106 </para> 114 107 115 <screen><userinput>export QUPZILLA_PREFIX=/usr \ 116 USE_WEBGL=true && 117 118 qmake && 119 108 <screen><userinput>export QUPZILLA_PREFIX=/usr && 109 qmake && 120 110 make</userinput></screen> 121 111 122 112 <para> 123 113 The <command>export</command> command is used for configuring the build. 124 Alternatively, you can add each environment variable, one at a line,to114 Alternatively, you can add the environment variable to 125 115 <filename>src/defines.pri</filename>. The choice of <filename 126 116 class="directory">/usr</filename> prefix is due to the general … … 211 201 <listitem> 212 202 <para> 213 is a lightweight <application>QtWeb Kit</application> web browser.203 is a lightweight <application>QtWebEngine</application> web browser. 214 204 </para> 215 205 <indexterm zone="qupzilla qupzilla-prog"> -
packages.ent
r5327e48f r725bec7f 661 661 <!ENTITY qtermwidget-version "0.6.0"> 662 662 <!ENTITY qterminal-version "0.6.0"> 663 <!ENTITY qupzilla-version " 1.8.9">663 <!ENTITY qupzilla-version "2.0.0"> 664 664 <!ENTITY qscintilla-version "2.9.1"> 665 665 <!ENTITY juffed-version "0.10.r71.gc3c1a3f"> -
x/lib/qt5.xml
r5327e48f r725bec7f 12 12 <!ENTITY qt5-md5sum "47763c168f58b1196271b231f03c8bae"> 13 13 <!ENTITY qt5-size "284 MB"> 14 <!ENTITY qt5-buildsize "7.2 GB (163 MB installed )">15 <!ENTITY qt5-time "19.7 SBU (using parallelism=4 )">14 <!ENTITY qt5-buildsize "7.2 GB (163 MB installed, add 1.0 GB build size and 102 MB installed size for qtwebengine)"> 15 <!ENTITY qt5-time "19.7 SBU (using parallelism=4, add 19 SBU for qtwebengine)"> 16 16 ]> 17 17 … … 413 413 414 414 <para> 415 <parameter>-skip qtwebengine</parameter>: This switch disables 416 building the Qt Web Engine. It is not presently used by417 any applications. Note that building the Qt Web Engine increases the418 build time and the installed size by almost 50%.415 <parameter>-skip qtwebengine</parameter>: This switch disables building 416 the Qt Web Engine. It is only used by <xref linkend='qupzilla'/> at this 417 writing. Note that building the Qt Web Engine substantially increases 418 the build time and both the build and installed size. 419 419 </para> 420 420
Note:
See TracChangeset
for help on using the changeset viewer.