commit: ae75c49a0add6e4d664a694ddd63110d9ec2c2eb
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 24 06:55:49 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jul 24 06:55:49 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ae75c49a
kde-plasma/xdg-desktop-portal-kde: Drop IUSE="screencast", update DEPENDs
Upstream commit ac67e45646b097a474f3284d2ff273a15112c749
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../xdg-desktop-portal-kde-9999.ebuild | 19 +++++--------------
1 file changed, 5 insertions(+), 14 deletions(-)
diff --git
a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-9999.ebuild
b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-9999.ebuild
index cc936ea609..680613203a 100644
--- a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-9999.ebuild
+++ b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-9999.ebuild
@@ -13,13 +13,15 @@ DESCRIPTION="Backend implementation for xdg-desktop-portal
that is using Qt/KDE
LICENSE="LGPL-2+"
SLOT="5"
KEYWORDS=""
-IUSE="screencast"
+IUSE=""
COMMON_DEPEND="
+ >=dev-libs/wayland-1.15
>=dev-qt/qtdbus-${QTMIN}:5
>=dev-qt/qtdeclarative-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5
>=dev-qt/qtprintsupport-${QTMIN}:5[cups]
+ >=dev-qt/qtwayland-${QTMIN}:5
>=dev-qt/qtwidgets-${QTMIN}:5
>=kde-frameworks/kcoreaddons-${KFMIN}:5
>=kde-frameworks/kdeclarative-${KFMIN}:5
@@ -29,23 +31,12 @@ COMMON_DEPEND="
>=kde-frameworks/knotifications-${KFMIN}:5
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
>=kde-frameworks/plasma-${KFMIN}:5
- screencast? (
- media-libs/libepoxy
- media-libs/mesa[gbm]
- media-video/pipewire:=
- )
"
DEPEND="${COMMON_DEPEND}
+ >=dev-libs/plasma-wayland-protocols-1.1
>=dev-qt/qtconcurrent-${QTMIN}:5
>=kde-frameworks/kwayland-${KFMIN}:5
"
RDEPEND="${COMMON_DEPEND}
- sys-apps/xdg-desktop-portal[screencast?]
+ sys-apps/xdg-desktop-portal
"
-
-src_configure() {
- local mycmakeargs=(
- -DENABLE_PIPEWIRE=$(usex screencast)
- )
- ecm_src_configure
-}