forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
kdesvn-2.0.0-deps.patch
47 lines (43 loc) · 1.4 KB
/
kdesvn-2.0.0-deps.patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
commit f62020c59ffb2d8ec84ff3328dddc06cd57d73ed
Author: Andreas Sturmlechner <[email protected]>
Date: Sat Apr 1 15:12:20 2017 +0200
Replace KF5TextEditor with actual implicit deps
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 08a2104a..53d279fc 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -46,13 +46,14 @@ include(FeatureSummary)
include(ECMInstallIcons)
find_package(KF5 REQUIRED COMPONENTS
- Bookmarks Config ConfigWidgets CoreAddons
- DBusAddons DocTools I18n IconThemes ItemViews
- JobWidgets KIO Notifications Parts Service
- TextEditor Wallet WidgetsAddons
+ Bookmarks Codecs Completion Config
+ ConfigWidgets CoreAddons DBusAddons DocTools
+ I18n IconThemes ItemViews JobWidgets KIO
+ Notifications Parts Service TextWidgets
+ Wallet WidgetsAddons XmlGui
)
find_package(Qt5 REQUIRED COMPONENTS
- Core DBus Gui Sql Widgets
+ Core DBus Gui Sql Widgets Xml
)
# Set the version
diff --git a/src/ksvnwidgets/CMakeLists.txt b/src/ksvnwidgets/CMakeLists.txt
index 44b8d219..2b0087c8 100644
--- a/src/ksvnwidgets/CMakeLists.txt
+++ b/src/ksvnwidgets/CMakeLists.txt
@@ -79,5 +79,11 @@ target_link_libraries(ksvnwidgets
PUBLIC
svnqt
Qt5::Widgets
- KF5::TextEditor
+ KF5::Completion
+ KF5::ConfigWidgets
+ KF5::I18n
+ KF5::KIOWidgets
+ KF5::Parts
+ KF5::TextWidgets
+ KF5::XmlGui
)