summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-01-04 12:54:25 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-01-04 12:58:15 +0100
commitf7d3aeb9f6a10d62e906feab5d4a5c593f06ff89 (patch)
tree4df474ff49b30ce11b66d787be2c95ad504a3224 /app-text/kjots/files/kjots-5.1.0-missing-lib.patch
parentdev-qt/qtsvg: 5.15.2-r12 version bump at KDE 0cb681ea (diff)
downloadgentoo-f7d3aeb9f6a10d62e906feab5d4a5c593f06ff89.tar.gz
gentoo-f7d3aeb9f6a10d62e906feab5d4a5c593f06ff89.tar.bz2
gentoo-f7d3aeb9f6a10d62e906feab5d4a5c593f06ff89.zip
app-text/kjots: Fix build with >=kde-apps/akonadi-21.12.0
Closes: https://bugs.gentoo.org/830580 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-text/kjots/files/kjots-5.1.0-missing-lib.patch')
-rw-r--r--app-text/kjots/files/kjots-5.1.0-missing-lib.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/app-text/kjots/files/kjots-5.1.0-missing-lib.patch b/app-text/kjots/files/kjots-5.1.0-missing-lib.patch
new file mode 100644
index 000000000000..28418717d3be
--- /dev/null
+++ b/app-text/kjots/files/kjots-5.1.0-missing-lib.patch
@@ -0,0 +1,25 @@
+From 3d3cee8caeec813802a1af54c14805203fb1ddf6 Mon Sep 17 00:00:00 2001
+From: "Friedrich W. H. Kossebau" <kossebau@kde.org>
+Date: Tue, 7 Sep 2021 23:21:34 +0200
+Subject: [PATCH] noteshared: add missing library to link list
+
+GIT_SILENT
+---
+ src/noteshared/CMakeLists.txt | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/noteshared/CMakeLists.txt b/src/noteshared/CMakeLists.txt
+index 5de60ab..6aa0b0a 100644
+--- a/src/noteshared/CMakeLists.txt
++++ b/src/noteshared/CMakeLists.txt
+@@ -16,6 +16,7 @@ target_link_libraries(noteshared
+ Qt5::Core
+ Qt5::Widgets
+ KF5::I18n
++ KF5::AkonadiWidgets
+ KF5::AkonadiCore
+ KF5::AkonadiNotes
+ KF5::XmlGui
+--
+GitLab
+