kde-plasma/xdg-desktop-portal-kde: 6.5.0 version bump

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner 2025-10-21 11:57:12 +02:00
parent aa00ae98c0
commit e533cb0909
No known key found for this signature in database
GPG Key ID: AE591BBC73E4DD5E
2 changed files with 67 additions and 0 deletions

View File

@ -1 +1,2 @@
DIST xdg-desktop-portal-kde-6.4.5.tar.xz 204948 BLAKE2B 518db0c5b15297f886d7cbf070d0691c4dfa1ac0f83dbc44543435a8e97fa8f763eef32ce001f7336bc1f8431d828103720bafe2edfdf316e472dc26c8cf9469 SHA512 0623b79706ade775a5f5457aa877397da1b2bbabc3769601dc0f0fea2e995d6816d20b200a743d9065bcae1ffbe5f7b9765f25b04cf1a621e54616e2914a6774
DIST xdg-desktop-portal-kde-6.5.0.tar.xz 208304 BLAKE2B 8023db72d7d910de05c42950ab2ca01824869b370759d93bab0b576e4a49a70eb635d442e637171840e12663b0f49ac7319e403b384fc54a970f50998199a42c SHA512 9e0fd84e89a7b574c8842e91bfa280d4022b0e0166f2d2f31ab97516e463d021793f05d51531bbe79b27a942aa204b6777b370175be01c5674f6f84b42e11850

View File

@ -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
)