Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kstars/files/
Date: Sat, 26 Mar 2016 18:57:39
Message-Id: 1459018639.e17ac3b9b07004cb0b356e173a54f7c9017343b9.kensington@gentoo
1 commit: e17ac3b9b07004cb0b356e173a54f7c9017343b9
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 26 18:49:30 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 26 18:57:19 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e17ac3b9
7
8 kde-apps/kstars: remove unused patches
9
10 Package-Manager: portage-2.2.28
11
12 .../files/kstars-15.12.0-unused-kf5-deps.patch | 79 ----------------------
13 .../files/kstars-15.12.0-unused-qt-deps.patch | 60 ----------------
14 2 files changed, 139 deletions(-)
15
16 diff --git a/kde-apps/kstars/files/kstars-15.12.0-unused-kf5-deps.patch b/kde-apps/kstars/files/kstars-15.12.0-unused-kf5-deps.patch
17 deleted file mode 100644
18 index 0623845..0000000
19 --- a/kde-apps/kstars/files/kstars-15.12.0-unused-kf5-deps.patch
20 +++ /dev/null
21 @@ -1,79 +0,0 @@
22 -From: Akarsh Simha <akarsh@×××.org>
23 -Date: Thu, 31 Dec 2015 10:40:37 +0000
24 -Subject: [NEEDS TESTING] Remove "fake" KF5 dependencies from CMakeLists.txt
25 -X-Git-Url: http://quickgit.kde.org/?p=kstars.git&a=commitdiff&h=14ca537e2676267bed73a40f0b8efd94d7cbc761
26 ----
27 -[NEEDS TESTING] Remove "fake" KF5 dependencies from CMakeLists.txt
28 -
29 -Removed the following KF5 frameworks: JobWidgets, DBusAddons, TextEditor
30 -
31 -Moved the Notifications KF5 framework as required only if INDI is
32 -present.
33 -
34 -Builds both with and without INDI (but not in a completely thorough
35 -test) on my setup (ArchLinux)
36 -
37 -Jasem: please double check that it builds correctly for you too
38 -with/without INDI.
39 -
40 -CCMAIL: mutlaqja@××××××××××.com
41 ----
42 -
43 -
44 ---- a/CMakeLists.txt
45 -+++ b/CMakeLists.txt
46 -@@ -32,16 +32,13 @@
47 - GuiAddons
48 - WidgetsAddons
49 - NewStuff
50 -- DBusAddons
51 -+# DBusAddons
52 - I18n
53 - Init
54 -- JobWidgets
55 - KIO
56 - XmlGui
57 - Plotting
58 -- TextEditor
59 - IconThemes
60 -- Notifications
61 - )
62 -
63 - find_package(Eigen3 REQUIRED)
64 -@@ -61,6 +58,8 @@
65 - find_package(INDI 1.2.0)
66 - #FIXME is there a better way to do this?
67 - if (INDI_FOUND)
68 -+#FIXME is the following the right way of doing this?
69 -+find_package(KF5 REQUIRED COMPONENTS Notifications)
70 - SET(HAVE_INDI 1)
71 - else(INDI_FOUND)
72 - SET(HAVE_INDI 0)
73 -
74 ---- a/kstars/CMakeLists.txt
75 -+++ b/kstars/CMakeLists.txt
76 -@@ -541,10 +541,9 @@
77 - KF5::KIOFileWidgets
78 - KF5::WidgetsAddons
79 - KF5::Plotting
80 -- KF5::TextEditor
81 -- KF5::DBusAddons
82 -+# KF5::TextEditor
83 -+# KF5::DBusAddons
84 - KF5::IconThemes
85 -- KF5::Notifications
86 - Qt5::Gui
87 - Qt5::PrintSupport
88 - Qt5::Sql
89 -@@ -561,7 +560,9 @@
90 - target_link_libraries(KStarsLib ${CFITSIO_LIBRARIES})
91 - endif (CFITSIO_FOUND)
92 - if (INDI_FOUND)
93 -- target_link_libraries(KStarsLib ${CMAKE_THREAD_LIBS_INIT} ${INDI_LIBRARIES} ${INDI_CLIENT_LIBRARIES} z)
94 -+ target_link_libraries(KStarsLib ${CMAKE_THREAD_LIBS_INIT}
95 -+ ${INDI_LIBRARIES} ${INDI_CLIENT_LIBRARIES}
96 -+ KF5::Notifications z)
97 - endif (INDI_FOUND)
98 - if (WCSLIB_FOUND)
99 - target_link_libraries(KStarsLib ${WCSLIB_LIBRARIES})
100 -
101
102 diff --git a/kde-apps/kstars/files/kstars-15.12.0-unused-qt-deps.patch b/kde-apps/kstars/files/kstars-15.12.0-unused-qt-deps.patch
103 deleted file mode 100644
104 index f819ec4..0000000
105 --- a/kde-apps/kstars/files/kstars-15.12.0-unused-qt-deps.patch
106 +++ /dev/null
107 @@ -1,60 +0,0 @@
108 -From: Jasem Mutlaq <mutlaqja@××××××××××.com>
109 -Date: Wed, 30 Dec 2015 17:02:20 +0000
110 -Subject: Removing unncessary dependencies on Qt modules for Test OpenGL QML QtQuick QtMultimedia. We should re-enable QML/QtQuick if someone manager to migrate what is interesting tonight tool
111 -X-Git-Url: http://quickgit.kde.org/?p=kstars.git&a=commitdiff&h=2f09f40aca053048ffb65621e3c18780cdc5cbe3
112 ----
113 -Removing unncessary dependencies on Qt modules for Test OpenGL QML QtQuick QtMultimedia. We should re-enable QML/QtQuick if someone manager to migrate what is interesting tonight tool
114 ----
115 -
116 -
117 ---- a/CMakeLists.txt
118 -+++ b/CMakeLists.txt
119 -@@ -16,7 +16,8 @@
120 - set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
121 - set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules" ${CMAKE_MODULE_PATH})
122 -
123 --find_package(Qt5 5.2 REQUIRED COMPONENTS Gui Qml Quick Xml Sql Svg OpenGL PrintSupport Multimedia Test)
124 -+#find_package(Qt5 5.2 REQUIRED COMPONENTS Gui Qml Quick Xml Sql Svg PrintSupport)
125 -+find_package(Qt5 5.2 REQUIRED COMPONENTS Gui Xml Sql Svg PrintSupport)
126 - include(KDEInstallDirs)
127 - include(KDECompilerSettings)
128 - include(KDECMakeSettings)
129 ---- a/kstars/CMakeLists.txt
130 -+++ b/kstars/CMakeLists.txt
131 -@@ -549,9 +549,8 @@
132 - Qt5::PrintSupport
133 - Qt5::Sql
134 - Qt5::Svg
135 -- Qt5::Multimedia
136 -- Qt5::Qml
137 -- Qt5::Quick
138 -+ #Qt5::Qml
139 -+ #Qt5::Quick
140 - ${ZLIB_LIBRARIES}
141 - )
142 -
143 ---- a/kstars/kstars.cpp
144 -+++ b/kstars/kstars.cpp
145 -@@ -39,7 +39,7 @@
146 - #include "dialogs/finddialog.h"
147 - #include "dialogs/exportimagedialog.h"
148 - #include "observinglist.h"
149 --#include "whatsinteresting/wiview.h"
150 -+//#include "whatsinteresting/wiview.h"
151 -
152 - #include "kstarsadaptor.h"
153 -
154 ---- a/kstars/kstarsactions.cpp
155 -+++ b/kstars/kstarsactions.cpp
156 -@@ -30,8 +30,8 @@
157 - #include <QDockWidget>
158 - #include <QPointer>
159 - #include <QInputDialog>
160 --#include <QQuickWindow>
161 --#include <QQuickView>
162 -+//#include <QQuickWindow>
163 -+//#include <QQuickView>
164 - #include <QDebug>
165 - #include <QAction>
166 - #include <QFileDialog>
167 -