Install this version:
emerge -a =lxqt-base/lxqt-wayland-session-0.4.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =lxqt-base/lxqt-wayland-session-0.4.0
Or alternatively:
emerge --autounmask-write -a =lxqt-base/lxqt-wayland-session-0.4.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.4.0 | 8 | ~amd64 | 0 |
# Copyright 2025-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="LXQt Wayland Session Support"
HOMEPAGE="
https://lxqt-project.org/
https://github.com/lxqt/lxqt-wayland-session/
"
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
else
SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
KEYWORDS="~amd64"
fi
LICENSE="BSD CC-BY-SA-4.0 GPL-2 GPL-3 LGPL-2.1 MIT"
SLOT="0"
BDEPEND="
>=dev-qt/qttools-6.6:6[linguist]
>=dev-util/lxqt-build-tools-2.4.0
virtual/pkgconfig
"
DEPEND="
>=app-misc/qtxdg-tools-4.4.0
kde-plasma/layer-shell-qt:6
>=lxqt-base/lxqt-session-2.4.0
x11-misc/xdg-user-dirs
"
RDEPEND="${DEPEND}"
pkg_postinst() {
einfo "By default, the labwc compositor will be used."
einfo "To use something else, define, for example, the following in '.config/lxqt/session.conf':"
einfo " compositor=kwin_wayland"
einfo ""
einfo "For more configuration details, and a list of supported compositors, see:"
einfo " /usr/share/doc/${P}/README*"
}
>=app-misc/qtxdg-tools-4.4.0 kde-plasma/layer-shell-qt:6 >=lxqt-base/lxqt-session-2.4.0 x11-misc/xdg-user-dirs
>=app-misc/qtxdg-tools-4.4.0 kde-plasma/layer-shell-qt:6 >=lxqt-base/lxqt-session-2.4.0 x11-misc/xdg-user-dirs
>=dev-qt/qttools-6.6:6[linguist] >=dev-util/lxqt-build-tools-2.4.0 virtual/pkgconfig
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | lxqt-wayland-session-0.4.0.tar.xz | 362516 bytes | https://github.com/lxqt/lxqt-wayland-session/releases/download/0.4.0/lxqt-wayland-session-0.4.0.tar.xz |