summaryrefslogtreecommitdiff
path: root/kde-apps/konqueror/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-08-02 19:14:55 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-08-02 19:14:55 +0100
commitb24bd25253fe093f722ab576d29fdc41d04cb1ee (patch)
tree0fcf2afd9f852c4d4c291cf8afaa2c244d598105 /kde-apps/konqueror/files
parent121ed4eec41fbf03e1998d09eede1bf449da63b9 (diff)
gentoo resync : 02.08.2019
Diffstat (limited to 'kde-apps/konqueror/files')
-rw-r--r--kde-apps/konqueror/files/konqueror-18.08.3-tidyhtml5.patch46
1 files changed, 0 insertions, 46 deletions
diff --git a/kde-apps/konqueror/files/konqueror-18.08.3-tidyhtml5.patch b/kde-apps/konqueror/files/konqueror-18.08.3-tidyhtml5.patch
deleted file mode 100644
index dae1486d5807..000000000000
--- a/kde-apps/konqueror/files/konqueror-18.08.3-tidyhtml5.patch
+++ /dev/null
@@ -1,46 +0,0 @@
-From 29955abce07526d01f3298da9d2f15bd9eb5e6f4 Mon Sep 17 00:00:00 2001
-From: Andreas Sturmlechner <andreas.sturmlechner@gmail.com>
-Date: Sun, 18 Nov 2018 18:07:32 +0100
-Subject: [PATCH] Switch to tidy-html5 and use tidybuffio.h instead of buffio.h
-
-Summary: Header was renamed a few years ago.
-
-Test Plan: Builds and validates fine.
-
-Reviewers: #konqueror
-
-Differential Revision: https://phabricator.kde.org/D16982
----
- plugins/validators/CMakeLists.txt | 2 +-
- plugins/validators/tidy_validator.cpp | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/plugins/validators/CMakeLists.txt b/plugins/validators/CMakeLists.txt
-index cf3b70694..7f6060e9c 100644
---- a/plugins/validators/CMakeLists.txt
-+++ b/plugins/validators/CMakeLists.txt
-@@ -4,7 +4,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR})
- find_package(LibTidy)
- find_package(KF5 REQUIRED KHtml WidgetsAddons IconThemes)
- set_package_properties(LibTidy PROPERTIES DESCRIPTION "HTML Tidy"
-- URL "http://tidy.sourceforge.net"
-+ URL "http://www.html-tidy.org/"
- TYPE OPTIONAL
- PURPOSE "Gives the Konqueror validators plugin the ability to validate HTML"
- )
-diff --git a/plugins/validators/tidy_validator.cpp b/plugins/validators/tidy_validator.cpp
-index 3247199f9..ac22429d0 100644
---- a/plugins/validators/tidy_validator.cpp
-+++ b/plugins/validators/tidy_validator.cpp
-@@ -25,7 +25,7 @@
-
- #include <kdebug.h>
-
--#include <buffio.h>
-+#include <tidybuffio.h>
- #include <tidy.h>
-
- #include <config-konq-validator.h>
---
-2.19.1
-