diff options
25 files changed, 38 insertions, 38 deletions
diff --git a/dev-libs/libqtxdg/libqtxdg-3.3.1.ebuild b/dev-libs/libqtxdg/libqtxdg-3.3.1.ebuild index 8b3ad4f6fb44..d865124a86d7 100644 --- a/dev-libs/libqtxdg/libqtxdg-3.3.1.ebuild +++ b/dev-libs/libqtxdg/libqtxdg-3.3.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils virtualx +inherit cmake virtualx DESCRIPTION="A Qt implementation of XDG standards" HOMEPAGE="https://lxqt.org/" @@ -42,10 +42,10 @@ src_configure() { local mycmakeargs=( -DBUILD_TESTS=$(usex test) ) - cmake-utils_src_configure + cmake_src_configure } src_test() { # Tests don't work with C - LC_ALL=en_US.utf8 virtx cmake-utils_src_test + LC_ALL=en_US.utf8 virtx cmake_src_test } diff --git a/dev-libs/libqtxdg/libqtxdg-3.4.0.ebuild b/dev-libs/libqtxdg/libqtxdg-3.4.0.ebuild index 98438d2a03ea..aa1e840900b4 100644 --- a/dev-libs/libqtxdg/libqtxdg-3.4.0.ebuild +++ b/dev-libs/libqtxdg/libqtxdg-3.4.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils virtualx +inherit cmake virtualx DESCRIPTION="A Qt implementation of XDG standards" HOMEPAGE="https://lxqt.org/" @@ -43,10 +43,10 @@ src_configure() { local mycmakeargs=( -DBUILD_TESTS=$(usex test) ) - cmake-utils_src_configure + cmake_src_configure } src_test() { # Tests don't work with C - LC_ALL=en_US.utf8 virtx cmake-utils_src_test + LC_ALL=en_US.utf8 virtx cmake_src_test } diff --git a/dev-util/lxqt-build-tools/lxqt-build-tools-0.6.0.ebuild b/dev-util/lxqt-build-tools/lxqt-build-tools-0.6.0.ebuild index 9efd9eafc847..5fa7d1b35f6b 100644 --- a/dev-util/lxqt-build-tools/lxqt-build-tools-0.6.0.ebuild +++ b/dev-util/lxqt-build-tools/lxqt-build-tools-0.6.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils +inherit cmake DESCRIPTION="LXQt Build tools" HOMEPAGE="https://lxqt.org/" 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/" diff --git a/media-gfx/lximage-qt/lximage-qt-0.14.1-r1.ebuild b/media-gfx/lximage-qt/lximage-qt-0.14.1-r1.ebuild index 6a97c334b7a4..4d0f37e5e5a7 100644 --- a/media-gfx/lximage-qt/lximage-qt-0.14.1-r1.ebuild +++ b/media-gfx/lximage-qt/lximage-qt-0.14.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils +inherit cmake DESCRIPTION="LXImage Image Viewer - GPicView replacement" HOMEPAGE="https://lxqt.org/" diff --git a/media-sound/pavucontrol-qt/pavucontrol-qt-0.14.1.ebuild b/media-sound/pavucontrol-qt/pavucontrol-qt-0.14.1.ebuild index 7d4e8ea7116a..2a9dc38b6d65 100644 --- a/media-sound/pavucontrol-qt/pavucontrol-qt-0.14.1.ebuild +++ b/media-sound/pavucontrol-qt/pavucontrol-qt-0.14.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils +inherit cmake DESCRIPTION="A Pulseaudio mixer in Qt (port of pavucontrol)" HOMEPAGE="https://lxqt.org/" diff --git a/x11-libs/libfm-qt/libfm-qt-0.14.1-r2.ebuild b/x11-libs/libfm-qt/libfm-qt-0.14.1-r2.ebuild index 100cff14a7f7..0339cf6dda21 100644 --- a/x11-libs/libfm-qt/libfm-qt-0.14.1-r2.ebuild +++ b/x11-libs/libfm-qt/libfm-qt-0.14.1-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils +inherit cmake DESCRIPTION="Qt port of libfm, a library providing components to build desktop file managers" HOMEPAGE="https://lxqt.org/" diff --git a/x11-misc/obconf-qt/obconf-qt-0.14.1.ebuild b/x11-misc/obconf-qt/obconf-qt-0.14.1.ebuild index 11fa1f32bb9a..7242f202bdd2 100644 --- a/x11-misc/obconf-qt/obconf-qt-0.14.1.ebuild +++ b/x11-misc/obconf-qt/obconf-qt-0.14.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils xdg-utils +inherit cmake xdg-utils DESCRIPTION="Openbox window manager configuration tool" HOMEPAGE="https://lxqt.org/" diff --git a/x11-misc/pcmanfm-qt/pcmanfm-qt-0.14.1-r1.ebuild b/x11-misc/pcmanfm-qt/pcmanfm-qt-0.14.1-r1.ebuild index 5e94807c6144..b0d721048556 100644 --- a/x11-misc/pcmanfm-qt/pcmanfm-qt-0.14.1-r1.ebuild +++ b/x11-misc/pcmanfm-qt/pcmanfm-qt-0.14.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils xdg-utils +inherit cmake xdg-utils if [[ "${PV}" == "9999" ]]; then inherit git-r3 diff --git a/x11-themes/lxqt-themes/lxqt-themes-0.14.0.ebuild b/x11-themes/lxqt-themes/lxqt-themes-0.14.0.ebuild index 88399b455274..5bee14e3a15a 100644 --- a/x11-themes/lxqt-themes/lxqt-themes-0.14.0.ebuild +++ b/x11-themes/lxqt-themes/lxqt-themes-0.14.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils +inherit cmake DESCRIPTION="Themes, graphics and icons for LXQt" HOMEPAGE="https://lxqt.org/" |