summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-12-24 00:25:19 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-12-30 19:03:43 +0100
commitc7ec06f96b7b27518f55920bdc9b38e0d0fc883e (patch)
tree437f71504edb5e7f06765179d7e7be8ab1c118c8 /lxqt-base/lxqt-panel
parentx11-misc/fbpanel: use ASCII whitespace (diff)
downloadgentoo-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-panel')
-rw-r--r--lxqt-base/lxqt-panel/lxqt-panel-0.14.1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/lxqt-base/lxqt-panel/lxqt-panel-0.14.1.ebuild b/lxqt-base/lxqt-panel/lxqt-panel-0.14.1.ebuild
index 7be8a5fd4e4b..c221f24b3343 100644
--- a/lxqt-base/lxqt-panel/lxqt-panel-0.14.1.ebuild
+++ b/lxqt-base/lxqt-panel/lxqt-panel-0.14.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit cmake-utils
+inherit cmake
DESCRIPTION="LXQt desktop panel and plugins"
HOMEPAGE="https://lxqt.org/"
@@ -107,10 +107,10 @@ src_configure() {
)
fi
- cmake-utils_src_configure
+ cmake_src_configure
}
src_install(){
- cmake-utils_src_install
+ cmake_src_install
doman panel/man/*.1
}