summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-02-15 15:46:57 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-02-15 18:50:25 +0100
commit119c8082c17aeb06d094ee1a4aaee4dd62209383 (patch)
tree8b86c58bdfa02bc7f6dc73f63600ccff4426500f /kde-plasma/xdg-desktop-portal-kde
parentkde-plasma/systemsettings: 5.24.1 version bump (diff)
downloadgentoo-119c8082c17aeb06d094ee1a4aaee4dd62209383.tar.gz
gentoo-119c8082c17aeb06d094ee1a4aaee4dd62209383.tar.bz2
gentoo-119c8082c17aeb06d094ee1a4aaee4dd62209383.zip
kde-plasma/xdg-desktop-portal-kde: 5.24.1 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/xdg-desktop-portal-kde')
-rw-r--r--kde-plasma/xdg-desktop-portal-kde/Manifest1
-rw-r--r--kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.24.1.ebuild42
2 files changed, 43 insertions, 0 deletions
diff --git a/kde-plasma/xdg-desktop-portal-kde/Manifest b/kde-plasma/xdg-desktop-portal-kde/Manifest
index 7dd8a9944ddb..4a6d01cdf7ae 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-5.23.5.tar.xz 89520 BLAKE2B 6ec2b844f64c2e099120ec17e23c42db6b55f40fae4992c9a02cd815bc78337f76209c821980141d7bfd19135058caeefe313fa37ae236865d5f134af3750b47 SHA512 7481be6c3a5adb42e3a9b2c03533de9e956e188f3ce5edd349a65a8d65dd690f5292cdc8431dee71bee089ef8c5a30b5c18925e61658facf6dfed1d332bdaf6e
DIST xdg-desktop-portal-kde-5.24.0.tar.xz 88220 BLAKE2B 07f08a2329db44b8a27f92623334ccbfdf54a987262ff7ddf379078e554088cc2d04c12ea32ce524067cc1b91b88c7817be9df034f253ea1f505fae544fa3e05 SHA512 c1a9151d3edc74844926c27297844ae8d47be6f398200b1df75cbdaf91e38dc71d9b8f96a1bd1cd0aeb91ee6b10e09f205443537dbbf76d3d0976712d95547ca
+DIST xdg-desktop-portal-kde-5.24.1.tar.xz 88264 BLAKE2B a104bbf151d6b88722ede24109593bb7c9e4b0d5b7efe8c232abb1b5fe58f5486f0d81ff92bf0ff84ab265709a30d1cc115c43ce5b1091dc073ab68214edbf50 SHA512 7b776adec107b65b78595f5884b514a752176e71f99cf4f50aae0483d837cdd2d5082ed08a89cf85c88cddc761cd2319b875655ad4bfe2cc963a67b93625bac1
diff --git a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.24.1.ebuild b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.24.1.ebuild
new file mode 100644
index 000000000000..8aab31ba669b
--- /dev/null
+++ b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.24.1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.90.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="Backend implementation for xdg-desktop-portal that is using Qt/KDE Frameworks"
+
+LICENSE="LGPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~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/qtwayland-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/kdeclarative-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kio-${KFMIN}:5
+ >=kde-frameworks/kirigami-${KFMIN}:5
+ >=kde-frameworks/knotifications-${KFMIN}:5
+ >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+ >=kde-frameworks/plasma-${KFMIN}:5
+"
+DEPEND="${COMMON_DEPEND}
+ >=dev-libs/plasma-wayland-protocols-1.1.1
+ >=dev-qt/qtconcurrent-${QTMIN}:5
+ >=kde-frameworks/kwayland-${KFMIN}:5
+"
+RDEPEND="${COMMON_DEPEND}
+ sys-apps/xdg-desktop-portal
+"