Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/konqueror/files/
Date: Sat, 16 Mar 2019 06:00:37
Message-Id: 1552716015.a602b9855357fa12335c7becff05c066555a2553.kensington@gentoo
1 commit: a602b9855357fa12335c7becff05c066555a2553
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed Mar 13 18:36:42 2019 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 16 06:00:15 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a602b985
7
8 kde-apps/konqueror: remove unused patch(es)
9
10 Closes: https://github.com/gentoo/kde/pull/876
11 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
12
13 .../files/konqueror-18.08.3-tidyhtml5.patch | 46 ----------------------
14 1 file changed, 46 deletions(-)
15
16 diff --git a/kde-apps/konqueror/files/konqueror-18.08.3-tidyhtml5.patch b/kde-apps/konqueror/files/konqueror-18.08.3-tidyhtml5.patch
17 deleted file mode 100644
18 index dae1486d58..0000000000
19 --- a/kde-apps/konqueror/files/konqueror-18.08.3-tidyhtml5.patch
20 +++ /dev/null
21 @@ -1,46 +0,0 @@
22 -From 29955abce07526d01f3298da9d2f15bd9eb5e6f4 Mon Sep 17 00:00:00 2001
23 -From: Andreas Sturmlechner <andreas.sturmlechner@×××××.com>
24 -Date: Sun, 18 Nov 2018 18:07:32 +0100
25 -Subject: [PATCH] Switch to tidy-html5 and use tidybuffio.h instead of buffio.h
26 -
27 -Summary: Header was renamed a few years ago.
28 -
29 -Test Plan: Builds and validates fine.
30 -
31 -Reviewers: #konqueror
32 -
33 -Differential Revision: https://phabricator.kde.org/D16982
34 ----
35 - plugins/validators/CMakeLists.txt | 2 +-
36 - plugins/validators/tidy_validator.cpp | 2 +-
37 - 2 files changed, 2 insertions(+), 2 deletions(-)
38 -
39 -diff --git a/plugins/validators/CMakeLists.txt b/plugins/validators/CMakeLists.txt
40 -index cf3b70694..7f6060e9c 100644
41 ---- a/plugins/validators/CMakeLists.txt
42 -+++ b/plugins/validators/CMakeLists.txt
43 -@@ -4,7 +4,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR})
44 - find_package(LibTidy)
45 - find_package(KF5 REQUIRED KHtml WidgetsAddons IconThemes)
46 - set_package_properties(LibTidy PROPERTIES DESCRIPTION "HTML Tidy"
47 -- URL "http://tidy.sourceforge.net"
48 -+ URL "http://www.html-tidy.org/"
49 - TYPE OPTIONAL
50 - PURPOSE "Gives the Konqueror validators plugin the ability to validate HTML"
51 - )
52 -diff --git a/plugins/validators/tidy_validator.cpp b/plugins/validators/tidy_validator.cpp
53 -index 3247199f9..ac22429d0 100644
54 ---- a/plugins/validators/tidy_validator.cpp
55 -+++ b/plugins/validators/tidy_validator.cpp
56 -@@ -25,7 +25,7 @@
57 -
58 - #include <kdebug.h>
59 -
60 --#include <buffio.h>
61 -+#include <tidybuffio.h>
62 - #include <tidy.h>
63 -
64 - #include <config-konq-validator.h>
65 ---
66 -2.19.1
67 -