Changeset 8133796 for lxqt


Ignore:
Timestamp:
06/21/2023 03:04:28 AM (12 months ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
99498cb4
Parents:
24e24c4
Message:

Add more lxqt packages

Location:
lxqt/desktop
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • lxqt/desktop/desktop.xml

    r24e24c4 r8133796  
    4444  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lxqt-qtplugin.xml"/>
    4545  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lxqt-about.xml"/>
    46 <!-- 
    47   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lxqt-l10n.xml"/>
    4846  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lxqt-admin.xml"/>
    4947  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lxqt-kwayland.xml"/>
    5048  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lxqt-libkscreen.xml"/>
     49<!-- 
     50  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lxqt-l10n.xml"/>
    5151  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lxqt-config.xml"/>
    5252  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lxqt-globalkeys.xml"/>
  • lxqt/desktop/pre-install.xml

    r24e24c4 r8133796  
    193193        <para>
    194194          Build the required parts of <xref linkend="qt5"/>. To skip all
    195           modules but the four needed for LXQt, do:
     195          modules but the those needed for LXQt, do:
    196196        </para>
    197197<screen role="nodump"><userinput>ls -Fd qt* | grep / | sed 's/^/-skip /;s/qt//;s@/@@' > tempconf
    198 sed -i '/base/d;/tools/d;/x11extras/d;/svg/d' tempconf
    199 # if you plan to build SDDM, add:
    200 sed -i '/declarative/d' tempconf
     198sed -i '/base/d;/tools/d;/x11extras/d;/svg/d;/declarative/d;/wayland/d' tempconf
    201199./configure &lt;book flags&gt; $(cat tempconf)</userinput></screen>
    202200        <para>
     
    225223          Build KDE frameworks dependencies:
    226224          <xref linkend="extra-cmake-modules"/>,
    227           <xref linkend="libdbusmenu-qt"/>, and
     225          <xref linkend="libdbusmenu-qt"/>,
     226          <xref linkend="plasma-wayland-protocols"/>, and
    228227          <xref linkend="polkit-qt"/>
    229228        </para>
Note: See TracChangeset for help on using the changeset viewer.