akonadi-import-wizard: update to 26.08.0.

This commit is contained in:
John
2026-08-24 23:35:46 +02:00
parent 2bee214e65
commit e32717e1e6
2 changed files with 3 additions and 25 deletions
@@ -1,22 +0,0 @@
From 5a8e55ca18fde080a31eb67f93bd5943a6b4aa0e Mon Sep 17 00:00:00 2001
From: Laurent Montel <montel@kde.org>
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
+3 -3
View File
@@ -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 <me@johnnynator.dev>"
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"