diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-24 00:25:19 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-30 19:03:43 +0100 |
commit | c7ec06f96b7b27518f55920bdc9b38e0d0fc883e (patch) | |
tree | 437f71504edb5e7f06765179d7e7be8ab1c118c8 /lxqt-base/lxqt-config | |
parent | x11-misc/fbpanel: use ASCII whitespace (diff) | |
download | gentoo-c7ec06f96b7b27518f55920bdc9b38e0d0fc883e.tar.gz gentoo-c7ec06f96b7b27518f55920bdc9b38e0d0fc883e.tar.bz2 gentoo-c7ec06f96b7b27518f55920bdc9b38e0d0fc883e.zip |
*/*: Switch lxqt proj packages to cmake.eclass
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'lxqt-base/lxqt-config')
-rw-r--r-- | lxqt-base/lxqt-config/lxqt-config-0.14.1-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lxqt-base/lxqt-config/lxqt-config-0.14.1-r1.ebuild b/lxqt-base/lxqt-config/lxqt-config-0.14.1-r1.ebuild index da4ec98c1f42..33b97791a6a3 100644 --- a/lxqt-base/lxqt-config/lxqt-config-0.14.1-r1.ebuild +++ b/lxqt-base/lxqt-config/lxqt-config-0.14.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils xdg-utils +inherit cmake xdg-utils DESCRIPTION="LXQt system configuration control center" HOMEPAGE="https://lxqt.org/" @@ -59,11 +59,11 @@ src_configure() { -DWITH_MONITOR="$(usex monitor)" -DWITH_TOUCHPAD="$(usex touchpad)" ) - cmake-utils_src_configure + cmake_src_configure } src_install() { - cmake-utils_src_install + cmake_src_install doman man/*.1 liblxqt-config-cursor/man/*.1 lxqt-config-appearance/man/*.1 } |