Gentoo Archives: gentoo-commits

From: Jimi Huotari <chiitoo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtwayland/
Date: Wed, 27 Apr 2022 20:27:41
Message-Id: 1651091199.cc0782fc941179d3c378ca8f23717218e36836d3.chiitoo@gentoo
1 commit: cc0782fc941179d3c378ca8f23717218e36836d3
2 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 27 20:25:57 2022 +0000
4 Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 27 20:26:39 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=cc0782fc
7
8 dev-qt/qtwayland: add version 6*
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
12
13 dev-qt/qtwayland/Manifest | 1 +
14 dev-qt/qtwayland/qtwayland-6.3.0.ebuild | 21 +++++++++++++++++++++
15 dev-qt/qtwayland/qtwayland-6.3.9999.ebuild | 21 +++++++++++++++++++++
16 dev-qt/qtwayland/qtwayland-6.9999.ebuild | 21 +++++++++++++++++++++
17 4 files changed, 64 insertions(+)
18
19 diff --git a/dev-qt/qtwayland/Manifest b/dev-qt/qtwayland/Manifest
20 new file mode 100644
21 index 00000000..f7368b6d
22 --- /dev/null
23 +++ b/dev-qt/qtwayland/Manifest
24 @@ -0,0 +1 @@
25 +DIST qtwayland-everywhere-src-6.3.0.tar.xz 835420 BLAKE2B 4efce671030d2662b291d04291e80ef1784d3616c26581293779511adff9cfba8007925a0b9b2c5dec938a813e49f3e786021bac145ac49477600b7fddda926d SHA512 0c64b114c5b3edd2b278f03dbc46aa1907e5accf4c9512cc0b594f6a58571eb023541a3bc0185aec24367d9e6e675e32999bc5ac4f0ac671b09100e86add4cd6
26
27 diff --git a/dev-qt/qtwayland/qtwayland-6.3.0.ebuild b/dev-qt/qtwayland/qtwayland-6.3.0.ebuild
28 new file mode 100644
29 index 00000000..14b556b1
30 --- /dev/null
31 +++ b/dev-qt/qtwayland/qtwayland-6.3.0.ebuild
32 @@ -0,0 +1,21 @@
33 +# Copyright 1999-2022 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=8
37 +
38 +inherit qt6-build
39 +
40 +DESCRIPTION="Wayland platform plugin for Qt"
41 +
42 +if [[ ${QT6_BUILD_TYPE} == release ]]; then
43 + KEYWORDS="~amd64"
44 +fi
45 +
46 +DEPEND="
47 + dev-libs/wayland
48 + =dev-qt/qtbase-${PV}*[gui,opengl]
49 + =dev-qt/qtdeclarative-${PV}*
50 + media-libs/libglvnd
51 + x11-libs/libxkbcommon
52 +"
53 +RDEPEND="${DEPEND}"
54
55 diff --git a/dev-qt/qtwayland/qtwayland-6.3.9999.ebuild b/dev-qt/qtwayland/qtwayland-6.3.9999.ebuild
56 new file mode 100644
57 index 00000000..14b556b1
58 --- /dev/null
59 +++ b/dev-qt/qtwayland/qtwayland-6.3.9999.ebuild
60 @@ -0,0 +1,21 @@
61 +# Copyright 1999-2022 Gentoo Authors
62 +# Distributed under the terms of the GNU General Public License v2
63 +
64 +EAPI=8
65 +
66 +inherit qt6-build
67 +
68 +DESCRIPTION="Wayland platform plugin for Qt"
69 +
70 +if [[ ${QT6_BUILD_TYPE} == release ]]; then
71 + KEYWORDS="~amd64"
72 +fi
73 +
74 +DEPEND="
75 + dev-libs/wayland
76 + =dev-qt/qtbase-${PV}*[gui,opengl]
77 + =dev-qt/qtdeclarative-${PV}*
78 + media-libs/libglvnd
79 + x11-libs/libxkbcommon
80 +"
81 +RDEPEND="${DEPEND}"
82
83 diff --git a/dev-qt/qtwayland/qtwayland-6.9999.ebuild b/dev-qt/qtwayland/qtwayland-6.9999.ebuild
84 new file mode 100644
85 index 00000000..14b556b1
86 --- /dev/null
87 +++ b/dev-qt/qtwayland/qtwayland-6.9999.ebuild
88 @@ -0,0 +1,21 @@
89 +# Copyright 1999-2022 Gentoo Authors
90 +# Distributed under the terms of the GNU General Public License v2
91 +
92 +EAPI=8
93 +
94 +inherit qt6-build
95 +
96 +DESCRIPTION="Wayland platform plugin for Qt"
97 +
98 +if [[ ${QT6_BUILD_TYPE} == release ]]; then
99 + KEYWORDS="~amd64"
100 +fi
101 +
102 +DEPEND="
103 + dev-libs/wayland
104 + =dev-qt/qtbase-${PV}*[gui,opengl]
105 + =dev-qt/qtdeclarative-${PV}*
106 + media-libs/libglvnd
107 + x11-libs/libxkbcommon
108 +"
109 +RDEPEND="${DEPEND}"