gentoo/lxqt-base/lxqt-wayland-session/lxqt-wayland-session-0.3.0.ebuild
Jimi Huotari 103f383ab6
lxqt-base/lxqt-wayland-session: add 0.3.0
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
2025-11-05 21:09:41 +02:00

43 lines
1.0 KiB
Bash

# Copyright 2025 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/"
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.3.0
virtual/pkgconfig
"
DEPEND="
>=app-misc/qtxdg-tools-4.3.0
kde-plasma/layer-shell-qt:6
>=lxqt-base/lxqt-session-2.1.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*"
}