Changeset 06ddfc0 for lxqt/desktop


Ignore:
Timestamp:
06/20/2023 04:26:59 AM (16 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.0, 12.1, 12.2, gimp3, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/for-12.3, xry111/llvm18, xry111/spidermonkey128
Children:
24e24c4
Parents:
66f4ab43
Message:

Incremental update for lxqt

Location:
lxqt/desktop
Files:
5 added
2 edited

Legend:

Unmodified
Added
Removed
  • lxqt/desktop/desktop.xml

    r66f4ab43 r06ddfc0  
    3434
    3535  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pre-install.xml"/>
    36 <!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libqtxdg.xml"/>
    3736  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lxqt-build-tools.xml"/>
     37  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lxqt-menu-data.xml"/>
     38  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libqtxdg.xml"/>
    3839  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libsysstat.xml"/>
    3940  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lxqt-kwindowsystem.xml"/>
     41<!-- 
    4042  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="liblxqt.xml"/>
    4143  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libfm-qt.xml"/>
  • lxqt/desktop/pre-install.xml

    r66f4ab43 r06ddfc0  
    99  <?dbhtml filename="pre-install.html"?>
    1010
    11 
    1211  <title>LXQt Desktop Pre-Install Instructions</title>
    1312
     
    1514    <primary sortas="g-lxqt-pre-install">LXQt Pre-Install</primary>
    1615  </indexterm>
    17 <!--
    18   <caution>
    19     <para>
    20       Due to recent changes in <command>grep</command> it is essential that
    21       the installing system be set to a UTF-8 locale. An example
    22       is <command>export LANG=en_US.UTF-8</command>, but any UTF-8 locale is
    23       sufficient. Failure to do this will result in a faulty installation.
    24     </para>
    25   </caution>
    26 -->
     16
    2717    <para>
    2818      LXQt can be installed in /usr or /opt/lxqt.
     
    4838<screen role="root"><userinput>cat &gt; /etc/profile.d/lxqt.sh &lt;&lt; "EOF"
    4939<literal># Begin LXQt profile
    50 
    5140export LXQT_PREFIX=/usr
    52 
    5341# End LXQt profile</literal>
    5442EOF</userinput></screen>
     
    7866cat &gt; /etc/profile.d/lxqt.sh &lt;&lt; "EOF"
    7967<literal># Begin LXQt profile
    80 
    8168export LXQT_PREFIX=/opt/lxqt
    8269
     
    8572pathappend /opt/lxqt/lib/pkgconfig PKG_CONFIG_PATH
    8673pathappend /opt/lxqt/lib/plugins   QT_PLUGIN_PATH
    87 
    8874# End LXQt profile</literal>
    8975EOF
    9076
    9177cat &gt;&gt; /etc/profile.d/qt5.sh &lt;&lt; "EOF"
    92 <literal>
    93 # Begin Qt5 changes for LXQt
    94 
     78<literal># Begin Qt5 changes for LXQt
    9579pathappend $QT5DIR/plugins         QT_PLUGIN_PATH
    96 
    9780# End Qt5 changes for LXQt</literal>
    9881EOF</userinput></screen>
     
    10386
    10487<screen role="root"><userinput>cat &gt;&gt; /etc/ld.so.conf &lt;&lt; "EOF"
    105 <literal>
    106 # Begin LXQt addition
    107 
     88<literal># Begin LXQt addition
    10889/opt/lxqt/lib
    109 
    11090# End LXQt addition
    11191</literal>
     
    188168        </para>
    189169      </step>
    190 
     170<!--
    191171      <step>
    192172        <para>
     
    197177        </para>
    198178      </step>
    199 
     179-->
    200180      <step>
    201181        <para>
     
    203183          optional dependencies, namely:
    204184          <xref linkend="dbus"/>,
    205           <xref linkend="alsa-lib"/>,
    206           <xref linkend="pulseaudio"/>, and
    207           <xref linkend="libxkbcommon"/>
     185          <xref linkend="double-conversion"/>,
     186          <xref linkend="libjpeg"/>,
     187          <xref linkend="libxkbcommon"/>, and
     188          <xref linkend="shared-mime-info"/>
    208189        </para>
    209190      </step>
     
    232213          <xref linkend="polkit"/>,
    233214          <phrase revision="sysv">
    234       <!--      <xref linkend="consolekit"/> (after polkit), -->
    235215            <xref linkend="pm-utils"/>,
    236216          </phrase>
    237217          <xref linkend="lm_sensors"/>,
    238218          <xref linkend="upower"/>, and
    239           <xref linkend="libfm"/>. If <xref linkend="cmake"/> has not been
    240           built during the preceding steps, build it now
     219          <xref linkend="libfm"/>.
    241220        </para>
    242221      </step>
Note: See TracChangeset for help on using the changeset viewer.