Ignore:
Timestamp:
03/06/2024 06:34:58 AM (8 weeks ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
ken/TL2024, trunk, xry111/llvm18
Children:
5e614d47
Parents:
81575be
Message:

Update most of kde-gear

There are still a few packages that need testing and the book updated.
The kf6 adn plasma packages referenced in LXQt are incorrect and need
to be changed to reference kf5 packages for now.

Note that there is a new package, plasma-activities, that is needed in
the kde-gear section, but needed to be taken from the plasma6 set of
packages.

kio-extras is no longer needed for the packages in the book.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde/kf5-apps/libkcddb.xml

    r81575be rf806bbf2  
    77  <!ENTITY libkcddb-download-http "&kf5apps-download-http;/libkcddb-&kf5apps-version;.tar.xz">
    88  <!ENTITY libkcddb-download-ftp  " ">
    9   <!ENTITY libkcddb-md5sum        "ae21a89d6c91edd4c62e1c391f6d0282">
     9  <!ENTITY libkcddb-md5sum        "29438c22614fb4bd372c7cd326ce5853">
    1010  <!ENTITY libkcddb-size          "444 KB">
    11   <!ENTITY libkcddb-buildsize     "10 MB">
    12   <!ENTITY libkcddb-time          "0.1 SBU (Using parallelism=4)">
     11  <!ENTITY libkcddb-buildsize     "11 MB">
     12  <!ENTITY libkcddb-time          "0.1 SBU">
    1313]>
    1414
     
    7171    <bridgehead renderas="sect4">Required</bridgehead>
    7272    <para role="required">
    73       <xref linkend="kf5-frameworks"/> and
     73      <xref linkend="kf5-frameworks"/>
     74    </para>
     75
     76    <bridgehead renderas="sect4">Recommended</bridgehead>
     77    <para role="recommended">
    7478      <xref linkend="libmusicbrainz5"/>
    7579    </para>
     
    8892cd    build &amp;&amp;
    8993
    90 cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
     94cmake -DCMAKE_INSTALL_PREFIX=$KF6_PREFIX \
    9195      -DCMAKE_BUILD_TYPE=Release         \
    9296      -DBUILD_TESTING=OFF                \
     97      -DQT_MAJOR_VERSION=6               \
    9398      -Wno-dev ..                        &amp;&amp;
    9499make</userinput></screen>
     
    118123        </seg>
    119124        <seg>
    120           libKF5Cddb.so and
    121           kcm_cddb.so
     125          libKCddb6.so
    122126        </seg>
    123127        <seg>
    124           $KF5_PREFIX/include/KF5/KCddb and
    125           $KF5_PREFIX/lib/cmake/KF5Cddb
    126           $KF5_PREFIX/share/doc/HTML/*/kcontrol
     128          $KF6_PREFIX/include/KCddb6
     129          $KF6_PREFIX/lib/cmake/KCddb6
     130          $KF6_PREFIX/share/doc/HTML/*/kcontrol
    127131        </seg>
    128132      </seglistitem>
     
    135139
    136140      <varlistentry id="libkcddb-lib">
    137         <term><filename class="libraryfile">libkcddb.so</filename></term>
     141        <term><filename class="libraryfile">libKCddb6.so</filename></term>
    138142        <listitem>
    139143          <para>
Note: See TracChangeset for help on using the changeset viewer.