diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-01-04 13:05:41 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-01-04 16:09:06 +0100 |
commit | 4535c3b2f5f95aa2d12677e10916fdbbd8c58725 (patch) | |
tree | 99bd6a66e24941c6ecce73f4b395e53231f23652 /kde-plasma | |
parent | kde-plasma/kwallet-pam: 5.23.5 version bump (diff) | |
download | gentoo-4535c3b2f5f95aa2d12677e10916fdbbd8c58725.tar.gz gentoo-4535c3b2f5f95aa2d12677e10916fdbbd8c58725.tar.bz2 gentoo-4535c3b2f5f95aa2d12677e10916fdbbd8c58725.zip |
kde-plasma/kwayland-integration: 5.23.5 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma')
-rw-r--r-- | kde-plasma/kwayland-integration/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/kwayland-integration/kwayland-integration-5.23.5.ebuild | 42 |
2 files changed, 43 insertions, 0 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest index 4643d62c7369..db30430828d5 100644 --- a/kde-plasma/kwayland-integration/Manifest +++ b/kde-plasma/kwayland-integration/Manifest @@ -1 +1,2 @@ DIST kwayland-integration-5.23.4.tar.xz 24184 BLAKE2B 2b6c6d525976daacb4df3970f0dde3754d8220b847f34a353e8a08f12457790d34357c4e62c19ed3919cbe14996b135273e262a4d129ab7f9dd90311fdee9eee SHA512 681724524831eb63c014c5eda79fd41aae4b9f66badc094d312948ba44aee82fd294042978c4475a1db30380fefb4c80b324e769b4bd26d81ba02944d54b104a +DIST kwayland-integration-5.23.5.tar.xz 24188 BLAKE2B 7e6e4b842a9751539a709a452e8081ce615ec960965bac42a03aa2b685c0815dfebf996dd485d433d9d5797c26bc2d4e5782cd49235eb8936a50bc8f1d5b7d26 SHA512 105ee9df541cd6c167fd3434ac846a065c20b82b85c57a2d465c17256567fc7ee717f2fbae4f6acad61c4a6111f6262a2dc7e3fe23cab0bbb3ae2e478ef4ec19 diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.23.5.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.23.5.ebuild new file mode 100644 index 000000000000..feb880e0e9bd --- /dev/null +++ b/kde-plasma/kwayland-integration/kwayland-integration-5.23.5.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.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" |