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, 26 Sep 2023 19:48:44 +0000 (UTC) [thread overview]
Message-ID: <1695757643.f842b5e688b3b9f125b029d993a94047653b3de7.ionen@gentoo> (raw)
commit: f842b5e688b3b9f125b029d993a94047653b3de7
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 26 13:38:07 2023 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue Sep 26 19:47:23 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f842b5e6
dev-qt/qt5compat: add 6.6.0_rc
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
dev-qt/qt5compat/Manifest | 1 +
dev-qt/qt5compat/qt5compat-6.6.0_rc.ebuild | 37 ++++++++++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/dev-qt/qt5compat/Manifest b/dev-qt/qt5compat/Manifest
index 1f3e9ac49d22..2623694f1ec9 100644
--- a/dev-qt/qt5compat/Manifest
+++ b/dev-qt/qt5compat/Manifest
@@ -1 +1,2 @@
DIST qt5compat-everywhere-src-6.5.2.tar.xz 14638008 BLAKE2B ab16da4c4cdbbfde615e083ebce57352bbee6e37ddd6a9a764a9f93824edb0a230324c989808c859b8142f16cec2f57cfffe33fe20fd1d7b72ec8a1967c87e99 SHA512 c646231f4bece460bfa6b654cba63a91c938c98b4fca8198e63a3fc15a2c7424ef43a765f612d6555b341a8b46f89293d4567257e489569e4669d9beaee6ed66
+DIST qt5compat-everywhere-src-6.6.0-rc.tar.xz 14638328 BLAKE2B ac4953e62ab60bcb3616ce53543fc96ef72af5f9d011017387e80a36f0dd9a9c1c74e842c7aed598343b04e6bb32e8f1a1b5a4a6590bd935f0bbb99a2c5c81fd SHA512 e692b9e5d6b1c4004072ee332d8150b65a6b455419e4c6c76d524b8f66f0eea815901bb831c07ec6691ad7295877a7b79803d4a39adca4218748178b6530b4cf
diff --git a/dev-qt/qt5compat/qt5compat-6.6.0_rc.ebuild b/dev-qt/qt5compat/qt5compat-6.6.0_rc.ebuild
new file mode 100644
index 000000000000..f7beee148ed0
--- /dev/null
+++ b/dev-qt/qt5compat/qt5compat-6.6.0_rc.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
+}
next reply other threads:[~2023-09-26 19:48 UTC|newest]
Thread overview: 43+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-26 19:48 Ionen Wolkens [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-15 10:22 [gentoo-commits] repo/gentoo:master commit in: dev-qt/qt5compat/ Sam James
2025-03-16 0:09 Ionen Wolkens
2025-02-22 14:46 Arthur Zamarin
2024-12-27 12:02 Sam James
2024-11-02 14:10 Arthur Zamarin
2024-07-10 4:21 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-10-10 14:51 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=1695757643.f842b5e688b3b9f125b029d993a94047653b3de7.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