*/*: Switch lxqt proj packages to cmake.eclass
authorAndreas Sturmlechner <asturm@gentoo.org>
Mon, 23 Dec 2019 23:25:19 +0000 (00:25 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Mon, 30 Dec 2019 18:03:43 +0000 (19:03 +0100)
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
25 files changed:
dev-libs/libqtxdg/libqtxdg-3.3.1.ebuild
dev-libs/libqtxdg/libqtxdg-3.4.0.ebuild
dev-util/lxqt-build-tools/lxqt-build-tools-0.6.0.ebuild
lxqt-base/liblxqt/liblxqt-0.14.1.ebuild
lxqt-base/libsysstat/libsysstat-0.4.2.ebuild
lxqt-base/lxqt-about/lxqt-about-0.14.1.ebuild
lxqt-base/lxqt-admin/lxqt-admin-0.14.1.ebuild
lxqt-base/lxqt-config/lxqt-config-0.14.1-r1.ebuild
lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.14.1.ebuild
lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.14.3.ebuild
lxqt-base/lxqt-notificationd/lxqt-notificationd-0.14.1.ebuild
lxqt-base/lxqt-openssh-askpass/lxqt-openssh-askpass-0.14.1.ebuild
lxqt-base/lxqt-panel/lxqt-panel-0.14.1.ebuild
lxqt-base/lxqt-policykit/lxqt-policykit-0.14.1.ebuild
lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.14.1.ebuild
lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.14.0.ebuild
lxqt-base/lxqt-runner/lxqt-runner-0.14.1.ebuild
lxqt-base/lxqt-session/lxqt-session-0.14.1.ebuild
lxqt-base/lxqt-sudo/lxqt-sudo-0.14.1.ebuild
media-gfx/lximage-qt/lximage-qt-0.14.1-r1.ebuild
media-sound/pavucontrol-qt/pavucontrol-qt-0.14.1.ebuild
x11-libs/libfm-qt/libfm-qt-0.14.1-r2.ebuild
x11-misc/obconf-qt/obconf-qt-0.14.1.ebuild
x11-misc/pcmanfm-qt/pcmanfm-qt-0.14.1-r1.ebuild
x11-themes/lxqt-themes/lxqt-themes-0.14.0.ebuild

index 8b3ad4f6fb44472259b891ca06991fd8c5283169..d865124a86d7ee0feeab8c64916b1bc4bbd7a65f 100644 (file)
@@ -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
 }
index 98438d2a03ea85dbb7e7f05522c10a4f1bf9c4db..aa1e840900b401f91b4bbe6c9d6029685a7c875b 100644 (file)
@@ -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
 }
index 9efd9eafc847766c50199986cccde2bfd52577e4..5fa7d1b35f6be78bb365ed7d5b2e769ad6d2b9f6 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit cmake-utils
+inherit cmake
 
 DESCRIPTION="LXQt Build tools"
 HOMEPAGE="https://lxqt.org/"
index 7e6e012311275983f8a2bd8aa722078317e4beb7..eec7e2b2de7bf73d243863208a505924b734bf2c 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit cmake-utils
+inherit cmake
 
 DESCRIPTION="Common base library for the LXQt desktop environment"
 HOMEPAGE="https://lxqt.org/"
index 96c2fa678bc726825f86eecfc02213dc1d471ca2..dfe396b64ade58b7bb5d02c8112a8fb1216583f3 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit cmake-utils
+inherit cmake
 
 DESCRIPTION="A Qt-based interface to system statistics"
 HOMEPAGE="https://lxqt.org/"
index 6b986282a3c03ad50166ca1ffc42db4501a208c4..c055c148604b354e3f5484896aa617187106f6d4 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit cmake-utils
+inherit cmake
 
 DESCRIPTION="LXQt about dialog"
 HOMEPAGE="https://lxqt.org/"
index d384598dab507069ffb1e13ef99ad8ba06100b52..2c5edfb2f2d0fc46ceb67da607d30fc162fd91f3 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit cmake-utils
+inherit cmake
 
 DESCRIPTION="LXQt system administration tool"
 HOMEPAGE="https://lxqt.org/"
index da4ec98c1f42f7f1425865f0f6c4873962eb313f..33b97791a6a33cb2f66d4057c46a0402cc669468 100644 (file)
@@ -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
 }
 
index aad48dd06564777ff63dbaac49df81c6bfec5a60..db37fd6f180ce38c56b4f7528b17be2fe21a3a80 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit cmake-utils
+inherit cmake
 
 DESCRIPTION="Daemon and library for global keyboard shortcuts registration"
 HOMEPAGE="https://lxqt.org/"
index bb7cf41bf3ccf916661b6c14b9d98b128394a28d..997054a9b099ebb08f13dd7182acc5591808c270 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit cmake-utils
+inherit cmake
 
 DESCRIPTION="Daemon and library for global keyboard shortcuts registration"
 HOMEPAGE="https://lxqt.org/"
index 7db414c40593c2e4de60ea90fa2d535b9d317f78..2ec8adfd6b00e505833d67c80545aa7516b4b709 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit cmake-utils
+inherit cmake
 
 DESCRIPTION="LXQt notification daemon and library"
 HOMEPAGE="https://lxqt.org/"
index aa20a07bf10e9d1434f6bf8cc84edb0d95f191e2..dcdcf9c6934d5c3b13d09d258919723c313d64d7 100644 (file)
@@ -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}" \
index 7be8a5fd4e4b1a18890cd8e974afba5bf31a9051..c221f24b3343d07c8572595295c1ae7d4be1fe32 100644 (file)
@@ -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
 }
index a363f9991e9ad744d97a6184c2cd4b5c4ac2d9ed..6bb6156325a0e75a0437a74839fea727a716e6fa 100644 (file)
@@ -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
 }
index bd2aa6e83b15e6a6b3e3ad75dc282991726fc233..0d8a6576fd2f2b71a477ed8b90217afa7ea36684 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit cmake-utils
+inherit cmake
 
 DESCRIPTION="LXQt daemon for power management and auto-suspend"
 HOMEPAGE="https://lxqt.org/"
index 784e94a33996a74194403db7122a5e099aa2f8ac..e6ba1f2ab52f2adc59e6738b51bbb2370fd50e1b 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit cmake-utils
+inherit cmake
 
 DESCRIPTION="LXQt system integration plugin for Qt"
 HOMEPAGE="https://lxqt.org/"
index 836a13a4c295d5bfff477c248baa983cb4a8f335..a707d4d44b98b54756705892fdd97c924dbd34c4 100644 (file)
@@ -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
 }
index 74b9a973994794659a8fd0e97d1fadf02d9866a4..0c4a57a6f83d7167ed6b63d89dfd3aecf4ab6d6c 100644 (file)
@@ -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
index 0bcef3d05138d943290077a547dc263be0374a8a..b5b84507fa1a051d0a56cf51e99d5fb31e04fa0f 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit cmake-utils
+inherit cmake
 
 DESCRIPTION="LXQt GUI frontend for sudo"
 HOMEPAGE="https://lxqt.org/"
index 6a97c334b7a4e84886c8a105728a3d37063f77e9..4d0f37e5e5a77a06c91f5f6f908a00834cea33a8 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit cmake-utils
+inherit cmake
 
 DESCRIPTION="LXImage Image Viewer - GPicView replacement"
 HOMEPAGE="https://lxqt.org/"
index 7d4e8ea7116a237b76f3b5e6c194ce5a5efbd54e..2a9dc38b6d65d1c02307dd156901aa657dd142df 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit cmake-utils
+inherit cmake
 
 DESCRIPTION="A Pulseaudio mixer in Qt (port of pavucontrol)"
 HOMEPAGE="https://lxqt.org/"
index 100cff14a7f7783cf9255237e39184920f4a52a4..0339cf6dda21c66d706253f36c94790974da6905 100644 (file)
@@ -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/"
index 11fa1f32bb9a5babde7ab93fc53180c474099ff2..7242f202bdd2292419ca75fc9d1794fd465a1265 100644 (file)
@@ -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/"
index 5e94807c61449cb7253a300028a4d705c52e2f0d..b0d721048556ccf2d2e8641d58b4e561133ec40d 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit cmake-utils xdg-utils
+inherit cmake xdg-utils
 
 if [[ "${PV}" == "9999" ]]; then
        inherit git-r3
index 88399b4552745f251c97b93774a1d410267b5ba3..5bee14e3a15a9a02b281e065fb4857bc289211f2 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit cmake-utils
+inherit cmake
 
 DESCRIPTION="Themes, graphics and icons for LXQt"
 HOMEPAGE="https://lxqt.org/"