1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-19 09:15:30 +03:00
aports/community/communicator/0001-communicator-Fix-build.patch
mio 2fdbb1ab67 community/communicator: fix checksum
The patch checksum changed since the previous commit (old hash is
9bb84cc, new one is 80cbad4), which led to rebuild failure on the 3.21
builders.

The commit caches the patch to fix the checksum, in case it were to
change again.

Original patch source:
https://invent.kde.org/maui/maui-communicator/-/merge_requests/4.patch
2024-11-12 20:48:20 +00:00

25 lines
672 B
Diff

From e8274041b5cfef6489081df5c6de93bccdf6c670 Mon Sep 17 00:00:00 2001
From: Antonio Rojas <arojas@archlinux.org>
Date: Tue, 3 Sep 2024 22:08:02 +0200
Subject: [PATCH] Fix build
communicator/src/communicator.cpp:11:10: fatal error: KEMailClientLauncherJob: No such file or directory
---
src/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index c832175..a05fb0a 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -86,6 +86,7 @@ target_link_libraries(${PROJECT_NAME}
KF6::I18n
KF6::Service
KF6::KIOCore
+ KF6::KIOGui
# KF6::KIOFileWidgets
#[[KF6::KIOWidgets]])
--
GitLab