public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/qt:master commit in: dev-qt/qtgui/files/
@ 2013-03-07 21:13 Markos Chandras
  0 siblings, 0 replies; 3+ messages in thread
From: Markos Chandras @ 2013-03-07 21:13 UTC (permalink / raw
  To: gentoo-commits

commit:     2da07b34417d8aee6771fd508d9ce3c7521c7667
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  7 20:44:46 2013 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Thu Mar  7 20:44:46 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=2da07b34

dev-qt/qtgui: Update patch to match the new ${PN}

---
 ...gui-4.7.3-cups.patch => qtgui-4.7.3-cups.patch} |    0
 1 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-qt/qtgui/files/qt-gui-4.7.3-cups.patch b/dev-qt/qtgui/files/qtgui-4.7.3-cups.patch
similarity index 100%
rename from dev-qt/qtgui/files/qt-gui-4.7.3-cups.patch
rename to dev-qt/qtgui/files/qtgui-4.7.3-cups.patch


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/qt:master commit in: dev-qt/qtgui/files/
@ 2017-10-08  1:51 Michael Palimaka
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Palimaka @ 2017-10-08  1:51 UTC (permalink / raw
  To: gentoo-commits

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 <bero@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.gladhorn@qt.io>
-Reviewed-by: Bernhard Rosenkränzer <bero@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": {


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/qt:master commit in: dev-qt/qtgui/files/
@ 2019-12-18 15:33 Andreas Sturmlechner
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas Sturmlechner @ 2019-12-18 15:33 UTC (permalink / raw
  To: gentoo-commits

commit:     eba7139a022154ede12ffafb8deb47a0fe8291d7
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 18 15:29:55 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Dec 18 15:29:55 2019 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=eba7139a

dev-qt/qtgui: Drop unused patch

Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../qtgui-5.14.0_beta3-no-xcb-no-xkbcommon.patch   | 34 ----------------------
 1 file changed, 34 deletions(-)

diff --git a/dev-qt/qtgui/files/qtgui-5.14.0_beta3-no-xcb-no-xkbcommon.patch b/dev-qt/qtgui/files/qtgui-5.14.0_beta3-no-xcb-no-xkbcommon.patch
deleted file mode 100644
index 6f63a637..00000000
--- a/dev-qt/qtgui/files/qtgui-5.14.0_beta3-no-xcb-no-xkbcommon.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From 2749833d844b20a9e642b2df2074dfafde8622d3 Mon Sep 17 00:00:00 2001
-From: Jimi Huotari <chiitoo@gentoo.org>
-Date: Wed, 6 Nov 2019 00:54:57 +0200
-Subject: [PATCH] Fix build with -xcb and -no-libinput
-
-Since a34e81ab [1], 'xkbcommon_support' is under
-'src/platformsupport/input', and will not be defined when building
-with -no-libinput, and as such, 'xkbcommon_support-private' added in
-'src/plugins/platforms/xcb/xcb_qpa_lib.pro' will be unknown.
-
-1. https://code.qt.io/cgit/qt/qtbase.git/commit/?h=5.14&id=a34e81ab
-
-Change-Id: I79563b329623651b462b8fedcfb59ef5f2c2e52a
-Gentoo-bug: https://bugs.gentoo.org/699110
-Suggested-by: Petr Zima <zima@matfyz.cz>
----
- src/platformsupport/platformsupport.pro | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/platformsupport/platformsupport.pro b/src/platformsupport/platformsupport.pro
-index 6d4f1b93bd1..877665ff06b 100644
---- a/src/platformsupport/platformsupport.pro
-+++ b/src/platformsupport/platformsupport.pro
-@@ -11,7 +11,7 @@ SUBDIRS = \
- qtConfig(freetype)|darwin|win32: \
-     SUBDIRS += fontdatabases
- 
--qtConfig(evdev)|qtConfig(tslib)|qtConfig(libinput)|qtConfig(integrityhid) {
-+qtConfig(evdev)|qtConfig(tslib)|qtConfig(libinput)|qtConfig(integrityhid)|qtConfig(xkbcommon) {
-     SUBDIRS += input
-     input.depends += devicediscovery
- }
--- 
-2.16.3


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-12-18 15:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-07 21:13 [gentoo-commits] proj/qt:master commit in: dev-qt/qtgui/files/ Markos Chandras
  -- strict thread matches above, loose matches on Subject: below --
2017-10-08  1:51 Michael Palimaka
2019-12-18 15:33 Andreas Sturmlechner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox