summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-10-14 12:00:46 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-10-14 12:29:18 +0200
commitcf1073907fee4e9e17ba2e99b4c0412b83d90206 (patch)
treed9258d5fd9cf805d9b40b6986c03c80f8b0c1fbe /kde-plasma/kwayland-integration
parentkde-plasma/kwallet-pam: 5.23.0 version bump (diff)
downloadgentoo-cf1073907fee4e9e17ba2e99b4c0412b83d90206.tar.gz
gentoo-cf1073907fee4e9e17ba2e99b4c0412b83d90206.tar.bz2
gentoo-cf1073907fee4e9e17ba2e99b4c0412b83d90206.zip
kde-plasma/kwayland-integration: 5.23.0 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.23.0.ebuild42
2 files changed, 43 insertions, 0 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest
index 007e13819d13..e9796c7f8192 100644
--- a/kde-plasma/kwayland-integration/Manifest
+++ b/kde-plasma/kwayland-integration/Manifest
@@ -1,2 +1,3 @@
DIST kwayland-integration-5.22.5.tar.xz 22708 BLAKE2B 61e084dd71721b556fc9bf0aafe92908c25070d1f8683ae53093ca413b0e81efb1c21a3fbb7c033c1e324b2032c8fe9946287eadd53607ee549944f06d081932 SHA512 456b745e493965781178e1cd2fe64b8833294800ea152f5f95d00e1e2c221f97c2a29b91498573bc25710e3ad42482e46a4f0f33d5a57ce8ed1454a65fba81a9
DIST kwayland-integration-5.22.90.tar.xz 24164 BLAKE2B 6be1c6558ead14b0e892e579f52b85d0379deca89da80d1e0add3669750bd59e478a65dfd71010824ce0dc2aa1e32b57ccca90eeaf07defc342768efa434e5d9 SHA512 f442125728966bfe09fda859b642af71ac0d33526391828d98854d372a4d82f69c6b2f844ac591de539f72f25fefadd5b0d7c714e5d283f57dea0bbb05ef39cf
+DIST kwayland-integration-5.23.0.tar.xz 24164 BLAKE2B 314569a0a081076fafdb7bcd7f2a3529c9ec9adde3c6bc795e085cd0ba5c6c777e7f7a67c34bbeb8b8c122b18c8ce357a21b6fce7529ad2f4038cedf909c1e4b SHA512 edc7507d6ea4594bb8449c1cce4f88e1d663b0e36449230369088d354f4d56e3c02f7db166dc98f357667fd53664ff314badef550b17428ca109e5036894b890
diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.23.0.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.23.0.ebuild
new file mode 100644
index 000000000000..9a1d55f7aa5c
--- /dev/null
+++ b/kde-plasma/kwayland-integration/kwayland-integration-5.23.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+KFMIN=5.86.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 ~riscv ~x86"
+IUSE=""
+
+RESTRICT="test" # bug 668872
+
+# dev-qt/qtgui: QtXkbCommonSupport is provided by either IUSE libinput or X
+# slot ops:
+# dev-qt/qtwayland: Qt::WaylandClientPrivate (private/qwayland*_p.h) stuff
+# kde-frameworks/kidletime: KIdleTime/private/abstractsystempoller.h
+# kde-frameworks/kwindowsystem: Various private headers
+DEPEND="
+ >=dev-libs/wayland-1.15
+ || (
+ >=dev-qt/qtgui-${QTMIN}:5[libinput]
+ >=dev-qt/qtgui-${QTMIN}:5[X]
+ )
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=dev-qt/qtwayland-${QTMIN}:5=
+ >=kde-frameworks/kguiaddons-${KFMIN}:5
+ >=kde-frameworks/kidletime-${KFMIN}:5=
+ >=kde-frameworks/kwayland-${KFMIN}:5
+ >=kde-frameworks/kwindowsystem-${KFMIN}:5=
+ x11-libs/libxkbcommon
+"
+RDEPEND="${DEPEND}"
+BDEPEND="virtual/pkgconfig"