forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
katomic-15.08.3-backport-fixes.patch
44 lines (39 loc) · 1.19 KB
/
katomic-15.08.3-backport-fixes.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
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3f68138..03795a1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,16 +11,11 @@ find_package(KF5 REQUIRED COMPONENTS
CoreAddons
Config
WidgetsAddons
- Config
I18n
- GuiAddons
- ConfigWidgets
- ItemViews
- IconThemes
XmlGui
- KIO
- NotifyConfig
NewStuff
+ DocTools
+ DBusAddons
)
find_package(KF5KDEGames 4.9.0 REQUIRED)
@@ -59,7 +54,7 @@ file(GLOB ICONS_SRCS "${CMAKE_CURRENT_SOURCE_DIR}/*-apps-katomic.png")
ecm_add_app_icon(katomic_SRCS ICONS ${ICONS_SRCS})
add_executable(katomic ${katomic_SRCS})
-target_link_libraries(katomic KF5::KIOCore KF5::NewStuff KF5KDEGames KF5::I18n KF5::DBusAddons KF5::NewStuff)
+target_link_libraries(katomic KF5::NewStuff KF5KDEGames KF5::I18n KF5::DBusAddons KF5::NewStuff)
install(TARGETS katomic ${KDE_INSTALL_TARGETS_DEFAULT_ARGS} )
diff --git a/toplevel.cpp b/toplevel.cpp
index 4a4736b..b498a37 100644
--- a/toplevel.cpp
+++ b/toplevel.cpp
@@ -25,7 +25,6 @@
#include <KLocalizedString>
#include <kconfig.h>
-#include <kstandardaction.h>
#include <kstandardgameaction.h>
#include <kselectaction.h>
#include <kactioncollection.h>