From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 28EB5138334 for ; Wed, 18 Dec 2019 15:33:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54BA1E094A; Wed, 18 Dec 2019 15:33:28 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 355B9E088B for ; Wed, 18 Dec 2019 15:33:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EF37834D527 for ; Wed, 18 Dec 2019 15:33:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED8C5778 for ; Wed, 18 Dec 2019 15:33:24 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1576682995.eba7139a022154ede12ffafb8deb47a0fe8291d7.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtgui/files/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtgui/files/qtgui-5.14.0_beta3-no-xcb-no-xkbcommon.patch X-VCS-Directories: dev-qt/qtgui/files/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: eba7139a022154ede12ffafb8deb47a0fe8291d7 X-VCS-Branch: master Date: Wed, 18 Dec 2019 15:33:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3155c637-c69c-46fe-8e93-d57a3662e0b4 X-Archives-Hash: d6a424dd46efe059058076a169a3a38f commit: eba7139a022154ede12ffafb8deb47a0fe8291d7 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Dec 18 15:29:55 2019 +0000 Commit: Andreas Sturmlechner gentoo 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 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 -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 ---- - 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