commit:     72ac48b12c74a3465a6f84bdf127e9b8afb4c4d9
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  8 01:25:30 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Oct  8 01:51:31 2017 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=72ac48b1

dev-qt/qtgui: remove unused patch

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-qt/qtgui/files/qtgui-5.9.1-atspi.patch | 37 ------------------------------
 1 file changed, 37 deletions(-)

diff --git a/dev-qt/qtgui/files/qtgui-5.9.1-atspi.patch 
b/dev-qt/qtgui/files/qtgui-5.9.1-atspi.patch
deleted file mode 100644
index 82acd839..00000000
--- a/dev-qt/qtgui/files/qtgui-5.9.1-atspi.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From: Bernhard Rosenkränzer <b...@linaro.org>
-Date: Fri, 30 Jun 2017 15:39:01 +0000 (+0200)
-Subject: Fix detection of AT-SPI
-X-Git-Url: 
https://codereview.qt-project.org/gitweb?p=qt%2Fqtbase.git;a=commitdiff_plain;h=386af91c57948b88ba98cb040430e4a3878e3e3b;hp=989b9da3007ff06c79ab7ee553acfce9177df5b6
-
-Fix detection of AT-SPI
-
-Building qtbase 5.9.1 on Linux always results in a build with
-accessibility support disabled.
-
-The problem is that the config option for accessibility-atspi-bridge
-checks for config.atspi, which isn't defined anywhere - it should
-check for libs.atspi (which is set if pkg-config finds atspi-2) instead.
-
-[ChangeLog][QtGui][Platform Specific Changes][Linux/XCB]
-Fixed detection of AT-SPI, allowing accessibility support to be built
-again.
-
-Task-number: QTBUG-61731
-Change-Id: If3bd5dfccda40158c566f8507e34b6877b59b6fb
-Reviewed-by: Frederik Gladhorn <frederik.gladh...@qt.io>
-Reviewed-by: Bernhard Rosenkränzer <b...@lindev.ch>
----
-
-diff --git a/src/gui/configure.json b/src/gui/configure.json
-index a2a78aa..ef7ba51 100644
---- a/src/gui/configure.json
-+++ b/src/gui/configure.json
-@@ -434,7 +434,7 @@
-     "features": {
-         "accessibility-atspi-bridge": {
-             "label": "ATSPI Bridge",
--            "condition": "features.accessibility && features.xcb && 
features.dbus && config.atspi",
-+            "condition": "features.accessibility && features.xcb && 
features.dbus && libs.atspi",
-             "output": [ "privateFeature", "feature" ]
-         },
-         "angle": {

Reply via email to