diff --git a/common/shlibs b/common/shlibs index 2966e5e6c9b..b410ed3930b 100644 --- a/common/shlibs +++ b/common/shlibs @@ -504,7 +504,7 @@ libKPim6MessageCore.so.6 messagelib-24.02.0_1 libKPim6MimeTreeParser.so.6 messagelib-23.04.0_1 libKPim6MessageViewer.so.6 messagelib-23.04.0_1 libKPim6CalendarUtils.so.6 kcalutils-24.02.0_1 -libKPim5KontactInterface.so.5 kontactinterface-23.04.0_1 +libKPim6KontactInterface.so.6 kontactinterface-24.02.0_1 libKPim6KSieve.so.6 libksieve-24.02.0_1 libKPim6KSieveCore.so.6 libksieve-24.02.0_1 libKPim6KSieveUi.so.6 libksieve-24.02.0_1 diff --git a/srcpkgs/kontactinterface/template b/srcpkgs/kontactinterface/template index 31c245353be..0eb0a910042 100644 --- a/srcpkgs/kontactinterface/template +++ b/srcpkgs/kontactinterface/template @@ -1,17 +1,21 @@ # Template file for 'kontactinterface' pkgname=kontactinterface -version=23.08.5 +version=24.02.2 revision=1 build_style=cmake -hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools python3 - gettext kcoreaddons" -makedepends="kparts-devel" +configure_args="-DBUILD_TESTING=OFF -DKF6_HOST_TOOLING=/usr/lib/cmake + -DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins + -DKDE_INSTALL_QMLDIR=lib/qt6/qml + -DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt6/mkspecs/modules" +hostmakedepends="extra-cmake-modules qt6-base qt6-tools python3 + gettext kf6-kcoreaddons kf6-kconfig" +makedepends="kf6-kparts-devel" short_desc="Kontact Plugin Interface Library" maintainer="John " license="LGPL-2.1-or-later" homepage="https://kontact.kde.org/" distfiles="${KDE_SITE}/release-service/${version}/src/kontactinterface-${version}.tar.xz" -checksum=edf16d32fe8167b52943178dc02d8b713699ea06283913675cf90a35de58b2bf +checksum=720e14ef4f01b67090bcd7c74076016bf19376b0b6c2810ae1e4354e4d656bb1 kontactinterface-devel_package() { depends="${sourcepkg}>=${version}_${revision} ${makedepends}" @@ -19,7 +23,6 @@ kontactinterface-devel_package() { pkg_install() { vmove usr/include vmove usr/lib/cmake - vmove usr/lib/qt5/mkspecs vmove "usr/lib/*.so" } }