From e32717e1e67abb7658e49def4527978cdf9af774 Mon Sep 17 00:00:00 2001 From: John Date: Sun, 23 Aug 2026 22:11:58 +0200 Subject: [PATCH] akonadi-import-wizard: update to 26.08.0. --- .../patches/find-ki18n.patch | 22 ------------------- srcpkgs/akonadi-import-wizard/template | 6 ++--- 2 files changed, 3 insertions(+), 25 deletions(-) delete mode 100644 srcpkgs/akonadi-import-wizard/patches/find-ki18n.patch diff --git a/srcpkgs/akonadi-import-wizard/patches/find-ki18n.patch b/srcpkgs/akonadi-import-wizard/patches/find-ki18n.patch deleted file mode 100644 index aa3b7504be0..00000000000 --- a/srcpkgs/akonadi-import-wizard/patches/find-ki18n.patch +++ /dev/null @@ -1,22 +0,0 @@ -From 5a8e55ca18fde080a31eb67f93bd5943a6b4aa0e Mon Sep 17 00:00:00 2001 -From: Laurent Montel -Date: Sun, 12 Jul 2026 07:32:02 +0200 -Subject: [PATCH] Add missing find_package(KF6I18n - ---- - CMakeLists.txt | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index bd269284..0096298b 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -126,7 +126,7 @@ find_package(KF6Crash ${KF_MIN_VERSION} REQUIRED) - find_package(KF6KIO ${KF_MIN_VERSION} REQUIRED) - find_package(KF6Archive ${KF_MIN_VERSION} REQUIRED) - find_package(KF6IconThemes ${KF_MIN_VERSION} CONFIG REQUIRED) -- -+find_package(KF6I18n ${KF_MIN_VERSION} CONFIG REQUIRED) - find_package(KF6DocTools ${KF_MIN_VERSION}) - set_package_properties( - KF6DocTools diff --git a/srcpkgs/akonadi-import-wizard/template b/srcpkgs/akonadi-import-wizard/template index 68ea941fe84..439437720f3 100644 --- a/srcpkgs/akonadi-import-wizard/template +++ b/srcpkgs/akonadi-import-wizard/template @@ -1,8 +1,8 @@ # Template file for 'akonadi-import-wizard' # group=kde-gear pkgname=akonadi-import-wizard -version=26.04.3 -revision=2 +version=26.08.0 +revision=1 build_style=cmake configure_args="-DBUILD_TESTING=OFF -DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins @@ -17,7 +17,7 @@ maintainer="John " license="GPL-2.0-or-later, LGPL-2.1-or-later" homepage="https://community.kde.org/KDE_PIM" distfiles="${KDE_SITE}/release-service/${version}/src/${pkgname}-${version}.tar.xz" -checksum=834f6dcb0b1c06e26d812fa4f35c399d7847d8aa7ae74bfba6064fc8dd06c91b +checksum=20d38918b47e8ddc78e08fae11e5fc70959c55ec80caf44c8204d34b943fed1f if [ "$XBPS_WORDSIZE$XBPS_WORDSIZE" != "64$XBPS_TARGET_WORDSIZE" ]; then broken="Qt6 WebEngine"