aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-10-06 15:53:48 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-10-06 16:48:06 +0200
commit3391a5b30857fd3af87ded71deb2a3d7af88016b (patch)
treecd3df197c5b690ce8750ac5a9e5497727d9b764e
parentkde-plasma/systemsettings: 5.26.0 version bump (diff)
downloadkde-3391a5b3.tar.gz
kde-3391a5b3.tar.bz2
kde-3391a5b3.zip
kde-plasma/xdg-desktop-portal-kde: 5.26.0 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-5.26.0.ebuild46
2 files changed, 47 insertions, 0 deletions
diff --git a/kde-plasma/xdg-desktop-portal-kde/Manifest b/kde-plasma/xdg-desktop-portal-kde/Manifest
index 273bf91479..0548c9835d 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.25.90.tar.xz 109164 BLAKE2B db49153d6bb88a17741fdb7f8621dc6d708f5d3b11df2d6cbb3d34afe79ac7e3a6fa648f9c98accaa9e8c855a04121a458932eaf4b9abcc686843bb48385d2b3 SHA512 8c12f817041e7daf22b13a1766367041d7bf9a4f3c4d8a2cd3a9a1ebcdba40b783491d9a975695f6c6ad64bec498954570d14d1bb0c666420914a21bfd152989
+DIST xdg-desktop-portal-kde-5.26.0.tar.xz 109380 BLAKE2B af93575f26e5009646f81c60dee85fdf448bb0442d3862d5fe20e23609f4829f6d00a6d7c570cce8bec9f0774a78903fd3097ae091fd89faa7c543eb74592e3f SHA512 da475a09e92d809cdff7ebc3060a74fc0e5ceb7475d5fc205031ce66c868336d80838e8ec7f5bddc3f8f6d4ee50a7526ba3253436e00dbef77319e17ac7b304f
diff --git a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.26.0.ebuild b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.26.0.ebuild
new file mode 100644
index 0000000000..392c900abf
--- /dev/null
+++ b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.26.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.98.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.5
+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=""
+
+COMMON_DEPEND="
+ >=dev-libs/wayland-1.15
+ >=dev-qt/qtdbus-${QTMIN}:5
+ >=dev-qt/qtdeclarative-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtprintsupport-${QTMIN}:5[cups]
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5[dbus]
+ >=kde-frameworks/kconfig-${KFMIN}:5
+ >=kde-frameworks/kdeclarative-${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
+"
+DEPEND="${COMMON_DEPEND}
+ >=dev-libs/plasma-wayland-protocols-1.7.0
+ >=dev-qt/qtconcurrent-${QTMIN}:5
+"
+RDEPEND="${COMMON_DEPEND}
+ kde-misc/kio-fuse:5
+ sys-apps/xdg-desktop-portal
+"
+BDEPEND=">=dev-qt/qtwaylandscanner-${QTMIN}:5"