Ignore:
Timestamp:
04/21/2024 06:29:55 PM (4 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
gimp3, lazarus, trunk, xry111/spidermonkey128
Children:
5866da0
Parents:
fc3a793
Message:

Update to lxqt-2.0.

File:
1 edited

Legend:

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

    rfc3a793 r18958f2e  
    55  %general-entities;
    66
    7   <!ENTITY kwayland-download-http "&kf5-download-http;/kwayland-&kf5-version;.tar.xz">
     7  <!ENTITY kwayland-download-http "&kf6-download-http;/kwayland-&kf6-version;.tar.xz">
    88  <!ENTITY kwayland-download-ftp  " ">
    9   <!ENTITY kwayland-md5sum        "5031ae48f5214293ca8484e719a78895">
    10   <!ENTITY kwayland-size          "332 KB">
    11   <!ENTITY kwayland-buildsize     "31 MB">
    12   <!ENTITY kwayland-time          "0.3 SBU (Using parallelism=4)">
     9  <!ENTITY kwayland-md5sum        "7c2273b104ff7f83930d3e6d92b6c458">
     10  <!ENTITY kwayland-size          "232 KB">
     11  <!ENTITY kwayland-buildsize     "24 MB">
     12  <!ENTITY kwayland-time          "0.2 SBU (Using parallelism=4)">
    1313]>
    1414
    15 <sect1 id="lxqt-kwayland" xreflabel="kwayland-&kf5-version; for lxqt">
     15<sect1 id="lxqt-kwayland" xreflabel="kwayland-&kf6-version; for lxqt">
    1616  <?dbhtml filename="lxqt-kwayland.html"?>
    1717
    1818
    19   <title>kwayland-&kf5-version; for lxqt</title>
     19  <title>kwayland-&kf6-version; for lxqt</title>
    2020
    2121  <indexterm zone="lxqt-kwayland">
     
    3333
    3434    &lfs121_checked;
    35 <!--
     35
    3636    <important>
    3737      <para>
    38         This package is extracted from the KF5 set of packages.
    39         If <xref linkend="kf5- frameworks"/> is built, do <emphasis
     38        This package is extracted from the KF6 set of packages.
     39        If <xref linkend="kf6-frameworks"/> is built, do <emphasis
    4040        role="bold">NOT</emphasis> also build this package as presented
    4141        here.
    4242      </para>
    4343    </important>
    44 -->
     44
    4545    <bridgehead renderas="sect3">Package Information</bridgehead>
    4646    <itemizedlist spacing="compact">
     
    8484      <xref linkend="mesa"/> (built with <xref linkend="wayland"/> support),
    8585      <xref linkend="plasma-wayland-protocols"/>, and
    86       &qt5-deps;
     86      <xref linkend="qt6"/>
    8787    </para>
    8888
     
    9797    </para>
    9898
    99 <screen><userinput>mkdir -v build &amp;&amp;
    100 cd       build &amp;&amp;
     99<screen><userinput>mkdir build &amp;&amp;
     100cd    build &amp;&amp;
    101101
    102 cmake -DCMAKE_INSTALL_PREFIX=/usr        \
    103       -DCMAKE_INSTALL_LIBEXECDIR=libexec \
    104       -DKDE_INSTALL_USE_QT_SYS_PATHS=ON  \
    105       -DCMAKE_BUILD_TYPE=Release         \
    106       -DBUILD_TESTING=OFF                \
    107       -Wno-dev ..                        &amp;&amp;
     102cmake -D CMAKE_INSTALL_PREFIX=/usr \
     103      -D CMAKE_BUILD_TYPE=Release  \
     104      -D BUILD_TESTING=OFF         \
     105      -W no-dev ..                 &amp;&amp;
    108106make</userinput></screen>
    109107
     
    119117
    120118  </sect2>
    121 
     119<!--
    122120  <sect2 role="commands">
    123121    <title>Command Explanations</title>
     
    137135
    138136  </sect2>
    139 
     137-->
    140138  <sect2 role="content">
    141139    <title>Contents</title>
     
    151149        </seg>
    152150        <seg>
    153           libKF5WaylandClient.so and libKF5WaylandServer.so
     151          libKWaylandClient.so
    154152        </seg>
    155153        <seg>
    156           /usr/lib/cmake/KF5Wayland,
    157           /usr/include/KF5/KWayland, and
    158           /usr/share/qlogging-categories5
     154          /usr/include/KWayland, and
     155          /usr/lib/cmake/KWayland
    159156        </seg>
    160157      </seglistitem>
     
    167164
    168165      <varlistentry id="lxqt-kwayland-client">
    169         <term><filename class="libraryfile">libKF5WaylandClient.so</filename></term>
     166        <term><filename class="libraryfile">libKWaylandClient.so</filename></term>
    170167        <listitem>
    171168          <para>
     
    179176      </varlistentry>
    180177
    181       <varlistentry id="lxqt-kwayland-server">
    182         <term><filename class="libraryfile">libKF5WaylandServer.so</filename></term>
    183         <listitem>
    184           <para>
    185             contains the <application>wayland-server</application> Qt-style
    186             wrapper library
    187           </para>
    188           <indexterm zone="lxqt-kwayland-server">
    189             <primary sortas="c-libKF5WaylandServer">libKF5WaylandServer.so</primary>
    190           </indexterm>
    191         </listitem>
    192       </varlistentry>
    193 
    194178    </variablelist>
    195179
Note: See TracChangeset for help on using the changeset viewer.