Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtwayland/
Date: Tue, 02 Aug 2022 21:51:34
Message-Id: 1659476989.afb07e4e0f06ba04f25cb47b65ac1958c32ce714.sam@gentoo
1 commit: afb07e4e0f06ba04f25cb47b65ac1958c32ce714
2 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 20 18:26:08 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 2 21:49:49 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afb07e4e
7
8 dev-qt/qtwayland: add version 6.3.1
9
10 Bug: https://bugs.gentoo.org/838970
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 dev-qt/qtwayland/Manifest | 1 +
16 dev-qt/qtwayland/qtwayland-6.3.1.ebuild | 22 ++++++++++++++++++++++
17 2 files changed, 23 insertions(+)
18
19 diff --git a/dev-qt/qtwayland/Manifest b/dev-qt/qtwayland/Manifest
20 index 3c4c3c65c7db..9375362aae0a 100644
21 --- a/dev-qt/qtwayland/Manifest
22 +++ b/dev-qt/qtwayland/Manifest
23 @@ -1,3 +1,4 @@
24 DIST qtwayland-5.15.5-gentoo-kde-1.tar.xz 32076 BLAKE2B e42d847deaef08271eb2f3211db7496bb1d3e1da976cf242f2129775c0401eb834fd7c94b35ac58d601eb28e770c3b6bedaf4135e5ad97f43e0adee5054214aa SHA512 277c3612de892f21058bac3ef9c2b3584aa43850e1f6dab0c43989a952e30656c6069d1f7d07b0f1df7d1ec2ab1893a0ba1c4c6fecc6f56c101333832bdd483c
25 DIST qtwayland-5.15.5-gentoo-kde-2.tar.xz 35492 BLAKE2B 91334609155e4bd227d76e5972422b400ab4b6196389a1b6b4c271994287851bc3b624ae761ece1418037735784edf7740ed5337ef6972bf708c598c202b7e86 SHA512 2663b59c7647e8a7d5f64905be114fc1b248cd8e10c2eba6bddc25b74fbbc5216e8264f41f50b6368819664921e27dfe96d4c1556c0e56f8c3c2c0ed75a72080
26 DIST qtwayland-everywhere-opensource-src-5.15.5.tar.xz 567384 BLAKE2B 01ce4d546bda7bf332f8cc4f86a5e8bfb1be0ef60336ee3cae58266a25d51cf00fef3e6c4204f0179abc2ef748f88bd3a20f89f36da74d5d15c70ae7b4975186 SHA512 828dceb7bc54ce610a73f110f0aca332a90cf95df4a3bc971bd21c4e878366cb8d2248e609b73ce4d381579a143843c87a62f23dcc95767e522874e53a1b0327
27 +DIST qtwayland-everywhere-src-6.3.1.tar.xz 835896 BLAKE2B 97dce7d120769d1d68c6b15f8154e7aefc95d44d011a3ab86565868e2b81ee38780ce0931ba02973b878eed24781c6098ae688294c4bd30fb265d6815a215a36 SHA512 571654a6abcd865717d4624c65d78e1b911829bba84f609521f349bf896b9475a8ce7759ba6b69e4bc4eef10c31e404c71610816dbee20d1202401efefa2323d
28
29 diff --git a/dev-qt/qtwayland/qtwayland-6.3.1.ebuild b/dev-qt/qtwayland/qtwayland-6.3.1.ebuild
30 new file mode 100644
31 index 000000000000..09413e556f22
32 --- /dev/null
33 +++ b/dev-qt/qtwayland/qtwayland-6.3.1.ebuild
34 @@ -0,0 +1,22 @@
35 +# Copyright 1999-2022 Gentoo Authors
36 +# Distributed under the terms of the GNU General Public License v2
37 +
38 +EAPI=8
39 +
40 +inherit qt6-build
41 +
42 +DESCRIPTION="Wayland platform plugin for Qt"
43 +
44 +if [[ ${QT6_BUILD_TYPE} == release ]]; then
45 + KEYWORDS="~amd64"
46 +fi
47 +
48 +BDEPEND="dev-util/wayland-scanner"
49 +DEPEND="
50 + dev-libs/wayland
51 + =dev-qt/qtbase-${PV}*[gui,opengl]
52 + =dev-qt/qtdeclarative-${PV}*
53 + media-libs/libglvnd
54 + x11-libs/libxkbcommon
55 +"
56 +RDEPEND="${DEPEND}"