summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-09-18 20:45:40 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2025-09-18 20:54:43 +0200
commit53e0da3eb8653491d78418c55bb9b6175de18f58 (patch)
treec644ee577ca8163719d1acf8bdcf3ce072c46e8d
parentfdd9ed906608b0d1d5a3ae8c8f7346eea641742e (diff)
downloadkde-53e0da3eb8653491d78418c55bb9b6175de18f58.tar.gz
kde-53e0da3eb8653491d78418c55bb9b6175de18f58.tar.bz2
kde-53e0da3eb8653491d78418c55bb9b6175de18f58.zip
kde-plasma/xdg-desktop-portal-kde: 6.4.90 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-plasma/xdg-desktop-portal-kde/Manifest1
-rw-r--r--kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-6.4.90.ebuild66
2 files changed, 67 insertions, 0 deletions
diff --git a/kde-plasma/xdg-desktop-portal-kde/Manifest b/kde-plasma/xdg-desktop-portal-kde/Manifest
new file mode 100644
index 00000000000..07f15428c37
--- /dev/null
+++ b/kde-plasma/xdg-desktop-portal-kde/Manifest
@@ -0,0 +1 @@
+DIST xdg-desktop-portal-kde-6.4.90.tar.xz 207656 BLAKE2B 634baa7e7db66f22d277cec75447a27926d87138de51dc81ab7491134781da812fadf32ad4828a698fcea2883e14b8c5ff1a42f474ec472e462ecbd4fe2a4171 SHA512 6df48472a53490ce02d308f42d7cdefc998609103ce74f1b51c223737b4f2db3524a0ba9c3159ac97c220989ffaa7e28bfe1cfc8058f31242ccdff0d389c5331
diff --git a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-6.4.90.ebuild b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-6.4.90.ebuild
new file mode 100644
index 00000000000..7b707473eda
--- /dev/null
+++ b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-6.4.90.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="forceoptional"
+KFMIN=6.18.0
+QTMIN=6.9.1
+inherit ecm plasma.kde.org xdg
+
+DESCRIPTION="Backend implementation for xdg-desktop-portal that is using Qt/KDE Frameworks"
+
+LICENSE="LGPL-2+"
+SLOT="6"
+KEYWORDS="~amd64"
+IUSE=""
+
+# dev-qt/qtbase:= slot op: Uses Qt::GuiPrivate for qtx11extras_p.h
+# dev-qt/qtbase:=[cups]: includes specifically the cups private header
+# dev-qt/qtgui: QtXkbCommonSupport is provided by either IUSE libinput or X
+COMMON_DEPEND="
+ >=dev-libs/wayland-1.15
+ >=dev-qt/qtbase-${QTMIN}:6=[cups,dbus,gui,wayland,widgets]
+ >=dev-qt/qtdeclarative-${QTMIN}:6
+ || (
+ >=dev-qt/qtbase-${QTMIN}:6[libinput]
+ >=dev-qt/qtbase-${QTMIN}:6[X]
+ )
+ >=kde-frameworks/kcoreaddons-${KFMIN}:6[dbus]
+ >=kde-frameworks/kconfig-${KFMIN}:6
+ >=kde-frameworks/kcrash-${KFMIN}:6
+ >=kde-frameworks/kglobalaccel-${KFMIN}:6
+ >=kde-frameworks/kguiaddons-${KFMIN}:6
+ >=kde-frameworks/ki18n-${KFMIN}:6
+ >=kde-frameworks/kiconthemes-${KFMIN}:6
+ >=kde-frameworks/kio-${KFMIN}:6
+ >=kde-frameworks/kirigami-${KFMIN}:6
+ >=kde-frameworks/knotifications-${KFMIN}:6
+ >=kde-frameworks/kservice-${KFMIN}:6
+ >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
+ >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
+ >=kde-frameworks/kwindowsystem-${KFMIN}:6
+ >=kde-plasma/kwayland-${KDE_CATV}:6
+ >=kde-plasma/plasma-workspace-${KDE_CATV}:6
+ x11-libs/libxkbcommon
+"
+DEPEND="${COMMON_DEPEND}
+ >=dev-libs/plasma-wayland-protocols-1.19.0
+ >=dev-libs/wayland-protocols-1.25
+ >=dev-qt/qtbase-${QTMIN}:6[concurrent]
+"
+RDEPEND="${COMMON_DEPEND}
+ kde-misc/kio-fuse:6
+ sys-apps/xdg-desktop-portal
+"
+RDEPEND+=" || ( >=dev-qt/qtbase-6.10:6[wayland] <dev-qt/qtwayland-6.10:6 )"
+BDEPEND="
+ >=dev-qt/qtbase-${QTMIN}:6[wayland]
+ virtual/pkgconfig
+"
+BDEPEND+=" || ( >=dev-qt/qtbase-6.10:6[wayland] <dev-qt/qtwayland-6.10:6 )"
+
+CMAKE_SKIP_TESTS=(
+ # bugs: 926483, wants dbus/X11
+ colorschemetest
+)