dev-qt/qtwayland - 6.10.2 (gentoo)

Search

Deprecated: This version is deprecated.

Reason: Qt5 upstream OSS support ended on 2020-12-08. Public availability of commercial 5.15 LTS releases is delayed by 1 year since then. The final release happened on 2025-05-19, which means a) we will not get it until 2026-06-19, b) any bugs discovered since last May will not be fixed and c) no bugs since 2020-12-08 that haven't also been affecting Qt6 were fixed at all. Bug 948836

Deprecated by Andreas Sturmlechner on 2025-08-20

Package Information

Description:
Toolbox for making Qt based Wayland compositors

Ebuild Details

Version EAPI Keywords Slot
6.10.2 8 amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv x86
View Raw Ebuild
# Copyright 2021-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit qt6-build

DESCRIPTION="Toolbox for making Qt based Wayland compositors"

if [[ ${QT6_BUILD_TYPE} == release ]]; then
	KEYWORDS="amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv x86"
fi

IUSE="gnome qml"

RDEPEND="
	dev-libs/wayland
	~dev-qt/qtbase-${PV}:6[gui,opengl,wayland]
	media-libs/libglvnd
	x11-libs/libxkbcommon
	qml? ( ~dev-qt/qtdeclarative-${PV}:6 )
	gnome? (
		~dev-qt/qtbase-${PV}:6[dbus]
		~dev-qt/qtsvg-${PV}:6
	)
"
DEPEND="${RDEPEND}"
BDEPEND="
	dev-util/wayland-scanner
"

src_configure() {
	local mycmakeargs=(
		$(cmake_use_find_package qml Qt6Quick)
		$(qt_feature gnome wayland_decoration_adwaita)
	)

	qt6-build_src_configure
}

Dependencies

DEPEND

	dev-libs/wayland
	~dev-qt/qtbase-6.10.2:6[gui,opengl,wayland]
	media-libs/libglvnd
	x11-libs/libxkbcommon
	qml? ( ~dev-qt/qtdeclarative-6.10.2:6 )
	gnome? (
		~dev-qt/qtbase-6.10.2:6[dbus]
		~dev-qt/qtsvg-6.10.2:6
	)

RDEPEND

	dev-libs/wayland
	~dev-qt/qtbase-6.10.2:6[gui,opengl,wayland]
	media-libs/libglvnd
	x11-libs/libxkbcommon
	qml? ( ~dev-qt/qtdeclarative-6.10.2:6 )
	gnome? (
		~dev-qt/qtbase-6.10.2:6[dbus]
		~dev-qt/qtsvg-6.10.2:6
	)

BDEPEND

	dev-util/wayland-scanner