Ignore:
Timestamp:
11/05/2015 12:02:43 AM (8 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.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:
3d656d7
Parents:
cc5c1c3
Message:
  • Update to libsysstat 0.3.1.
  • Update to libqtxdg-1.3.0.
  • Update to Update to LXQt 0.10.0.
  • Archive liblxqt-mount-0.9.0.
  • Short descriptions and typo, from Denis Mugnier.
  • Update to qupzilla-1.8.8.

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

File:
1 edited

Legend:

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

    rcc5c1c3 r096ed61  
    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        "cdae5a811c68fe8162230f1e9ef765f2">
    10   <!ENTITY lxqt-panel-size          "272 KB">
    11   <!ENTITY lxqt-panel-buildsize     "26 MB">
    12   <!ENTITY lxqt-panel-time          "1 SBU">
     9  <!ENTITY lxqt-panel-md5sum        "4a884aa9a59b2f554204ab3491663edc">
     10  <!ENTITY lxqt-panel-size          "324 KB">
     11  <!ENTITY lxqt-panel-buildsize     "31 MB">
     12  <!ENTITY lxqt-panel-time          "1.8 SBU">
    1313]>
    1414
     
    7575    <bridgehead renderas="sect4">Required</bridgehead>
    7676    <para role="required">
     77      kguiaddons and solid, both from
     78      <xref linkend="kf5-frameworks"/> (keyboard indicator plugin),
    7779      <xref linkend="lxqt-globalkeys"/>,
     80      <xref linkend="libdbusmenu-qt"/> (built against Qt5),
    7881      <xref linkend="liblxqt"/>,
    79       <xref linkend="liblxqt-mount"/>,
     82      <xref linkend="libxkbcommon"/>,
    8083      <xref linkend="lxmenu-data"/>, and
    8184      <xref linkend="menu-cache"/>
     
    9194    <bridgehead renderas="sect4">Recommended</bridgehead>
    9295    <para role="recommended">
    93       kguiaddons, from <xref linkend="kf5-frameworks"/> (keyboard indicator plugin),
    94       <xref linkend="alsa-lib"/> or <xref linkend="pulseaudio"/> (volume plugin),
     96      <xref linkend="alsa-lib"/> or
     97      <xref linkend="pulseaudio"/> (volume plugin),
    9598      <xref linkend="libstatgrab"/> (system statistics plugin),
    9699      <xref linkend="libsysstat"/> (CPU and network monitor plugins), and
     
    111114    </para>
    112115
    113 <screen><userinput>sed -i 's:&lt;KF5/KWindowSystem/:&lt;:'       \
    114        plugin-mainmenu/lxqtmainmenu.cpp       \
    115        plugin-kbindicator/lxqtkbindicator.h   \
    116        plugin-showdesktop/showdesktop.cpp     \
    117        plugin-taskbar/lxqttaskbutton.cpp      \
    118        plugin-taskbar/lxqttaskbar.h           \
    119        plugin-desktopswitch/desktopswitch.cpp \
    120        panel/lxqtpanel.cpp                    \
    121        panel/config/configpaneldialog.cpp     &amp;&amp;
    122 
    123 sed -e 's:&lt;KF5/KGuiAddons/:&lt;:'          \
    124     -i plugin-kbindicator/lxqtkbindicator.h   &amp;&amp;
    125 
     116<screen><userinput>sed -e 's:&lt;KF5/KWindowSystem/:&lt;:' \
     117    -i plugin-taskbar/lxqttaskgroup.{h,cpp} &amp;&amp;
    126118
    127119mkdir -v build &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.