summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-apps/ktp-auth-handler/files/ktp-auth-handler-17.04.2-no-qtwebkit.patch')
-rw-r--r--kde-apps/ktp-auth-handler/files/ktp-auth-handler-17.04.2-no-qtwebkit.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/kde-apps/ktp-auth-handler/files/ktp-auth-handler-17.04.2-no-qtwebkit.patch b/kde-apps/ktp-auth-handler/files/ktp-auth-handler-17.04.2-no-qtwebkit.patch
deleted file mode 100644
index 0a3381edbe98..000000000000
--- a/kde-apps/ktp-auth-handler/files/ktp-auth-handler-17.04.2-no-qtwebkit.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From a0e41275bc8f20a6f000ab552ae5fb8fc82e9cff Mon Sep 17 00:00:00 2001
-From: Antonio Rojas <arojas@archlinux.org>
-Date: Sat, 17 Jun 2017 11:40:43 +0200
-Subject: Remove unused dependency
-
-Differential Revision: https://phabricator.kde.org/D6244
----
- CMakeLists.txt | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index f8870f1..3a192e9 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -13,7 +13,7 @@ find_package(Qt5 5.3 CONFIG REQUIRED COMPONENTS DBus Gui Core Network) #Network
- find_package(ECM 0.0.11 REQUIRED NO_MODULE)
- set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} "${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules")
-
--find_package(KF5 5.0 REQUIRED COMPONENTS Wallet WidgetsAddons I18n KIO WebKit)
-+find_package(KF5 5.0 REQUIRED COMPONENTS Wallet WidgetsAddons I18n KIO)
-
- cmake_policy(SET CMP0002 OLD)
-
---
-cgit v0.11.2