Ignore:
Timestamp:
03/06/2024 06:34:58 AM (4 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
ken/TL2024, lazarus, 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/libkexiv2.xml

    r81575be rf806bbf2  
    77  <!ENTITY libkexiv2-download-http "&kf5apps-download-http;/libkexiv2-&kf5apps-version;.tar.xz">
    88  <!ENTITY libkexiv2-download-ftp  " ">
    9   <!ENTITY libkexiv2-md5sum        "fbb745604cccbec99980cd702eb50684">
     9  <!ENTITY libkexiv2-md5sum        "c2bab09ac7b6797ddac47aca038265cc">
    1010  <!ENTITY libkexiv2-size          "60 KB">
    11   <!ENTITY libkexiv2-buildsize     "3.3 MB">
     11  <!ENTITY libkexiv2-buildsize     "3.5 MB">
    1212  <!ENTITY libkexiv2-time          "0.2 SBU">
    1313]>
     
    6666      </listitem>
    6767    </itemizedlist>
    68 <!--
    69     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    70     <itemizedlist spacing="compact">
    71       <listitem>
    72         <para>
    73           Required patch for building against exiv2-0.28 and above.
    74           <ulink url="&patch-root;/libkexiv2-&kf5apps-version;-exiv_0_28-1.patch"/>
    75         </para>
    76       </listitem>
    77     </itemizedlist>
    78 -->
     68
    7969    <bridgehead renderas="sect3">libkexiv2 Dependencies</bridgehead>
    8070
     
    8979  <sect2 role="installation">
    9080    <title>Installation of libkexiv2</title>
    91 <!--
    92     <para>
    93       First, fix building against exiv2-0.28 and above:
    94     </para>
    9581
    96 <screen><userinput>patch -Np1 -i ../libkexiv2-&kf5apps-version;-exiv_0_28-1.patch</userinput></screen>
    97 -->
    9882    <para>
    9983      Install <application>libkexiv2</application> by running the following
     
    10488cd    build &amp;&amp;
    10589
    106 cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
     90cmake -DCMAKE_INSTALL_PREFIX=$KF6_PREFIX \
    10791      -DCMAKE_BUILD_TYPE=Release         \
     92      -DBUILD_WITH_QT6=ON                \
    10893      -DBUILD_TESTING=OFF                \
    10994      -Wno-dev .. &amp;&amp;
     
    135120        </seg>
    136121        <seg>
    137           libKF5KExiv2.so
     122          libKExiv2Qt6.so
    138123        </seg>
    139124        <seg>
    140           $KF5_PREFIX/include/KF5/KExiv2 and
    141           $KF5_PREFIX/lib/cmake/KF5KExiv2
     125          $KF5_PREFIX/include/KExiv2Qt6 and
     126          $KF5_PREFIX/lib/cmake/KExiv2Qt6
    142127        </seg>
    143128      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.