1 # Copyright 1999-2025 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
10 DESCRIPTION="LXQt system configuration control center"
11 HOMEPAGE="https://lxqt-project.org/"
13 if [[ ${PV} == 9999 ]]; then
15 EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
17 SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
18 KEYWORDS="amd64 arm64 ~ppc64 ~riscv ~x86"
21 LICENSE="GPL-2 GPL-2+ GPL-3 LGPL-2 LGPL-2+ LGPL-2.1+ WTFPL-2"
23 IUSE="+monitor +touchpad"
26 >=dev-qt/qttools-6.6:6[linguist]
27 >=dev-util/lxqt-build-tools-2.1.0
30 >=dev-libs/libqtxdg-4.1.0
31 >=dev-qt/qtbase-6.6:6[gui,widgets,xml]
33 =lxqt-base/liblxqt-${MY_PV}*:=
34 =lxqt-base/lxqt-menu-data-${MY_PV}*
41 monitor? ( kde-plasma/libkscreen:6= )
44 x11-drivers/xf86-input-libinput
52 -DWITH_MONITOR=$(usex monitor)
53 -DWITH_TOUCHPAD=$(usex touchpad)
61 doman man/*.1 liblxqt-config-cursor/man/*.1 lxqt-config-appearance/man/*.1