From 8f30549b0df65869f13abe3db46f4aaf4ff0fad1 Mon Sep 17 00:00:00 2001
From: Andreas Sturmlechner <asturm@gentoo.org>
Date: Tue, 1 Aug 2023 12:08:21 +0200
Subject: kde-plasma/xdg-desktop-portal-kde: 5.27.7 version bump

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
---
 kde-plasma/xdg-desktop-portal-kde/Manifest         |  1 +
 .../xdg-desktop-portal-kde-5.27.7.ebuild           | 59 ++++++++++++++++++++++
 2 files changed, 60 insertions(+)
 create mode 100644 kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.27.7.ebuild

(limited to 'kde-plasma/xdg-desktop-portal-kde')

diff --git a/kde-plasma/xdg-desktop-portal-kde/Manifest b/kde-plasma/xdg-desktop-portal-kde/Manifest
index a76c81a2920a..6dbdab2db5ef 100644
--- a/kde-plasma/xdg-desktop-portal-kde/Manifest
+++ b/kde-plasma/xdg-desktop-portal-kde/Manifest
@@ -1 +1,2 @@
 DIST xdg-desktop-portal-kde-5.27.6.tar.xz 141064 BLAKE2B fb5afab1d81e526e42233c6fedea56708e00279aff3b1c7d0f2d2c1c79f525fe6f6b6d0481a4f7399d7c7aa6399194078be55aab31cff226262d52566a5b6178 SHA512 83cf7cac4f242ebf59e33206821179ead129d0969489aea9e8e2a34b772936f9306ecebda66c790524d51b0121465a0a344b591fd49deeff1bc005c4a623c95c
+DIST xdg-desktop-portal-kde-5.27.7.tar.xz 141512 BLAKE2B c61f8381d07621f55c085058c99b2833870af97f21de4320c048ab1d6ac702be9df600988d6b3d67c985b072691d37c0bca72a3c24aa952eb515758633560dbf SHA512 1b59c1a193fea494ddf459a34b39896098df4e913df7193033116ddedbf74cc7149a4fd39001b1df26d9222e0bb5c590c798cd33d64455e05f5cb635d0a02468
diff --git a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.27.7.ebuild b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.27.7.ebuild
new file mode 100644
index 000000000000..39ce3f8093e6
--- /dev/null
+++ b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.27.7.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="forceoptional"
+KFMIN=5.106.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.9
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Backend implementation for xdg-desktop-portal that is using Qt/KDE Frameworks"
+
+LICENSE="LGPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+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[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
+	>=kde-frameworks/kirigami-${KFMIN}:5
+	>=kde-frameworks/knotifications-${KFMIN}:5
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+	>=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
+	virtual/pkgconfig
+"
-- 
cgit v1.2.3-65-gdbad