gentoo/dev-qt/qtwayland/metadata.xml
Ionen Wolkens 02dc02aa17
dev-qt/qtwayland: update live for 6.8+ branch
USE=gnome choice may debatable given this does not depend on gnome,
but it does nothing ootb unless gnome is detected and is intended
to integrate better with it.

Alternatively could've done USE=adwaita or USE=gnome-integration
and enable it manually on gnome profiles but does not feel necessary.

fwiw keep a local USE description to clarify.

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2024-06-04 15:30:40 -04:00

25 lines
888 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>
<use>
<flag name="compositor">Enable support for the wayland compositor / server APIs</flag>
<flag name="gnome">Build the GNOME-like decoration plugin (loaded by default with GNOME)</flag>
<flag name="qml">Build QML/QtQuick bindings and imports</flag>
<flag name="vulkan">Enable support for Vulkan-based server buffer integration</flag>
</use>
<upstream>
<bugs-to>https://bugreports.qt.io/</bugs-to>
<doc>https://doc.qt.io/</doc>
<remote-id type="github">qt/qtwayland</remote-id>
</upstream>
<slots>
<subslots>
Must only be used by packages that are known to use private parts of the Qt API.
</subslots>
</slots>
</pkgmetadata>