commit:     cedb9fe521d4d1f2d05558f9d4027ca76b669938
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 13 19:06:58 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Dec 13 19:10:21 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=cedb9fe5

kde-plasma/xdg-desktop-portal-kde: Update dependencies

Upstream commits:
527d324bda4978114312f122e5804d4ca3bde95d
f0e3102c9a4e5930cc60fb001bae44289195b771

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../xdg-desktop-portal-kde-9999.ebuild                  | 17 +++++++++++++++--
 1 file changed, 15 insertions(+), 2 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 e0f205336e..1064b81fa3 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
@@ -3,6 +3,7 @@
 
 EAPI=8
 
+ECM_TEST="forceoptional"
 KFMIN=5.101.0
 PVCUT=$(ver_cut 1-3)
 QTMIN=5.15.5
@@ -15,16 +16,23 @@ SLOT="5"
 KEYWORDS=""
 IUSE=""
 
+# dev-qt/qtgui: QtXkbCommonSupport is provided by either IUSE libinput or X
 COMMON_DEPEND="
        >=dev-libs/wayland-1.15
        >=dev-qt/qtdbus-${QTMIN}:5
        >=dev-qt/qtdeclarative-${QTMIN}:5
-       >=dev-qt/qtgui-${QTMIN}:5
+       || (
+               >=dev-qt/qtgui-${QTMIN}:5[libinput]
+               >=dev-qt/qtgui-${QTMIN}:5[X]
+       )
        >=dev-qt/qtprintsupport-${QTMIN}:5[cups]
+       >=dev-qt/qtwayland-${QTMIN}:5
        >=dev-qt/qtwidgets-${QTMIN}:5
        >=kde-frameworks/kcoreaddons-${KFMIN}:5[dbus]
        >=kde-frameworks/kconfig-${KFMIN}:5
        >=kde-frameworks/kdeclarative-${KFMIN}:5
+       >=kde-frameworks/kglobalaccel-${KFMIN}:5
+       >=kde-frameworks/kguiaddons-${KFMIN}:5
        >=kde-frameworks/ki18n-${KFMIN}:5
        >=kde-frameworks/kiconthemes-${KFMIN}:5
        >=kde-frameworks/kio-${KFMIN}:5
@@ -34,13 +42,18 @@ COMMON_DEPEND="
        >=kde-frameworks/kwindowsystem-${KFMIN}:5
        >=kde-frameworks/kwayland-${KFMIN}:5
        >=kde-frameworks/plasma-${KFMIN}:5
+       x11-libs/libxkbcommon
 "
 DEPEND="${COMMON_DEPEND}
        >=dev-libs/plasma-wayland-protocols-1.7.0
+       >=dev-libs/wayland-protocols-1.25
        >=dev-qt/qtconcurrent-${QTMIN}:5
 "
 RDEPEND="${COMMON_DEPEND}
        kde-misc/kio-fuse:5
        sys-apps/xdg-desktop-portal
 "
-BDEPEND=">=dev-qt/qtwaylandscanner-${QTMIN}:5"
+BDEPEND="
+       >=dev-qt/qtwaylandscanner-${QTMIN}:5
+       virtual/pkgconfig
+"

Reply via email to