commit: 5ddee667a7fe192d965ba17e000c00a9bb2ccaf3
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 1 18:32:30 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jul 1 19:40:24 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ddee667
kde-plasma/xdg-desktop-portal-kde: 6.4.2 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/xdg-desktop-portal-kde/Manifest | 1 +
.../xdg-desktop-portal-kde-6.4.2.ebuild | 66 ++++++++++++++++++++++
2 files changed, 67 insertions(+)
diff --git a/kde-plasma/xdg-desktop-portal-kde/Manifest
b/kde-plasma/xdg-desktop-portal-kde/Manifest
index 34672f346dfd..d7051c857545 100644
--- a/kde-plasma/xdg-desktop-portal-kde/Manifest
+++ b/kde-plasma/xdg-desktop-portal-kde/Manifest
@@ -1,2 +1,3 @@
DIST xdg-desktop-portal-kde-6.3.5.tar.xz 192136 BLAKE2B
ccedc327e8826ac62be415d4b70264b290b464d9589acd71b919dcb37f556835de24860db15333813dbf3c72fb42d0bc8d7533c4fa0d07139fabe0d7db8ca89a
SHA512
0f40054e076b8a79fc80d96c4cc6a0574ab041313771e24fae61cb19d2bfc4d0e79888403f03b88e37d57bdc67df112ddbf830c8206caeda025ce38ceaa69673
DIST xdg-desktop-portal-kde-6.4.1.tar.xz 202240 BLAKE2B
d576bd74782a4a4d0afd906956e3b10173112f98cabd228ed0fa74dbde8440acb5d13c8c88791f9786bc3d794019091a2158606a133b0f2177806958ed55dec7
SHA512
3c192e2357a875904965e8f6ab1301db7cc1015ace8903c3709dd93ec33e152cabb34f62cb23f38fd7c0adf7a3c2ddea4b88d61da12637211edd52dc9a565831
+DIST xdg-desktop-portal-kde-6.4.2.tar.xz 202640 BLAKE2B
3b187957e3023ae77d1beb8ce90b08b80029667c48ab1b8639d5791f188ebb6372b2058b9aa72b9bf4060e7bb841764720f5c671e99b4fb25f209dc3bb73af0c
SHA512
4b4eb03e1a947eb910d1f3b1a56735d62f5b2f61698b53913b37af5314484c171b4fbd9a3e96f9dd768e7bc7cbf0e0107b2b6e73e881bc78a85bb59f19291f20
diff --git
a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-6.4.2.ebuild
b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-6.4.2.ebuild
new file mode 100644
index 000000000000..5ea1673559e0
--- /dev/null
+++ b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-6.4.2.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.14.0
+QTMIN=6.8.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 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+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.18.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
+)