summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-04-06 15:26:29 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-04-06 16:10:09 +0200
commit75069e15ae3142f8c7835b4c112a7106d05dfdf1 (patch)
treefe39e1fb64b1db1db7886b48cf8253daa0195dde /kde-plasma
parentkde-plasma/systemsettings: 5.21.4 version bump (diff)
downloadgentoo-75069e15ae3142f8c7835b4c112a7106d05dfdf1.tar.gz
gentoo-75069e15ae3142f8c7835b4c112a7106d05dfdf1.tar.bz2
gentoo-75069e15ae3142f8c7835b4c112a7106d05dfdf1.zip
kde-plasma/xdg-desktop-portal-kde: 5.21.4 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma')
-rw-r--r--kde-plasma/xdg-desktop-portal-kde/Manifest1
-rw-r--r--kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.21.4.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 0cc1b43d2334..3af2c473f99b 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.20.5.tar.xz 81876 BLAKE2B 9a0a8052a7a7d9d0200723440176bef37ae6e29417ccea67b222096f0b65e3c371ad83071d93ab05ec6d7de377383e61c126da3775f31189ff1bdd3c4a947933 SHA512 618abd6182e561664b10bd751792622dd88f05932c88505e141ee143e475b228727d2daa509bf113906a97ffc507cbd11f51e15b729f2e55210d9c0000f742a1
DIST xdg-desktop-portal-kde-5.21.3.tar.xz 82504 BLAKE2B 55c9fa0a5339d57431fb2b126a3c2b745c69c14eee7cdbecc096ad501947561ae1601f230d2ef85f94cb6d2ec095661bd84b18c424b4cab0dc3c8ad107051b4d SHA512 76c65aae8f63986880f0c06a8d8700b55dabac8229dba924dfe79ce92c2309b1023c7f7044a2fd760b53a0fdd5bf30f21d34bed337d52c77d93dff4837046569
+DIST xdg-desktop-portal-kde-5.21.4.tar.xz 82552 BLAKE2B 444d90b7331c4e06fbabf2907bbbc0a582b5fce0a1707404f1508c4277f2ad63826e49359458c7b5946d8c152fd768182c628a52d2ae99bd747d6f2654e37717 SHA512 573e7f64b01ac93712dd8aea56fd33dcd274641dd93413a45ce4228b1d7899b48794def68ce8511c3ef04c9074fa773425553dabe78d183cf9e9b6175f576398
diff --git a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.21.4.ebuild b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.21.4.ebuild
new file mode 100644
index 000000000000..1fc676793fbc
--- /dev/null
+++ b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.21.4.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KFMIN=5.78.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 ~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
+"