Ignore:
Timestamp:
10/27/2017 04:21:45 PM (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.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:
f4ac439a
Parents:
4a848a6
Message:

LXQt-0.12.0

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

File:
1 edited

Legend:

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

    r4a848a6 r737f339  
    1111  <!ENTITY lxqt-panel-download-http "https://github.com/lxde/lxqt-panel/releases/download/&lxqt-panel-version;/lxqt-panel-&lxqt-panel-version;.tar.xz">
    1212  <!ENTITY lxqt-panel-download-ftp  " ">
    13   <!ENTITY lxqt-panel-md5sum        "bf84113e02c84c32b90539855a3e6139">
    14   <!ENTITY lxqt-panel-size          "260 KB">
    15   <!ENTITY lxqt-panel-buildsize     "20 MB">
    16   <!ENTITY lxqt-panel-time          "1.4 SBU">
     13  <!ENTITY lxqt-panel-md5sum        "58bf215ddfb9727d8c494618c58064e5">
     14  <!ENTITY lxqt-panel-size          "265 KB">
     15  <!ENTITY lxqt-panel-buildsize     "24 MB">
     16  <!ENTITY lxqt-panel-time          "1.3 SBU">
    1717]>
    1818
     
    121121    -i plugin-taskbar/lxqttaskgroup.{h,cpp}     &amp;&amp;
    122122
    123 sed -e '/kbdinfo.h/i #undef explicit'           \
    124     -i plugin-kbindicator/src/x11/kbdlayout.cpp &amp;&amp;
    125 
    126123mkdir -v build &amp;&amp;
    127124cd       build &amp;&amp;
     
    130127      -DCMAKE_BUILD_TYPE=Release          \
    131128      -DPULL_TRANSLATIONS=no              \
    132       -DCMAKE_INSTALL_LIBDIR=lib          \
    133129      ..                                  &amp;&amp;
    134130make</userinput></screen>
     
    152148      <command>sed ... plugin-taskbar/lxqttaskgroup.{h,cpp}</command>:
    153149      Removes a hard coded directory from an include file and allows
    154       the system to find it.
    155     </para>
    156 
    157     <para>
    158       <command>sed ... kbdlayout.cpp</command>: Fixes an upstream workaround
    159       for a namespace conflict. See <ulink
    160 url="https://git.archlinux.org/svntogit/community.git/tree/trunk/fix-build.patch?h=packages/lxqt-panel">
    161       this archlinux patch</ulink>.
    162     </para>
     150      the system to find it when the KDE Framework dependencies are not
     151      installed in <envar>$LXQT_PREFIX</envar>.
     152    </para>
     153
    163154    <para>
    164155      <parameter>-DPULL_TRANSLATIONS=no</parameter>: Removes the need for
Note: See TracChangeset for help on using the changeset viewer.