From 16849277be4d0bcfdc8a488866c9e5c1842c4317 Mon Sep 17 00:00:00 2001 From: Nafis Date: Fri, 7 Aug 2026 12:58:19 +0600 Subject: [PATCH 1/3] akonadi-import-wizard: add missing KF6I18n check --- .../patches/find-ki18n.patch | 22 +++++++++++++++++++ srcpkgs/akonadi-import-wizard/template | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) create 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 new file mode 100644 index 00000000000000..aa3b7504be06ee --- /dev/null +++ b/srcpkgs/akonadi-import-wizard/patches/find-ki18n.patch @@ -0,0 +1,22 @@ +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 5c0807bb7c5494..68ea941fe840cf 100644 --- a/srcpkgs/akonadi-import-wizard/template +++ b/srcpkgs/akonadi-import-wizard/template @@ -2,7 +2,7 @@ # group=kde-gear pkgname=akonadi-import-wizard version=26.04.3 -revision=1 +revision=2 build_style=cmake configure_args="-DBUILD_TESTING=OFF -DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins From c1e69fe311c54f081ef8fb8dd637d541984a3364 Mon Sep 17 00:00:00 2001 From: Nafis Date: Fri, 7 Aug 2026 12:58:27 +0600 Subject: [PATCH 2/3] kaddressbook: add missing KF6I18n check --- srcpkgs/kaddressbook/patches/find-ki18n.patch | 26 +++++++++++++++++++ srcpkgs/kaddressbook/template | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/kaddressbook/patches/find-ki18n.patch diff --git a/srcpkgs/kaddressbook/patches/find-ki18n.patch b/srcpkgs/kaddressbook/patches/find-ki18n.patch new file mode 100644 index 00000000000000..40f579e957cb25 --- /dev/null +++ b/srcpkgs/kaddressbook/patches/find-ki18n.patch @@ -0,0 +1,26 @@ +From 14804f1e8755a0998c83167735914b25828ab200 Mon Sep 17 00:00:00 2001 +From: "Friedrich W. H. Kossebau" +Date: Sat, 11 Jul 2026 10:45:58 +0000 +Subject: [PATCH] Explicitely check KF6I18n dependency ourselves, using it + directly + +CMake macros are used and explicit lingage, so better to not rely on others to check the dep for us. +--- + CMakeLists.txt | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 381da324..503b8241 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -135,6 +135,7 @@ find_package(KF6KCMUtils ${KF_MIN_VERSION} CONFIG REQUIRED) + find_package(KF6Crash ${KF_MIN_VERSION} REQUIRED) + find_package(KF6IconThemes ${KF_MIN_VERSION} CONFIG REQUIRED) + find_package(KF6ColorScheme ${KF_MIN_VERSION} CONFIG REQUIRED) ++find_package(KF6I18n ${KF_MIN_VERSION} CONFIG REQUIRED) + find_package(KF6DocTools ${KF_MIN_VERSION}) + set_package_properties( + KF6DocTools +-- +GitLab + diff --git a/srcpkgs/kaddressbook/template b/srcpkgs/kaddressbook/template index ed2daf983e3faf..dcb7b1c8d4e89c 100644 --- a/srcpkgs/kaddressbook/template +++ b/srcpkgs/kaddressbook/template @@ -2,7 +2,7 @@ # group=kde-gear pkgname=kaddressbook version=26.04.3 -revision=1 +revision=2 build_style=cmake configure_args="-DBUILD_TESTING=OFF -DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins From b4c7e7b7a88de4c27185578878a3ceaaf8793921 Mon Sep 17 00:00:00 2001 From: Nafis Date: Fri, 7 Aug 2026 15:16:00 +0600 Subject: [PATCH 3/3] pim-data-exporter: add missing KF6I18n check --- .../patches/find-ki18n.patch | 24 +++++++++++++++++++ srcpkgs/pim-data-exporter/template | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/pim-data-exporter/patches/find-ki18n.patch diff --git a/srcpkgs/pim-data-exporter/patches/find-ki18n.patch b/srcpkgs/pim-data-exporter/patches/find-ki18n.patch new file mode 100644 index 00000000000000..b2fd5762cb6ae2 --- /dev/null +++ b/srcpkgs/pim-data-exporter/patches/find-ki18n.patch @@ -0,0 +1,24 @@ +From 8a5bfd6646ddd34236c2a150fc4e830fa9c4e598 Mon Sep 17 00:00:00 2001 +From: Laurent Montel +Date: Sat, 11 Jul 2026 07:17:46 +0200 +Subject: [PATCH] Add find_package(KF6I18n...) + +--- + CMakeLists.txt | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 953443ba..5b32db22 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -148,6 +148,7 @@ find_package(KF6WidgetsAddons ${KF_MIN_VERSION} REQUIRED) + find_package(KF6XmlGui ${KF_MIN_VERSION} REQUIRED) + find_package(KF6StatusNotifierItem ${KF_MIN_VERSION} REQUIRED) + find_package(KF6IconThemes ${KF_MIN_VERSION} QUIET) ++find_package(KF6I18n ${KF_MIN_VERSION} CONFIG REQUIRED) + + find_package(KF6DocTools ${KF_MIN_VERSION}) + set_package_properties( +-- +GitLab + diff --git a/srcpkgs/pim-data-exporter/template b/srcpkgs/pim-data-exporter/template index 54bae56febfeef..4beef88f9be8cd 100644 --- a/srcpkgs/pim-data-exporter/template +++ b/srcpkgs/pim-data-exporter/template @@ -2,7 +2,7 @@ # group=kde-gear pkgname=pim-data-exporter version=26.04.3 -revision=1 +revision=2 build_style=cmake configure_args="-DBUILD_TESTING=OFF -DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins