Ignore:
Timestamp:
02/21/2017 09:04:52 AM (7 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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:
8027c69
Parents:
ac75c3d1
Message:

Fix lxqt-panel build (thanks to arch linux)

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

File:
1 edited

Legend:

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

    rac75c3d1 rad6afb24  
    114114    </para>
    115115
    116 <screen><userinput>sed -e 's:&lt;KF5/KWindowSystem/:&lt;:' \
    117     -i plugin-taskbar/lxqttaskgroup.{h,cpp} &amp;&amp;
     116<screen><userinput>sed -e 's:&lt;KF5/KWindowSystem/:&lt;:'               \
     117    -i plugin-taskbar/lxqttaskgroup.{h,cpp}     &amp;&amp;
     118sed -e '\@&lt;xcb/xkb.h@a #undef explicit'         \
     119    -i plugin-kbindicator/src/x11/kbdlayout.cpp &amp;&amp;
    118120
    119121mkdir -v build &amp;&amp;
     
    149151
    150152    <para>
     153      <command>sed ... kbdlayout.cpp</command>: Fixes an upstream workaround
     154      for a namespace conflict. See <ulink
     155url="https://git.archlinux.org/svntogit/community.git/tree/trunk/fix-build.patch?h=packages/lxqt-panel">
     156      this archlinux patch</ulink>.
     157    </para>
     158    <para>
    151159      <parameter>-DPULL_TRANSLATIONS=no</parameter>: Removes the need for
    152160      <xref linkend="git"/>, which would otherwise be requested to download
     
    155163
    156164    <para>
    157       <option>-D&lt;plugin&gt;_PLUGIN=no</option>: Disable $lt;plugin&gt;,
     165      <option>-D&lt;plugin&gt;_PLUGIN=no</option>: Disable &lt;plugin&gt;,
    158166      where &lt;plugin&gt; may be CLOCK, COLORPICKER, CPULOAD, DIRECTORYMENU,
    159167      DESKTOPSWITCH, KBINDICATOR, MAINMENU, MOUNT, QUICKLAUNCH, SENSORS,
Note: See TracChangeset for help on using the changeset viewer.