diff options
author | Michael Palimaka <kensington@gentoo.org> | 2016-08-25 06:38:45 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-08-25 20:46:59 +1000 |
commit | 37150fa963eb3aa155eb9e94c3d6b233154ca1de (patch) | |
tree | 8bce549e96d6e85c58e00d1b3cbd303869107118 /kde-apps/kfourinline/files/kfourinline-15.12.3-deps.patch | |
parent | media-libs/libart_lgpl: eapi bump, fix src_install phase (and, then, really d... (diff) | |
download | gentoo-37150fa963eb3aa155eb9e94c3d6b233154ca1de.tar.gz gentoo-37150fa963eb3aa155eb9e94c3d6b233154ca1de.tar.bz2 gentoo-37150fa963eb3aa155eb9e94c3d6b233154ca1de.zip |
kde-apps: remove 15.12.3
Diffstat (limited to 'kde-apps/kfourinline/files/kfourinline-15.12.3-deps.patch')
-rw-r--r-- | kde-apps/kfourinline/files/kfourinline-15.12.3-deps.patch | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/kde-apps/kfourinline/files/kfourinline-15.12.3-deps.patch b/kde-apps/kfourinline/files/kfourinline-15.12.3-deps.patch deleted file mode 100644 index 5a3f74156d02..000000000000 --- a/kde-apps/kfourinline/files/kfourinline-15.12.3-deps.patch +++ /dev/null @@ -1,54 +0,0 @@ -commit a7b7bdf1b1a10ef819227ffae0dea2fd9da5baa9 -Author: Andreas Sturmlechner <andreas.sturmlechner@gmail.com> -Date: Wed Mar 16 20:01:43 2016 +0100 - - Remove unused deps - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index ad51784..872b96a 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -6,22 +6,15 @@ set (QT_MIN_VERSION "5.3.0") - find_package(ECM 1.7.0 REQUIRED CONFIG) - set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR}) - --find_package(Qt5 ${QT_MIN_VERSION} REQUIRED NO_MODULE COMPONENTS Widgets Qml Quick QuickWidgets Svg Test) --find_package(KF5 REQUIRED COMPONENTS -- CoreAddons -- Config -- ItemModels -- DBusAddons -- Declarative -- I18n -- ConfigWidgets -- ItemViews -- IconThemes -- Completion -+find_package(Qt5 ${QT_MIN_VERSION} REQUIRED NO_MODULE COMPONENTS Widgets Qml Quick QuickWidgets Svg) -+find_package(KF5 REQUIRED COMPONENTS -+ CoreAddons -+ Config -+ I18n -+ ConfigWidgets -+ Completion - XmlGui - DNSSD -- KIO -- NotifyConfig - KDELibs4Support - DocTools - ) -diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt -index 85cdf5c..5e83068 100644 ---- a/src/CMakeLists.txt -+++ b/src/CMakeLists.txt -@@ -39,8 +39,7 @@ ecm_add_app_icon(kwin4_SRCS ICONS ${ICONS_SRCS}) - - add_executable(kfourinline ${kwin4_SRCS}) - --target_link_libraries(kfourinline -- KF5::KIOCore -+target_link_libraries(kfourinline - KF5::DNSSD - KF5::KDELibs4Support - KF5KDEGames |