public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ionen Wolkens" <ionen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qt5compat/
Date: Tue, 10 Oct 2023 14:51:24 +0000 (UTC)	[thread overview]
Message-ID: <1696949361.109f2ed8fea718ef482c73834f3e4d684daf0073.ionen@gentoo> (raw)

commit:     109f2ed8fea718ef482c73834f3e4d684daf0073
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 10 08:49:35 2023 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue Oct 10 14:49:21 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=109f2ed8

dev-qt/qt5compat: add 6.6.0

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 dev-qt/qt5compat/Manifest               |  1 +
 dev-qt/qt5compat/qt5compat-6.6.0.ebuild | 37 +++++++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/dev-qt/qt5compat/Manifest b/dev-qt/qt5compat/Manifest
index 6e8440cc03ed..bc2d70ec3e68 100644
--- a/dev-qt/qt5compat/Manifest
+++ b/dev-qt/qt5compat/Manifest
@@ -1,2 +1,3 @@
 DIST qt5compat-everywhere-src-6.5.2.tar.xz 14638008 BLAKE2B ab16da4c4cdbbfde615e083ebce57352bbee6e37ddd6a9a764a9f93824edb0a230324c989808c859b8142f16cec2f57cfffe33fe20fd1d7b72ec8a1967c87e99 SHA512 c646231f4bece460bfa6b654cba63a91c938c98b4fca8198e63a3fc15a2c7424ef43a765f612d6555b341a8b46f89293d4567257e489569e4669d9beaee6ed66
 DIST qt5compat-everywhere-src-6.5.3.tar.xz 14638104 BLAKE2B eaa479fc42778a5b0969ab87e752ca71462199065bf8dd95f582f61ae8029f7081b03b89cd09b48e5ab6f051cacb3d7ec60b9bedab153406c6610473e1032e31 SHA512 49146eb1591e89b1d62a3615d673a4a29db9d2540fac2b2d03eb29ad24ec77ba97f8209240e512252ff1d3083d21312d6142654993582e95a7e549c94e8bf45c
+DIST qt5compat-everywhere-src-6.6.0.tar.xz 14638540 BLAKE2B 63a190f3cb408d2172e7dd23c7b3e99acb42569de7d7ba4f173d7d92c7ef9f4ccdfa7904f03b2667366f30b5b5a3acb7af0d235b63a79700bbfde6abbf41b6d2 SHA512 d6eb6ab52281e8b78de2a28aeaa1c0f9107634b5ada9700a4bad4f6fa66e2983dad6566b99d030d0980dd9817395fa033ebee7b79960fa527882b9239e908ff7

diff --git a/dev-qt/qt5compat/qt5compat-6.6.0.ebuild b/dev-qt/qt5compat/qt5compat-6.6.0.ebuild
new file mode 100644
index 000000000000..f7beee148ed0
--- /dev/null
+++ b/dev-qt/qt5compat/qt5compat-6.6.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit qt6-build
+
+DESCRIPTION="Qt module containing the unsupported Qt 5 APIs"
+
+if [[ ${QT6_BUILD_TYPE} == release ]]; then
+	KEYWORDS="~amd64"
+fi
+
+IUSE="icu qml"
+
+RDEPEND="
+	~dev-qt/qtbase-${PV}:6[gui,icu=,network,xml]
+	icu? ( dev-libs/icu:= )
+	qml? (
+		~dev-qt/qtdeclarative-${PV}:6
+		~dev-qt/qtshadertools-${PV}:6
+	)
+"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+	local mycmakeargs=(
+		$(cmake_use_find_package qml Qt6Quick)
+	)
+
+	qt6-build_src_configure
+}
+
+src_test() {
+	# tst_qxmlinputsource sometimes hang without -j1
+	qt6-build_src_test -j1
+}


             reply	other threads:[~2023-10-10 14:51 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-10 14:51 Ionen Wolkens [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-10  4:21 [gentoo-commits] repo/gentoo:master commit in: dev-qt/qt5compat/ Ionen Wolkens
2024-07-08 16:40 Arthur Zamarin
2024-07-08 11:16 Arthur Zamarin
2024-07-08 10:09 Sam James
2024-06-08  5:27 Arthur Zamarin
2024-05-28 18:56 Arthur Zamarin
2024-04-13 17:50 Arthur Zamarin
2024-04-02  6:09 Arthur Zamarin
2024-04-01 18:29 Arthur Zamarin
2024-03-22  6:16 Arthur Zamarin
2024-02-20 14:30 Arthur Zamarin
2024-01-25  1:05 Ionen Wolkens
2024-01-02 16:26 WANG Xuerui
2023-12-17 18:29 Arthur Zamarin
2023-12-05  7:25 Joonas Niilola
2023-12-03 20:48 Jakov Smolić
2023-12-02 10:57 Arthur Zamarin
2023-12-02 10:57 Arthur Zamarin
2023-12-01 10:58 Arthur Zamarin
2023-12-01 10:58 Arthur Zamarin
2023-11-15 17:20 Arthur Zamarin
2023-09-26 19:48 Ionen Wolkens
2023-09-15  4:49 Sam James
2023-09-05 15:28 Ionen Wolkens
2023-07-26 13:31 Jimi Huotari
2023-07-20 19:41 Jimi Huotari
2023-06-10 13:33 Jimi Huotari
2023-05-06 11:26 Jimi Huotari
2023-04-15 18:39 Jimi Huotari
2023-03-26 16:59 Jimi Huotari
2023-03-19 13:09 Jimi Huotari
2023-02-09 10:02 Andreas Sturmlechner
2023-01-05 22:39 Jimi Huotari
2022-12-01 19:19 Andreas Sturmlechner
2022-09-24 14:32 Andreas Sturmlechner
2022-08-02 22:00 Sam James
2022-08-02 21:51 Sam James

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1696949361.109f2ed8fea718ef482c73834f3e4d684daf0073.ionen@gentoo \
    --to=ionen@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox