summaryrefslogtreecommitdiffstats
path: root/kde/patch/kio/kio_kdelibs4_docpatch.patch
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2020-07-31 16:13:18 +0200
committer Eric Hameleers <alien@slackware.com>2020-07-31 16:13:18 +0200
commit703149752c6265b36973d2c1f0f5a69721e3128a (patch)
tree7ded0d801771d5705f48ffbfb48f37dd4829439e /kde/patch/kio/kio_kdelibs4_docpatch.patch
parentdd005500c624d127321ff3fe14a0c29bfa8d67f7 (diff)
parentcd7ff1719433fbb3b6a8304596be173bc1b91b00 (diff)
downloadktown-703149752c6265b36973d2c1f0f5a69721e3128a.tar.gz
ktown-703149752c6265b36973d2c1f0f5a69721e3128a.tar.xz
Merge branch 'elogind'HEADmaster
Diffstat (limited to 'kde/patch/kio/kio_kdelibs4_docpatch.patch')
-rw-r--r--kde/patch/kio/kio_kdelibs4_docpatch.patch22
1 files changed, 0 insertions, 22 deletions
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");
-