dev-qt/qtwayland - 6.10.3 (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

Install

Install this version:

emerge -a =dev-qt/qtwayland-6.10.3

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-qt/qtwayland-6.10.3

Or alternatively:

emerge --autounmask-write -a =dev-qt/qtwayland-6.10.3

Package Information

Description:
Toolbox for making Qt based Wayland compositors

Ebuild Details

Version EAPI Keywords Slot
6.10.3 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
}

USE Flags

Manage flags for this package: euse -i <flag> -p dev-qt/qtwayland | euse -E <flag> -p dev-qt/qtwayland | euse -D <flag> -p dev-qt/qtwayland

Global/Standard Flags

qml

Inherited Eclasses

Dependencies

DEPEND

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

RDEPEND

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

BDEPEND

	dev-util/wayland-scanner