Ignore:
Timestamp:
07/19/2015 05:26:23 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 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:
6c40c5ef
Parents:
52bb921
Message:
  • LXQt applications: More fixes, including some for building with Qt4.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lxqt/apps/qupzilla.xml

    r52bb921 r8137b30  
    2121  </sect1info>
    2222
    23   <title>QupZilla-&qupzilla-version;</title>
     23  <title>qupzilla-&qupzilla-version;</title>
    2424
    2525  <indexterm zone="qupzilla">
     
    3131
    3232    <para>
    33       <application>QupZilla</application> is a fast
    34        <application>QtWebKit</application> browser. It aims to be a lightweight
    35        web browser available through all major platforms. It has been
    36        originally started only for educational purposes. But from its start,
    37        <application>QupZilla</application> has grown into a feature-rich
    38        browser.
     33      <application>QupZilla</application> is a fast, feature-rich and
     34      lightweight <application>QtWebKit</application> based browser,
     35      originally intended only for educational purposes.
    3936    </para>
    4037
     
    9491    <bridgehead renderas="sect4">Required</bridgehead>
    9592    <para role="required">
    96       <xref linkend="cmake"/>
     93      <xref linkend="cmake"/>,
    9794      <xref linkend="openssl"/>, and
    9895      <xref linkend="qt5"/> or
     
    117114
    118115    <para>
    119       The following fixes are needed, if building with <application>Qt5</application>:
     116      The following fixes are needed, if building with
     117      <application>Qt5</application>:
    120118    </para>
    121119
     
    132130    </para>
    133131
    134     <para>
    135       The next commands are used for the build configuration and for fixing
    136       the submenu in the Desktop Environment. Alternatively, you can add each
    137       environmet variable, one at a line, to
    138       <filename>src/defines.pri</filename>.
    139     </para>
    140 
    141 <screen><userinput>export QUPZILLA_PREFIX=/usr \
    142        USE_WEBGL=true       &amp;&amp;
    143 
    144 sed -e 's/^TargetEnvironment/#&amp;/'              \
     132    <note>
     133      <para>
     134        By default,  <application>QupZilla</application> installs its menu in
     135        the Office category, depending on the Desktop Environment.  If
     136        desired, change it to the Internet category:
     137      </para>
     138
     139<screen><userinput>sed -e 's/^TargetEnvironment/#&amp;/'              \
    145140    -e 's/Categories=/&amp;Application;Internet;/' \
    146141    -i  linux/applications/qupzilla.desktop</userinput></screen>
    147 
    148     <para>
    149       The choice of <filename class="directory">/usr</filename> for prefix is
    150       due to the general characteristics of this program, which can be used
    151       without <application>LXQt</application>.
    152     </para>
     142    </note>
    153143
    154144    <para>
     
    157147    </para>
    158148
    159 <screen><userinput>qmake</userinput></screen>
     149<screen><userinput>export QUPZILLA_PREFIX=/usr \
     150       USE_WEBGL=true &amp;&amp;
     151
     152qmake &amp;&amp;
     153
     154make</userinput></screen>
     155
     156    <para>
     157      The <command>export</command> command is used for configuring the build.
     158      Alternatively, you can add each environmet variable, one at a line, to
     159      <filename>src/defines.pri</filename>. The choice of <filename
     160      class="directory">/usr</filename> prefix is due to the general
     161      characteristics of this program, which can be used without
     162      <application>LXQt</application>.
     163    </para>
    160164
    161165    <para>
     
    183187    <title>Command Explanations</title>
    184188
    185     <para>
    186       <command>sed ... -i  linux/applications/qupzilla.desktop</command>:
    187       Fixes location in some Desktop Environment submenu.
    188     </para>
    189 
    190189    <note>
    191190      <para>
    192         Following variables need to be exported. You can add them to the
    193         <command>export</command> block in the main instructions.
    194         Alternatively, instead of exporting, they can be added, one at a line,
    195         to <filename>src/defines.pri</filename>.
     191        If you wish to use any the following variables, they need to be
     192        exported.  You can add them to the <command>export</command> block in
     193        the main instructions.  Alternatively, instead of exporting, they can
     194        be added, one at a line, to <filename>src/defines.pri</filename>.
    196195      </para>
    197196    </note>
     
    203202
    204203    <para>
    205       <envar>GNOME_INTEGRATION=true</envar>: Enable Gnome integration, this
     204      <envar>GNOME_INTEGRATION=true</envar>: Enables Gnome integration, this
    206205      meaning the build of Gnome-Keyring Password plugin, which provides
    207206      support for storing passwords in Gnome-Keyring.
     
    209208
    210209    <para>
    211       <envar>KDE_INTEGRATION=true</envar>: Enable KDE integration, this
     210      <envar>KDE_INTEGRATION=true</envar>: Enables KDE integration, this
    212211      meaning the build of KWallet Password plugin, which provides support for
    213212      storing passwords in KWallet.
Note: See TracChangeset for help on using the changeset viewer.