Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtwayland/
Date: Sat, 09 Apr 2022 16:07:17
Message-Id: 1649520182.56ea041c2ce0b1bff940af824cc56dcca746cbe7.asturm@gentoo
1 commit: 56ea041c2ce0b1bff940af824cc56dcca746cbe7
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 9 14:03:45 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 9 16:03:02 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56ea041c
7
8 dev-qt/qtwayland: 5.15.3-r1 revbump at KDE a06fde8d
9
10 Liang Qi (1):
11 client: update button state and etc in pointer_leave()
12
13 Package-Manager: Portage-3.0.30, Repoman-3.0.3
14 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
15
16 dev-qt/qtwayland/Manifest | 1 +
17 dev-qt/qtwayland/qtwayland-5.15.3-r1.ebuild | 51 +++++++++++++++++++++++++++++
18 2 files changed, 52 insertions(+)
19
20 diff --git a/dev-qt/qtwayland/Manifest b/dev-qt/qtwayland/Manifest
21 index 8a755b3fdabc..0be447a5042b 100644
22 --- a/dev-qt/qtwayland/Manifest
23 +++ b/dev-qt/qtwayland/Manifest
24 @@ -1,4 +1,5 @@
25 DIST qtwayland-5.15.2-867540b9.tar.gz 830061 BLAKE2B b831288d6a3e671631b4df00eb1edb72e35128f3ed5a73983b3e15193f554fddcd0337deb832d44b795d2e37f0601fe35b8b0fcb5986bcc44154d172f3a54193 SHA512 b834802811d9f65559ef5e7468189b53c666e390aa09edeb490e5fee2dece13082b11da0f8b5924b89f7dc8e1eba375a485940f4dfbf0445f3d1e96033e33f24
26 DIST qtwayland-5.15.2-d6a6b727.tar.gz 831439 BLAKE2B 430f7c8570f9941e80db68f63efa9669f40d045e8df8820ec8653152938078b91d8d68b76667c6c01cc83cfca3f3b0ea67b6fdee6230e04fd091dcaaed4400bc SHA512 a2314f31c979594c4bd46fe8f1ac44d3391e45e6fedef44eaac5fb8700d1b32ac992f3e9d17e2453f0311038979a2bf8fabb14ea887525e16fb210307844c71d
27 DIST qtwayland-5.15.3-gentoo-kde-1.tar.xz 34944 BLAKE2B e2113d9351b9c773d2a946a5593657dda7d62b8022190ac10527dea4324951aa486b66e2a461d45d583c3b316b4be6e60d391ceed49dfbc5adb5d4e164e9d763 SHA512 80ae360d3be2c0a63d2161b76bbc5e90a45c39841f8642162bc5da1236a3af7016a2899775ed79c8144d17dcb80f84fa8d05cfc69090ed7a69b72edf4d69bcff
28 +DIST qtwayland-5.15.3-gentoo-kde-2.tar.xz 35460 BLAKE2B ea229ae3007405dcb431c90c3a8411d11d2d5715e917f5a57cc2881da4274938d6466f1562dc5f750b8d27ee60a459d6251ca1ab2563f6ee4b9f89e17a956b59 SHA512 63041bcf68869eb5bd1449bfeecd9847c6890378743eaf1f6cedd95b01f54448be804de6bb5649d70240d4fe98d39fd58db2ba5a5234269c17b5127dd1d76dd3
29 DIST qtwayland-everywhere-opensource-src-5.15.3.tar.xz 565004 BLAKE2B bc146caf77d42436dcb599df8d2aea422ac8717151dee91b9be129b97902d5af274dec90bd5ffceef62512515e5cf57a61ab773cfc6c13742a6cc5d9b6f72726 SHA512 0a9768282170709050490fb1b9daef59c21c8b5c4785f56a452d7954ffb6f016ec836022693941c99c5c10b2c3c55c75ba37fdad09dd1e0cde627f8b87b90c89
30
31 diff --git a/dev-qt/qtwayland/qtwayland-5.15.3-r1.ebuild b/dev-qt/qtwayland/qtwayland-5.15.3-r1.ebuild
32 new file mode 100644
33 index 000000000000..ffcc192c7e8a
34 --- /dev/null
35 +++ b/dev-qt/qtwayland/qtwayland-5.15.3-r1.ebuild
36 @@ -0,0 +1,51 @@
37 +# Copyright 1999-2022 Gentoo Authors
38 +# Distributed under the terms of the GNU General Public License v2
39 +
40 +EAPI=8
41 +
42 +QT5_KDEPATCHSET_REV=2
43 +inherit qt5-build
44 +
45 +DESCRIPTION="Wayland platform plugin for Qt"
46 +SLOT=5/${QT5_PV} # bug 815646
47 +
48 +if [[ ${QT5_BUILD_TYPE} == release ]]; then
49 + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
50 +fi
51 +
52 +IUSE="vulkan X"
53 +
54 +DEPEND="
55 + dev-libs/wayland
56 + =dev-qt/qtcore-${QT5_PV}*:5=
57 + =dev-qt/qtdeclarative-${QT5_PV}*:5=
58 + =dev-qt/qtgui-${QT5_PV}*:5=[egl,libinput,vulkan=,X?]
59 + media-libs/libglvnd
60 + vulkan? ( dev-util/vulkan-headers )
61 + X? (
62 + =dev-qt/qtgui-${QT5_PV}*[-gles2-only]
63 + x11-libs/libX11
64 + x11-libs/libXcomposite
65 + )
66 +"
67 +RDEPEND="${DEPEND}"
68 +BDEPEND="
69 + dev-util/wayland-scanner
70 +"
71 +
72 +PATCHES=( "${FILESDIR}/${PN}-5.15.2-QTBUG-90037-QTBUG-91264.patch" ) # upstream pending
73 +
74 +src_configure() {
75 + local myqmakeargs=(
76 + --
77 + $(qt_use vulkan feature-wayland-vulkan-server-buffer)
78 + $(qt_use X feature-xcomposite-egl)
79 + $(qt_use X feature-xcomposite-glx)
80 + )
81 + qt5-build_src_configure
82 +}
83 +
84 +src_install() {
85 + qt5-build_src_install
86 + rm "${D}${QT5_BINDIR}"/qtwaylandscanner || die
87 +}