Skip to content

Commit

Permalink
kde-plasma/xdg-desktop-portal-kde: 5.92.0 version bump
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
  • Loading branch information
a17r committed Jan 10, 2024
1 parent 727096f commit ac3f1d4
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 0 deletions.
1 change: 1 addition & 0 deletions kde-plasma/xdg-desktop-portal-kde/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST xdg-desktop-portal-kde-5.92.0.tar.xz 161924 BLAKE2B 2aef7981886483a78f1df0af83c079d5be40a97dad97b1edbdef22f2d8762d342d61e1b9db22d0f24ab62396c363dd254e657ddbbff63971ee96a171637dde9b SHA512 00ee49a6b8c8553f933f395a840681b2ac00b3e5c072b53ab1ebef8a199d4c3ffba6629e83bd304ed094189679d62fa3fd939def7d4fde856a5e9a8210bcb753
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

ECM_TEST="forceoptional"
KFMIN=9999
PVCUT=$(ver_cut 1-3)
QTMIN=6.6.0
inherit ecm plasma.kde.org

DESCRIPTION="Backend implementation for xdg-desktop-portal that is using Qt/KDE Frameworks"

LICENSE="LGPL-2+"
SLOT="6"
KEYWORDS="~amd64"
IUSE=""

# 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,widgets]
>=dev-qt/qtdeclarative-${QTMIN}:6
|| (
>=dev-qt/qtbase-${QTMIN}:6[libinput]
>=dev-qt/qtbase-${QTMIN}:6[X]
)
>=dev-qt/qtwayland-${QTMIN}:6
>=kde-frameworks/kcoreaddons-${KFMIN}:6[dbus]
>=kde-frameworks/kconfig-${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-${PVCUT}:6
>=kde-plasma/plasma-workspace-${PVCUT}:6
x11-libs/libxkbcommon
"
DEPEND="${COMMON_DEPEND}
>=dev-libs/plasma-wayland-protocols-1.11.1
>=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
"
BDEPEND="
>=dev-qt/qtwayland-${QTMIN}:6
virtual/pkgconfig
"

0 comments on commit ac3f1d4

Please sign in to comment.