summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-08-12 19:54:34 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-08-17 18:39:11 +0200
commitf84fcbb5131013f9494b9024ec746f68fcbdad36 (patch)
treeda178f10e9e2b088c9d74fc6cbdbf0b2409e9e63 /kde-apps/kstars/files
parentprofiles: Mask legacy KDE Applications for removal (diff)
downloadgentoo-f84fcbb5131013f9494b9024ec746f68fcbdad36.tar.gz
gentoo-f84fcbb5131013f9494b9024ec746f68fcbdad36.tar.bz2
gentoo-f84fcbb5131013f9494b9024ec746f68fcbdad36.zip
kde-apps: Drop KDE Applications 16.12.3, KDE PIM 4.14.11* and more old
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'kde-apps/kstars/files')
-rw-r--r--kde-apps/kstars/files/kstars-16.12.3-deps.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/kde-apps/kstars/files/kstars-16.12.3-deps.patch b/kde-apps/kstars/files/kstars-16.12.3-deps.patch
deleted file mode 100644
index 388d6fcc99c7..000000000000
--- a/kde-apps/kstars/files/kstars-16.12.3-deps.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-commit 04d2414eec38c087b5c53eb3a7af8705aae38b57
-Author: Andreas Sturmlechner <andreas.sturmlechner@gmail.com>
-Date: Thu Mar 23 23:54:00 2017 +0100
-
- Qt5Xml is not used
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 09bc76912..35bfcd92c 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -32,9 +32,9 @@ set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
- set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules" ${CMAKE_MODULE_PATH})
-
- if(BUILD_KSTARS_LITE)
-- find_package(Qt5 5.7 REQUIRED COMPONENTS Gui Qml Quick QuickControls2 Xml Svg Sql Network Positioning Concurrent)
-+ find_package(Qt5 5.7 REQUIRED COMPONENTS Gui Qml Quick QuickControls2 Svg Sql Network Positioning Concurrent)
- else()
-- find_package(Qt5 5.4 REQUIRED COMPONENTS Gui Qml Quick Xml Sql Svg Network PrintSupport Concurrent)
-+ find_package(Qt5 5.4 REQUIRED COMPONENTS Gui Qml Quick Sql Svg Network PrintSupport Concurrent)
- endif()
- include(ECMInstallIcons)
- include(ECMAddAppIcon)