From fa266555001c3f5f2f16b7df8ea29fa9c508aa64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Mon, 13 May 2024 10:17:45 +0700 Subject: [PATCH] akonadi-notes: update to 24.02.2. --- common/shlibs | 2 +- srcpkgs/akonadi-notes/template | 17 ++++++++++------- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/common/shlibs b/common/shlibs index f1281c9079f..9a5040f8a43 100644 --- a/common/shlibs +++ b/common/shlibs @@ -515,7 +515,7 @@ libKPim5MailCommon.so.5 mailcommon-23.04.0_1 libKPim5Tnef.so.5 ktnef-23.04.0_1 libKPim6AkonadiCalendar.so.6 akonadi-calendar-24.02.0_1 libKPim5CalendarSupport.so.5 calendarsupport-23.04.0_1 -libKPim5AkonadiNotes.so.5 akonadi-notes-23.04.0_1 +libKPim6AkonadiNotes.so.6 akonadi-notes-24.02.0_1 libKPimKDAV.so.5 kdav-5.72.0_1 libKF5DAV.so.5 kdav-5.72.0_1 libakonadi-singlefileresource.so.5 kdepim-runtime-17.12.3_1 diff --git a/srcpkgs/akonadi-notes/template b/srcpkgs/akonadi-notes/template index d9f81e666da..403c1666eb2 100644 --- a/srcpkgs/akonadi-notes/template +++ b/srcpkgs/akonadi-notes/template @@ -1,25 +1,28 @@ # Template file for 'akonadi-notes' pkgname=akonadi-notes -version=23.08.5 +version=24.02.2 revision=1 build_style=cmake -hostmakedepends="extra-cmake-modules python3 qt5-qmake qt5-host-tools - gettext kcoreaddons" -makedepends="kmime-devel akonadi5-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 python3 qt6-base qt6-tools + gettext kf6-kcoreaddons" +makedepends="kmime6-devel kf6-akonadi-devel" short_desc="Libraries and daemons to implement notes management in Akonadi" maintainer="John " license="LGPL-2.1-or-later" homepage="https://kontact.kde.org/" distfiles="${KDE_SITE}/release-service/${version}/src/${pkgname}-${version}.tar.xz" -checksum=fe3a8eccc987d9a84bd01235ac02b78ed432e43b9323757b0042dfb8aae5838e +checksum=0404d7ad8aec7b8838b3909d9cf222d267f4d6f3b51f26bd8ecca39a7d8b5855 akonadi-notes-devel_package() { - depends="${sourcepkg}>=${version}_${revision}" + depends="${makedepends} ${sourcepkg}>=${version}_${revision}" short_desc+=" - development files" pkg_install() { vmove usr/include vmove usr/lib/cmake - vmove usr/lib/qt5/mkspecs vmove "usr/lib/*.so" } }