Changeset 790258a for lxqt


Ignore:
Timestamp:
07/18/2023 02:38:17 AM (10 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.0, 12.1, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
e0f68c6
Parents:
059c05c
Message:

lxqt-panel: Add an instruction to allow users who have KF5 in /opt to
build the package.

The underlying problem is that the build system assumes that
KWindowSystem is installed in /usr, and doesn't account for builds in
/opt.

To fix this, export some CXXFLAGS to allow it to find the headers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lxqt/desktop/lxqt-panel.xml

    r059c05c r790258a  
    9797
    9898    <para>
     99      First, if you have the full <xref role="nodep" linkend="kf5-frameworks"/>
     100      installed in <filename class="directory">/opt</filename>, allow the build
     101      system to see some required headers:
     102    </para>
     103
     104<screen role="nodump"><userinput>export CXXFLAGS="-I/opt/kf5/include"</userinput></screen>
     105
     106    <para>
    99107      Install <application>lxqt-panel</application> by running the following
    100108      commands:
     
    125133
    126134    <para>
    127       <option>-D&lt;plugin&gt;_PLUGIN=no</option>: Disable &lt;plugin&gt;,
     135      <option>-D&lt;plugin&gt;_PLUGIN=no</option>: Disable a &lt;plugin&gt;,
    128136      where &lt;plugin&gt; may be CLOCK, COLORPICKER, CPULOAD, DIRECTORYMENU,
    129137      DESKTOPSWITCH, KBINDICATOR, MAINMENU, MOUNT, QUICKLAUNCH, SENSORS,
    130138      SHOWDESKTOP, NETWORKMONITOR, SYSSTAT, TASKBAR, STATUSNOTIFIER, TRAY,
    131       VOLUME, WORLDCLOCK, or SPACER,
     139      VOLUME, WORLDCLOCK, or SPACER
    132140    </para>
    133141
     
    167175          <para>
    168176            is a lightweight <application>Qt5</application> based
    169             panel for the <application>LXQt</application> Desktop.
     177            panel for the <application>LXQt</application> Desktop
    170178          </para>
    171179          <indexterm zone="lxqt-panel lxqt-panel-prog">
Note: See TracChangeset for help on using the changeset viewer.