Changeset 725bec7f for lxqt/apps/qupzilla.xml
- Timestamp:
- 04/04/2016 12:41:39 AM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/inkscape-core-mods, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- e9a42d7
- Parents:
- 5327e48f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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">
Note:
See TracChangeset
for help on using the changeset viewer.