summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-06-23 02:20:55 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-06-23 08:26:12 +0200
commitd3a04f2bbf3d8bc601ecc04a51023dd264d1a96c (patch)
treefcfef2e1c9c04de8c88d08d39592090732fa56a3 /kde-plasma/kwayland-integration
parentkde-plasma/kwallet-pam: 5.22.2 version bump (diff)
downloadgentoo-d3a04f2bbf3d8bc601ecc04a51023dd264d1a96c.tar.gz
gentoo-d3a04f2bbf3d8bc601ecc04a51023dd264d1a96c.tar.bz2
gentoo-d3a04f2bbf3d8bc601ecc04a51023dd264d1a96c.zip
kde-plasma/kwayland-integration: 5.22.2 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/kwayland-integration')
-rw-r--r--kde-plasma/kwayland-integration/Manifest1
-rw-r--r--kde-plasma/kwayland-integration/kwayland-integration-5.22.2.ebuild30
2 files changed, 31 insertions, 0 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest
index d6222bd36f4b..38e91baa3c9a 100644
--- a/kde-plasma/kwayland-integration/Manifest
+++ b/kde-plasma/kwayland-integration/Manifest
@@ -1,2 +1,3 @@
DIST kwayland-integration-5.21.5.tar.xz 23336 BLAKE2B 361160eff499863787d997f7eabd9dc7acfa5e9831de700cb1fbe6a4a5f10795b9435a505ff7af40eae4e473826fefda275ad8dc15efb6ac609788d9c85b25da SHA512 87e1d71f8a18ebbaadfb76a7e2bdfb47933a500d3cccb589f697e2b368302f3b8c61a0e742cd436119adb3a885aa6d94b8d522befe2908fb2b3816def93bb282
DIST kwayland-integration-5.22.1.tar.xz 22772 BLAKE2B cc7ac2fe23ca9a30c71ebcfc96ccf5ae5ded737fc31016a7701ebc516be80083626cdc690847c352cceef8a0aba627159d6a10aeaabdd789cbf2ac8b1303ebfd SHA512 5e64fa4880767a9f49bd8478871926eab230b49ce6961b93150b39b1192e7476d0b874f9a1be1b996db66455fc25cbac72bc62f47dbba5e59815be8c938cd122
+DIST kwayland-integration-5.22.2.tar.xz 22772 BLAKE2B 843d692b8433f186bd66e03fcbbc14bb2d36685709eb8b4ea95f438057299249179b1ffcaf7d8f9adeaee40638fb72730a14eebfb92063fca899e4fc7dfe1d9e SHA512 0e4a9fe890e2f054f432906fb0603fbe172602e540683e10372277d2f881490c13dbf811a7be9cd035a3c6db1799420c007931588739e6c6d82930a6773f4681
diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.22.2.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.22.2.ebuild
new file mode 100644
index 000000000000..c999b25b427b
--- /dev/null
+++ b/kde-plasma/kwayland-integration/kwayland-integration-5.22.2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_TEST="true"
+KFMIN=5.82.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="Provides integration plugins for various KDE frameworks for Wayland"
+HOMEPAGE="https://invent.kde.org/plasma/kwayland-integration"
+
+LICENSE="LGPL-2.1"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+RESTRICT+=" test" # bug 668872
+
+DEPEND="
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=kde-frameworks/kguiaddons-${KFMIN}:5
+ >=kde-frameworks/kidletime-${KFMIN}:5
+ >=kde-frameworks/kwayland-${KFMIN}:5
+ >=kde-frameworks/kwindowsystem-${KFMIN}:5
+"
+RDEPEND="${DEPEND}"