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 | |
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')
16 files changed, 25 insertions, 25 deletions
diff --git a/lxqt-base/liblxqt/liblxqt-0.14.1.ebuild b/lxqt-base/liblxqt/liblxqt-0.14.1.ebuild index 7e6e01231127..eec7e2b2de7b 100644 --- a/lxqt-base/liblxqt/liblxqt-0.14.1.ebuild +++ b/lxqt-base/liblxqt/liblxqt-0.14.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils +inherit cmake DESCRIPTION="Common base library for the LXQt desktop environment" HOMEPAGE="https://lxqt.org/" diff --git a/lxqt-base/libsysstat/libsysstat-0.4.2.ebuild b/lxqt-base/libsysstat/libsysstat-0.4.2.ebuild index 96c2fa678bc7..dfe396b64ade 100644 --- a/lxqt-base/libsysstat/libsysstat-0.4.2.ebuild +++ b/lxqt-base/libsysstat/libsysstat-0.4.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils +inherit cmake DESCRIPTION="A Qt-based interface to system statistics" HOMEPAGE="https://lxqt.org/" diff --git a/lxqt-base/lxqt-about/lxqt-about-0.14.1.ebuild b/lxqt-base/lxqt-about/lxqt-about-0.14.1.ebuild index 6b986282a3c0..c055c148604b 100644 --- a/lxqt-base/lxqt-about/lxqt-about-0.14.1.ebuild +++ b/lxqt-base/lxqt-about/lxqt-about-0.14.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils +inherit cmake DESCRIPTION="LXQt about dialog" HOMEPAGE="https://lxqt.org/" diff --git a/lxqt-base/lxqt-admin/lxqt-admin-0.14.1.ebuild b/lxqt-base/lxqt-admin/lxqt-admin-0.14.1.ebuild index d384598dab50..2c5edfb2f2d0 100644 --- a/lxqt-base/lxqt-admin/lxqt-admin-0.14.1.ebuild +++ b/lxqt-base/lxqt-admin/lxqt-admin-0.14.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils +inherit cmake DESCRIPTION="LXQt system administration tool" HOMEPAGE="https://lxqt.org/" 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 } diff --git a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.14.1.ebuild b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.14.1.ebuild index aad48dd06564..db37fd6f180c 100644 --- a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.14.1.ebuild +++ b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.14.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils +inherit cmake DESCRIPTION="Daemon and library for global keyboard shortcuts registration" HOMEPAGE="https://lxqt.org/" diff --git a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.14.3.ebuild b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.14.3.ebuild index bb7cf41bf3cc..997054a9b099 100644 --- a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.14.3.ebuild +++ b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.14.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils +inherit cmake DESCRIPTION="Daemon and library for global keyboard shortcuts registration" HOMEPAGE="https://lxqt.org/" diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.14.1.ebuild b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.14.1.ebuild index 7db414c40593..2ec8adfd6b00 100644 --- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.14.1.ebuild +++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.14.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils +inherit cmake DESCRIPTION="LXQt notification daemon and library" HOMEPAGE="https://lxqt.org/" diff --git a/lxqt-base/lxqt-openssh-askpass/lxqt-openssh-askpass-0.14.1.ebuild b/lxqt-base/lxqt-openssh-askpass/lxqt-openssh-askpass-0.14.1.ebuild index aa20a07bf10e..dcdcf9c6934d 100644 --- a/lxqt-base/lxqt-openssh-askpass/lxqt-openssh-askpass-0.14.1.ebuild +++ b/lxqt-base/lxqt-openssh-askpass/lxqt-openssh-askpass-0.14.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils +inherit cmake DESCRIPTION="LXQt OpenSSH user password prompt tool" HOMEPAGE="https://lxqt.org/" @@ -33,7 +33,7 @@ RDEPEND="${DEPEND} " src_install(){ - cmake-utils_src_install + cmake_src_install doman man/*.1 echo "SSH_ASKPASS='${EPREFIX}/usr/bin/lxqt-openssh-askpass'" >> "${T}/99${PN}" \ 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 } diff --git a/lxqt-base/lxqt-policykit/lxqt-policykit-0.14.1.ebuild b/lxqt-base/lxqt-policykit/lxqt-policykit-0.14.1.ebuild index a363f9991e9a..6bb6156325a0 100644 --- a/lxqt-base/lxqt-policykit/lxqt-policykit-0.14.1.ebuild +++ b/lxqt-base/lxqt-policykit/lxqt-policykit-0.14.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils +inherit cmake DESCRIPTION="LXQt PolKit authentication agent" HOMEPAGE="https://lxqt.org/" @@ -38,6 +38,6 @@ RDEPEND="${DEPEND} " src_install(){ - cmake-utils_src_install + cmake_src_install doman man/*.1 } diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.14.1.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.14.1.ebuild index bd2aa6e83b15..0d8a6576fd2f 100644 --- a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.14.1.ebuild +++ b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.14.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils +inherit cmake DESCRIPTION="LXQt daemon for power management and auto-suspend" HOMEPAGE="https://lxqt.org/" diff --git a/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.14.0.ebuild b/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.14.0.ebuild index 784e94a33996..e6ba1f2ab52f 100644 --- a/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.14.0.ebuild +++ b/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.14.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils +inherit cmake DESCRIPTION="LXQt system integration plugin for Qt" HOMEPAGE="https://lxqt.org/" diff --git a/lxqt-base/lxqt-runner/lxqt-runner-0.14.1.ebuild b/lxqt-base/lxqt-runner/lxqt-runner-0.14.1.ebuild index 836a13a4c295..a707d4d44b98 100644 --- a/lxqt-base/lxqt-runner/lxqt-runner-0.14.1.ebuild +++ b/lxqt-base/lxqt-runner/lxqt-runner-0.14.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils +inherit cmake DESCRIPTION="LXQt quick launcher" HOMEPAGE="https://lxqt.org/" @@ -43,6 +43,6 @@ RDEPEND="${DEPEND} " src_install(){ - cmake-utils_src_install + cmake_src_install doman man/*.1 } diff --git a/lxqt-base/lxqt-session/lxqt-session-0.14.1.ebuild b/lxqt-base/lxqt-session/lxqt-session-0.14.1.ebuild index 74b9a9739947..0c4a57a6f83d 100644 --- a/lxqt-base/lxqt-session/lxqt-session-0.14.1.ebuild +++ b/lxqt-base/lxqt-session/lxqt-session-0.14.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils +inherit cmake DESCRIPTION="LXQT session manager" HOMEPAGE="https://lxqt.org/" @@ -49,11 +49,11 @@ src_configure() { local mycmakeargs=( -DWITH_LIBUDEV=$(usex udev) ) - cmake-utils_src_configure + cmake_src_configure } src_install(){ - cmake-utils_src_install + cmake_src_install doman lxqt-config-session/man/*.1 lxqt-session/man/*.1 echo XDG_CONFIG_DIRS=\"${EPREFIX}/usr/share\" >> 91lxqt-config-dir diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-0.14.1.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-0.14.1.ebuild index 0bcef3d05138..b5b84507fa1a 100644 --- a/lxqt-base/lxqt-sudo/lxqt-sudo-0.14.1.ebuild +++ b/lxqt-base/lxqt-sudo/lxqt-sudo-0.14.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils +inherit cmake DESCRIPTION="LXQt GUI frontend for sudo" HOMEPAGE="https://lxqt.org/" |