Ignore:
Timestamp:
01/04/2017 12:48:12 AM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
da9287f
Parents:
9dfdf8b7
Message:

Update to lxqt-0.11.1

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

File:
1 edited

Legend:

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

    r9dfdf8b7 rd9c3e477  
    77  <!ENTITY lxqt-panel-download-http "&lxqt-http-repo;/&lxqt-version;/lxqt-panel-&lxqt-panel-version;.tar.xz">
    88  <!ENTITY lxqt-panel-download-ftp  " ">
    9   <!ENTITY lxqt-panel-md5sum        "6548d7dcb8bf55eef75ba1c601eb4992">
    10   <!ENTITY lxqt-panel-size          "257 KB">
    11   <!ENTITY lxqt-panel-buildsize     "23 MB">
    12   <!ENTITY lxqt-panel-time          "1.3 SBU">
     9  <!ENTITY lxqt-panel-md5sum        "bf84113e02c84c32b90539855a3e6139">
     10  <!ENTITY lxqt-panel-size          "260 KB">
     11  <!ENTITY lxqt-panel-buildsize     "20 MB">
     12  <!ENTITY lxqt-panel-time          "1.4 SBU">
    1313]>
    1414
     
    114114    </para>
    115115
    116 <screen><userinput>mkdir -v build &amp;&amp;
     116<screen><userinput>sed -e 's:&lt;KF5/KWindowSystem/:&lt;:' \
     117    -i plugin-taskbar/lxqttaskgroup.{h,cpp} &amp;&amp;
     118
     119mkdir -v build &amp;&amp;
    117120cd       build &amp;&amp;
    118121
     
    138141  <sect2 role="commands">
    139142    <title>Command Explanations</title>
     143
     144    <para>
     145      <command>sed ... plugin-taskbar/lxqttaskgroup.{h,cpp}</command>:
     146      Removes a hard coded directory from an include file and allows
     147      the system to find it.
     148    </para>
    140149
    141150    <para>
Note: See TracChangeset for help on using the changeset viewer.