From 52b1f1cb9f8d4e1fb1fcbde59930a105a819b0b4 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Thu, 30 Jul 2020 19:45:19 +0200 Subject: Cleanup unused KDE patches Thanks to Patrick Volkerding for the effort. --- kde/patch/kio/kio_kdelibs4_docpatch.patch | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 kde/patch/kio/kio_kdelibs4_docpatch.patch (limited to 'kde/patch/kio/kio_kdelibs4_docpatch.patch') diff --git a/kde/patch/kio/kio_kdelibs4_docpatch.patch b/kde/patch/kio/kio_kdelibs4_docpatch.patch deleted file mode 100644 index 9549d31..0000000 --- a/kde/patch/kio/kio_kdelibs4_docpatch.patch +++ /dev/null @@ -1,22 +0,0 @@ -Description: add search paths for kdelibs4 docs -Author: Jonathan Riddell -Origin: me -Forwarded: no, kdelibs4 path was set in debian/kubuntu packages -Applied-Upstream: nope -Reviewed-by: Jonathan Riddell -Last-Update: 2015-03-01 ---- -This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ ---- kio/src/ioslaves/help/kio_help.cpp 2015-03-07 15:45:21.000000000 +0100 -+++ kio/src/ioslaves/help/kio_help.cpp 2015-04-02 17:15:39.687828131 +0200 -@@ -49,7 +49,8 @@ - QStringList search; - - // assemble the local search paths -- const QStringList localDoc = QStandardPaths::locateAll(QStandardPaths::GenericDataLocation, "doc/HTML", QStandardPaths::LocateDirectory); -+ QStringList localDoc = QStandardPaths::locateAll(QStandardPaths::GenericDataLocation, "doc/HTML", QStandardPaths::LocateDirectory); -+ localDoc << QStandardPaths::locateAll(QStandardPaths::GenericDataLocation, "doc/kde/HTML", QStandardPaths::LocateDirectory); - - QStringList langs = QLocale().uiLanguages(); - langs.append("en"); - -- cgit v1.2.3