summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-02-08 13:52:55 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-02-08 14:09:45 +0100
commitfd94c575c817c544ad0bcbd324d89d14939f2cd4 (patch)
treea38b31fdf5f8e04e55a4e394af3a3a69111427e2 /kde-plasma/kwayland-integration
parentkde-plasma/kwallet-pam: 5.24.0 version bump (diff)
downloadgentoo-fd94c575c817c544ad0bcbd324d89d14939f2cd4.tar.gz
gentoo-fd94c575c817c544ad0bcbd324d89d14939f2cd4.tar.bz2
gentoo-fd94c575c817c544ad0bcbd324d89d14939f2cd4.zip
kde-plasma/kwayland-integration: 5.24.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.24.0.ebuild42
2 files changed, 43 insertions, 0 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest
index ba9113ebb43c..43fb426e1ffa 100644
--- a/kde-plasma/kwayland-integration/Manifest
+++ b/kde-plasma/kwayland-integration/Manifest
@@ -1,2 +1,3 @@
DIST kwayland-integration-5.23.5.tar.xz 24188 BLAKE2B 7e6e4b842a9751539a709a452e8081ce615ec960965bac42a03aa2b685c0815dfebf996dd485d433d9d5797c26bc2d4e5782cd49235eb8936a50bc8f1d5b7d26 SHA512 105ee9df541cd6c167fd3434ac846a065c20b82b85c57a2d465c17256567fc7ee717f2fbae4f6acad61c4a6111f6262a2dc7e3fe23cab0bbb3ae2e478ef4ec19
DIST kwayland-integration-5.23.90.tar.xz 24740 BLAKE2B 7c45c36beffe752e5af2b1a7e21ea6a9bfd8a2b9a5cd00dcfc33d17ee7e1b98b24115026f2dfec287b32dc35146c9e8ba7a1c171276d644294512346233e6cf9 SHA512 5876cacb2ff6a2ff4165b13fe2cf4a0f04499faf4c8ee1c403c73fdaa0b5e923f6ced3644c0013161ac0a646225782e0719489de8ec1709970e75fcc9338632f
+DIST kwayland-integration-5.24.0.tar.xz 24820 BLAKE2B 0599377465c9251dd52fc66d45a0c42d89fd5722f40b86b3d2f03e4d4e724a3e3fa01ed88fab67fd9c17d3742d61863d612abd9ce5b63d28f9f1a32f9d5fd8b7 SHA512 820dadf453c0e585ade882a52d598a3c259cb21684fdefb781cc199e03020a288fc4b13d159346469d04653cd4d00ed056e66b80dee1c31d0e48d431fd080aaa
diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.24.0.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.24.0.ebuild
new file mode 100644
index 000000000000..546195c57a12
--- /dev/null
+++ b/kde-plasma/kwayland-integration/kwayland-integration-5.24.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+KFMIN=5.90.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"