mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 00:05:54 +03:00
Not needed by anything in ::gentoo "yet", but qtcharts is being deprecated in Qt 6.10 and projects are told to migrate to qtgraphs, so let's get this ready. Unknown at the moment how much quick3d will be needed/wanted (required for QtGraphsWidgets), left off-by-default for now but that can be revisited if packages start needing it. quick3d is kept conditional given it can be flaky on some arches (may need to mask depending on future keywords) and is semi-big to build. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
22 lines
641 B
XML
22 lines
641 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>qt@gentoo.org</email>
|
|
<name>Gentoo Qt Project</name>
|
|
</maintainer>
|
|
<upstream>
|
|
<bugs-to>https://bugreports.qt.io/</bugs-to>
|
|
<doc>https://doc.qt.io/</doc>
|
|
<remote-id type="github">qt/qtgraphs</remote-id>
|
|
</upstream>
|
|
<use>
|
|
<flag name="quick3d">Enable support for 3D graphs using <pkg>dev-qt/qtquick3d</pkg></flag>
|
|
</use>
|
|
<slots>
|
|
<subslots>
|
|
Must only be used by packages that are known to use private parts of the Qt API.
|
|
</subslots>
|
|
</slots>
|
|
</pkgmetadata>
|