diff options
Diffstat (limited to 'kde-plasma')
4 files changed, 6 insertions, 6 deletions
diff --git a/kde-plasma/breeze-plymouth/breeze-plymouth-5.17.4.ebuild b/kde-plasma/breeze-plymouth/breeze-plymouth-5.17.4.ebuild index 93c70d79cfcf..488078f2e1c1 100644 --- a/kde-plasma/breeze-plymouth/breeze-plymouth-5.17.4.ebuild +++ b/kde-plasma/breeze-plymouth/breeze-plymouth-5.17.4.ebuild @@ -5,7 +5,7 @@ EAPI=7 KFMIN=5.64.0 PVCUT=$(ver_cut 1-3) -inherit cmake-utils kde.org +inherit cmake kde.org DESCRIPTION="Breeze theme for Plymouth" @@ -24,5 +24,5 @@ src_configure() { -DDISTRO_VERSION= ) - cmake-utils_src_configure + cmake_src_configure } diff --git a/kde-plasma/kinfocenter/kinfocenter-5.17.4.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.17.4.ebuild index d7a631cf4e52..dbfeb6dfa533 100644 --- a/kde-plasma/kinfocenter/kinfocenter-5.17.4.ebuild +++ b/kde-plasma/kinfocenter/kinfocenter-5.17.4.ebuild @@ -3,7 +3,6 @@ EAPI=7 -CMAKE_MIN_VERSION=3.14.3 ECM_HANDBOOK="forceoptional" KFMIN=5.64.0 PVCUT=$(ver_cut 1-3) @@ -20,6 +19,7 @@ IUSE="gles2 ieee1394 +opengl +pci wayland" REQUIRED_USE="wayland? ( || ( gles2 opengl ) )" +BDEPEND=">=dev-util/cmake-3.14.3" COMMON_DEPEND=" >=kde-frameworks/kcmutils-${KFMIN}:5 >=kde-frameworks/kcompletion-${KFMIN}:5 diff --git a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.17.4.ebuild b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.17.4.ebuild index abee8f43a0cd..58eff74a1328 100644 --- a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.17.4.ebuild +++ b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.17.4.ebuild @@ -4,7 +4,7 @@ EAPI=7 PVCUT=$(ver_cut 1-3) -inherit cmake-utils kde.org +inherit cmake kde.org DESCRIPTION="Wallpapers for the Plasma workspace" diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.17.4.ebuild b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.17.4.ebuild index 7f4929f6181e..f2088176430b 100644 --- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.17.4.ebuild +++ b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.17.4.ebuild @@ -7,7 +7,7 @@ KDE_ORG_NAME="plasma-workspace" KFMIN=5.64.0 PVCUT=$(ver_cut 1-3) QTMIN=5.12.3 -inherit cmake-utils kde.org +inherit cmake kde.org DESCRIPTION="Legacy xembed tray icons support for SNI-only system trays" HOMEPAGE="https://cgit.kde.org/plasma-workspace.git/tree/xembed-sni-proxy/Readme.md" @@ -37,7 +37,7 @@ S="${S}/${PN}" PATCHES=( "${FILESDIR}/${PN}-5.14.90-standalone.patch" ) src_prepare() { - cmake-utils_src_prepare + cmake_src_prepare sed -e "/set/s/GENTOO_PV/$(ver_cut 1-3)/" \ -i CMakeLists.txt || die "Failed to prepare CMakeLists.txt" |