Changeset 725bec7f for lxqt


Ignore:
Timestamp:
04/04/2016 12:41:39 AM (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:
e9a42d7
Parents:
5327e48f
Message:

Update to qupzilla-2.0.0

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lxqt/apps/qupzilla.xml

    r5327e48f r725bec7f  
    88       https://github.com/QupZilla/qupzilla/releases/download/v2.0.0/QupZilla-2.0.0.tar.xz
    99  -->
    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">
    1111  <!ENTITY qupzilla-download-ftp  " ">
    12   <!ENTITY qupzilla-md5sum        "a39767aa92b482863ea4851935e26dd2">
    13   <!ENTITY qupzilla-size          "4.3 MB">
    14   <!ENTITY qupzilla-buildsize     "80 MB">
    15   <!ENTITY qupzilla-time          "3.1 SBU">
     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">
    1616]>
    1717
     
    3535    <para>
    3636      <application>QupZilla</application> is a fast, feature-rich and
    37       lightweight <application>QtWebKit</application> based browser,
     37      lightweight <application>QtWebEngine</application> based browser,
    3838      originally intended only for educational purposes.
    3939    </para>
     
    8282      <xref linkend="cmake"/>,
    8383      <xref linkend="openssl"/>, and
    84       <xref linkend="qt5"/> or
    85       <xref linkend="qt4"/>
     84      <xref linkend="qt5"/> (with qtwebengine)
    8685    </para>
    8786
     
    103102
    104103    <para>
    105       If <application>Qt4</application> and <application>Qt5</application> are
    106       installed, choose which one you prefer, by running <command>source
    107       setqt4</command> or <command>source setqt5</command>, respectivelly.
    108     </para>
    109 
    110     <para>
    111104      Install <application>QupZilla</application> by running the following
    112105      commands:
    113106    </para>
    114107
    115 <screen><userinput>export QUPZILLA_PREFIX=/usr \
    116        USE_WEBGL=true       &amp;&amp;
    117 
    118 qmake &amp;&amp;
    119 
     108<screen><userinput>export QUPZILLA_PREFIX=/usr &amp;&amp;
     109qmake                       &amp;&amp;
    120110make</userinput></screen>
    121111
    122112    <para>
    123113      The <command>export</command> command is used for configuring the build.
    124       Alternatively, you can add each environment variable, one at a line, to
     114      Alternatively, you can add the environment variable to
    125115      <filename>src/defines.pri</filename>. The choice of <filename
    126116      class="directory">/usr</filename> prefix is due to the general
     
    211201        <listitem>
    212202          <para>
    213             is a lightweight <application>QtWebKit</application> web browser.
     203            is a lightweight <application>QtWebEngine</application> web browser.
    214204          </para>
    215205          <indexterm zone="qupzilla qupzilla-prog">
Note: See TracChangeset for help on using the changeset viewer.