From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/seer/
Date: Sat, 26 Aug 2023 05:04:18 +0000 (UTC) [thread overview]
Message-ID: <1693026206.3543cf1ca41c47c4e540e6a97de5be6dc7e7d2e6.sam@gentoo> (raw)
commit: 3543cf1ca41c47c4e540e6a97de5be6dc7e7d2e6
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 26 05:03:26 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 26 05:03:26 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3543cf1c
dev-util/seer: add 2.1
I'll keyword it later after some more testing. Hard-switches to Qt 6 given upstream
don't really support Qt 5 now.
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-util/seer/Manifest | 1 +
dev-util/seer/{seer-9999.ebuild => seer-2.1.ebuild} | 14 ++++++--------
dev-util/seer/seer-9999.ebuild | 14 ++++++--------
3 files changed, 13 insertions(+), 16 deletions(-)
diff --git a/dev-util/seer/Manifest b/dev-util/seer/Manifest
index d79c7f868bde..f3761abd6c9e 100644
--- a/dev-util/seer/Manifest
+++ b/dev-util/seer/Manifest
@@ -1,2 +1,3 @@
DIST seer-1.17.tar.gz 410347 BLAKE2B 6ac10aecc862a669cf9c0a2f25104604bddb3791d48cf8653483edb14a913f8214e7a316f335e115e0df80703610c97d395f6b896406cc19814701f234e319cf SHA512 93a0b148685dcd52eb567c1d58848e65c43208af9505b3bc02202c1be02ed7f94af500a1b5fdb295f0d3cd13dd88e3d6d9a524396c9c37c74435532d3dfbec2d
DIST seer-2.0.tar.gz 409888 BLAKE2B c39cc0a186a68bad8477262d8900f0b8e632dc2e21504b4157d881b7a2cd6c75d9c0d60e28767bf490c6420e1ca1f17e52c13ef642986d9d94b44b46148270b2 SHA512 ea01ccbc7e457d7a42bf8703da24c2d42c37d81c7c5223b30f5c3837200a8e3137cd5ff5fd6531cf3b3c22b1cf1bec576c68191bfb63a5d55a8527ab8283c04a
+DIST seer-2.1.tar.gz 419994 BLAKE2B b2f2842d3515721f27b9fe5cb5dfc7585feb89cd38ba6f8fff20a62752d1f355887d3956f8c2e31388d887476a8ca63ec878f3a28698b24b99ccee327f9dfa74 SHA512 6e16b4a459e2dc033a03a5c62709553de9f50e770f463a59cf5f6077fce5d2c59d1aba05e163602b11b24e4e560da8b9e9b8708c727421ee6a1943e617a30955
diff --git a/dev-util/seer/seer-9999.ebuild b/dev-util/seer/seer-2.1.ebuild
similarity index 78%
copy from dev-util/seer/seer-9999.ebuild
copy to dev-util/seer/seer-2.1.ebuild
index 48b2a9ffe763..5e17ca62b9dd 100644
--- a/dev-util/seer/seer-9999.ebuild
+++ b/dev-util/seer/seer-2.1.ebuild
@@ -25,11 +25,9 @@ LICENSE="GPL-3+ CC-BY-3.0 CC-BY-4.0"
SLOT="0"
DEPEND="
- dev-qt/qtcharts:5
- dev-qt/qtcore:5
- dev-qt/qtgui:5
- dev-qt/qtprintsupport:5
- dev-qt/qtwidgets:5
+ dev-qt/qtbase:6[gui,widgets]
+ dev-qt/qtcharts:6
+ dev-qt/qtsvg:6
"
RDEPEND="
${DEPEND}
@@ -38,9 +36,9 @@ RDEPEND="
src_configure() {
local mycmakeargs=(
- # TODO: Support Qt 6 once it's unmasked
- # Note that >= 2.0 barely supports Qt 5, see https://github.com/epasveer/seer/wiki/Building-Seer---Qt5.
- -DQTVERSION=QT5
+ # Upstream don't really support Qt 5 for >= 2.0:
+ # https://github.com/epasveer/seer/wiki/Building-Seer---Qt5.
+ -DQTVERSION=QT6
)
cmake_src_configure
diff --git a/dev-util/seer/seer-9999.ebuild b/dev-util/seer/seer-9999.ebuild
index 48b2a9ffe763..5e17ca62b9dd 100644
--- a/dev-util/seer/seer-9999.ebuild
+++ b/dev-util/seer/seer-9999.ebuild
@@ -25,11 +25,9 @@ LICENSE="GPL-3+ CC-BY-3.0 CC-BY-4.0"
SLOT="0"
DEPEND="
- dev-qt/qtcharts:5
- dev-qt/qtcore:5
- dev-qt/qtgui:5
- dev-qt/qtprintsupport:5
- dev-qt/qtwidgets:5
+ dev-qt/qtbase:6[gui,widgets]
+ dev-qt/qtcharts:6
+ dev-qt/qtsvg:6
"
RDEPEND="
${DEPEND}
@@ -38,9 +36,9 @@ RDEPEND="
src_configure() {
local mycmakeargs=(
- # TODO: Support Qt 6 once it's unmasked
- # Note that >= 2.0 barely supports Qt 5, see https://github.com/epasveer/seer/wiki/Building-Seer---Qt5.
- -DQTVERSION=QT5
+ # Upstream don't really support Qt 5 for >= 2.0:
+ # https://github.com/epasveer/seer/wiki/Building-Seer---Qt5.
+ -DQTVERSION=QT6
)
cmake_src_configure
next reply other threads:[~2023-08-26 5:04 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-26 5:04 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-14 5:39 [gentoo-commits] repo/gentoo:master commit in: dev-util/seer/ Sam James
2025-01-07 18:11 Sam James
2025-01-05 22:51 Andreas Sturmlechner
2025-01-04 16:17 Sam James
2024-12-31 3:19 Jakov Smolić
2024-10-18 19:52 Arthur Zamarin
2023-11-24 23:14 Sam James
2023-11-24 23:14 Sam James
2023-11-24 23:14 Sam James
2023-06-05 5:02 Sam James
2023-06-05 5:02 Sam James
2023-06-05 5:02 Sam James
2023-04-25 19:49 Sam James
2023-04-23 17:57 Sam James
2023-04-23 17:57 Sam James
2023-04-09 19:37 Sam James
2023-03-05 3:40 Sam James
2023-03-05 3:40 Sam James
2023-01-26 3:13 Sam James
2023-01-05 8:16 Sam James
2023-01-05 8:16 Sam James
2022-12-10 4:35 Sam James
2022-12-10 4:35 Sam James
2022-10-25 5:53 Sam James
2022-10-02 2:43 Sam James
2022-09-23 1:35 Sam James
2022-09-13 22:32 Sam James
2022-08-31 2:26 Sam James
2022-08-31 2:26 Sam James
2022-08-31 2:09 Sam James
2022-08-31 1:24 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=1693026206.3543cf1ca41c47c4e540e6a97de5be6dc7e7d2e6.sam@gentoo \
--to=sam@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