*/*: Switch qt proj packages to cmake.eclass
authorAndreas Sturmlechner <asturm@gentoo.org>
Mon, 23 Dec 2019 23:27:10 +0000 (00:27 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Tue, 31 Dec 2019 14:37:25 +0000 (15:37 +0100)
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
12 files changed:
app-editors/juffed/juffed-0.10_p20160323-r1.ebuild
app-emulation/q4wine/q4wine-1.3.11.ebuild
dev-qt/qtwebkit/qtwebkit-5.212.0_pre20190629.ebuild
media-gfx/nomacs/nomacs-3.12.ebuild
x11-libs/qtermwidget/qtermwidget-0.14.1.ebuild
x11-libs/qtermwidget/qtermwidget-9999.ebuild
x11-misc/qlipper/qlipper-5.1.2.ebuild
x11-misc/qps/qps-1.10.20.ebuild
x11-misc/qtfm/qtfm-99999.ebuild
x11-misc/screengrab/screengrab-1.101.ebuild
x11-terms/qterminal/qterminal-0.14.1.ebuild
x11-terms/qterminal/qterminal-9999.ebuild

index ef84d7ef4612170e1ed96c4abf5d370749b3744d..955c950bbf9e62d02cf0d2ae364e0730a65f9fbb 100644 (file)
@@ -4,7 +4,7 @@
 EAPI=7
 
 COMMIT=5ba17f90ec173e773470bc80ea26bca9a3f093fd
-inherit cmake-utils xdg
+inherit cmake xdg
 
 DESCRIPTION="QScintilla-based tabbed text editor with syntax highlighting"
 HOMEPAGE="http://juffed.com/en/"
@@ -41,7 +41,7 @@ src_prepare() {
        # Upstream version outdated/dysfunctional and CRLF terminated
        cp "${FILESDIR}"/FindQtSingleApplication.cmake cmake/ || die
 
-       cmake-utils_src_prepare
+       cmake_src_prepare
 
        sed -i -e '/set(CMAKE_CXX_FLAGS/d' CMakeLists.txt || die
 }
@@ -54,5 +54,5 @@ src_configure() {
                -DUSE_SYSTEM_QTSINGLEAPPLICATION=ON
                -DLIB_SUFFIX=${libdir/lib/}
        )
-       cmake-utils_src_configure
+       cmake_src_configure
 }
index d7e68124ce8bee9bdb63d199dccbc57906498515..4604dd003e7c44b133fed78169055ebc585cfd1d 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit xdg cmake-utils
+inherit xdg cmake
 
 # Upstream names the package PV-rX. We change that to
 # PV_pX so we can use portage revisions.
@@ -54,5 +54,5 @@ src_configure() {
                -DUSE_GZIP=OFF
                -DWITH_DBUS=$(usex dbus ON OFF)
        )
-       cmake-utils_src_configure
+       cmake_src_configure
 }
index 196ec44e9343eb4625ad04e1c2135112cb91a44e..fc9fd9ccaf81b5eaffb0bb5672e1fea3c717456a 100644 (file)
@@ -6,7 +6,7 @@ EAPI=7
 PYTHON_COMPAT=( python2_7 )
 USE_RUBY="ruby24 ruby25 ruby26"
 MY_P="${PN}-${PV/_pre20190629/-alpha3}" # present as upgrade over previous snapshot
-inherit check-reqs cmake-utils flag-o-matic python-any-r1 qmake-utils ruby-single toolchain-funcs
+inherit check-reqs cmake flag-o-matic python-any-r1 qmake-utils ruby-single toolchain-funcs
 
 DESCRIPTION="WebKit rendering library for the Qt5 framework (deprecated)"
 HOMEPAGE="https://www.qt.io/"
@@ -116,7 +116,7 @@ src_configure() {
                -DENABLE_PRINT_SUPPORT=$(usex printsupport)
                -DENABLE_DEVICE_ORIENTATION=$(usex orientation)
                -DENABLE_WEBKIT2=$(usex qml)
-               $(cmake-utils_use_find_package webp WebP)
+               $(cmake_use_find_package webp WebP)
                -DENABLE_X11_TARGET=$(usex X)
        )
 
@@ -128,11 +128,11 @@ src_configure() {
                mycmakeargs+=( -DRUBY_EXECUTABLE=$(type -P ruby24) )
        fi
 
-       cmake-utils_src_configure
+       cmake_src_configure
 }
 
 src_install() {
-       cmake-utils_src_install
+       cmake_src_install
 
        # bug 572056
        if [[ ! -f ${ED}$(qt5_get_libdir)/libQt5WebKit.so ]]; then
index 17e8151bfcf15470c08c58d08f255e85516334bc..a527bc46b3e864d936e00ef3942bcbbe2fec7059 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit cmake-utils xdg-utils
+inherit cmake xdg-utils
 
 DESCRIPTION="Qt-based image viewer"
 HOMEPAGE="https://nomacs.org/"
@@ -57,7 +57,7 @@ src_configure() {
                -DENABLE_TIFF=$(usex tiff)
                -DENABLE_QUAZIP=$(usex zip)
        )
-       cmake-utils_src_configure
+       cmake_src_configure
 }
 
 pkg_postinst() {
index a4f168095b5b4eb9aed43ff85444645ad7152189..b7ed36058ef84427c5bb9c3b5e9420399a73df9b 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit cmake-utils
+inherit cmake
 
 DESCRIPTION="Qt terminal emulator widget"
 HOMEPAGE="https://lxqt.org/"
index 9c367cc15cbcf46ad816f201827b18b0c1d18b1b..e9a17c8f55cd15744bce44e23f5d9f3a99e43e91 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit cmake-utils
+inherit cmake
 
 DESCRIPTION="Qt terminal emulator widget"
 HOMEPAGE="https://lxqt.org/"
index 412e6dbec0e2adbee4d4cef21f3154e58f696aa8..d4b0e226ba390f08936edaeb485931a425aa3d77 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit cmake-utils xdg-utils
+inherit cmake xdg-utils
 
 DESCRIPTION="Lightweight and cross-platform clipboard history applet"
 HOMEPAGE="https://github.com/pvanek/qlipper"
index 707dc0fadb37dcd3eb545f01bbd9b5af602fbb02..b585aaca7eb818d80d098c426e342d40b2fa1599 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit cmake-utils xdg-utils
+inherit cmake xdg-utils
 
 DESCRIPTION="Visual process manager - Qt version of ps/top"
 HOMEPAGE="https://lxqt.org/"
index 61cdeb65e8606637a95f8af21a68da5c4457518e..5d0ee8acd4217242248ff32ab3c99111037795df 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit git-r3 xdg-utils cmake-utils
+inherit git-r3 xdg-utils cmake
 
 DESCRIPTION="A small, lightweight file manager for desktops based on pure Qt"
 HOMEPAGE="https://qtfm.eu/"
@@ -39,7 +39,7 @@ src_configure() {
                -DENABLE_FFMPEG="$(usex ffmpeg)"
                -DENABLE_MAGICK="$(usex imagemagick)"
        )
-       cmake-utils_src_configure
+       cmake_src_configure
 }
 
 pkg_postinst() {
index 250095281d0ab17d791cb5437e2125dd9bed9b88..a8de9640bb1820e9710145a9fab4278fb6ac2336 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit cmake-utils xdg-utils
+inherit cmake xdg-utils
 
 DESCRIPTION="Qt application for getting screenshots"
 HOMEPAGE="https://lxqt.org/"
index 528f35e53d05e60cdba389c55c571e9b4fbc7b44..aef92c45a4aba57b1981a2e71690721d25864ca1 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit cmake-utils xdg-utils
+inherit cmake xdg-utils
 
 DESCRIPTION="Qt-based multitab terminal emulator"
 HOMEPAGE="https://lxqt.org/"
index f7797f360159941741c5089954b8832398ceb7e8..d95e1018d60a61cb4b0b9f9cc3dead41c63b3f7c 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit cmake-utils xdg-utils
+inherit cmake xdg-utils
 
 DESCRIPTION="Qt-based multitab terminal emulator"
 HOMEPAGE="https://lxqt.org/"