summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-12-24 00:27:10 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-12-31 15:37:25 +0100
commit0fce98f8426d4103340b14f22001be312a0a1b16 (patch)
tree76f860616669a3159cf9119403d92c7992a44de0 /x11-misc
parent*/*: Switch proaudio proj packages to cmake.eclass (diff)
downloadgentoo-0fce98f8426d4103340b14f22001be312a0a1b16.tar.gz
gentoo-0fce98f8426d4103340b14f22001be312a0a1b16.tar.bz2
gentoo-0fce98f8426d4103340b14f22001be312a0a1b16.zip
*/*: Switch qt proj packages to cmake.eclass
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/qlipper/qlipper-5.1.2.ebuild2
-rw-r--r--x11-misc/qps/qps-1.10.20.ebuild2
-rw-r--r--x11-misc/qtfm/qtfm-99999.ebuild4
-rw-r--r--x11-misc/screengrab/screengrab-1.101.ebuild2
4 files changed, 5 insertions, 5 deletions
diff --git a/x11-misc/qlipper/qlipper-5.1.2.ebuild b/x11-misc/qlipper/qlipper-5.1.2.ebuild
index 412e6dbec0e2..d4b0e226ba39 100644
--- a/x11-misc/qlipper/qlipper-5.1.2.ebuild
+++ b/x11-misc/qlipper/qlipper-5.1.2.ebuild
@@ -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"
diff --git a/x11-misc/qps/qps-1.10.20.ebuild b/x11-misc/qps/qps-1.10.20.ebuild
index 707dc0fadb37..b585aaca7eb8 100644
--- a/x11-misc/qps/qps-1.10.20.ebuild
+++ b/x11-misc/qps/qps-1.10.20.ebuild
@@ -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/"
diff --git a/x11-misc/qtfm/qtfm-99999.ebuild b/x11-misc/qtfm/qtfm-99999.ebuild
index 61cdeb65e860..5d0ee8acd421 100644
--- a/x11-misc/qtfm/qtfm-99999.ebuild
+++ b/x11-misc/qtfm/qtfm-99999.ebuild
@@ -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() {
diff --git a/x11-misc/screengrab/screengrab-1.101.ebuild b/x11-misc/screengrab/screengrab-1.101.ebuild
index 250095281d0a..a8de9640bb18 100644
--- a/x11-misc/screengrab/screengrab-1.101.ebuild
+++ b/x11-misc/screengrab/screengrab-1.101.ebuild
@@ -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/"