diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-02-21 14:26:06 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-02-21 14:26:06 +0100 |
| commit | 3808fcf72c288f64d24ab2afa6b11372317e6bfc (patch) | |
| tree | 6dbc8cda8e484e31b7f3ac3c172f606bc67f60a4 | |
| parent | 22c395a4a70ba7089e78a433dc43cb2946d97bf4 (diff) | |
| download | kde-3808fcf72c288f64d24ab2afa6b11372317e6bfc.tar.gz kde-3808fcf72c288f64d24ab2afa6b11372317e6bfc.tar.bz2 kde-3808fcf72c288f64d24ab2afa6b11372317e6bfc.zip | |
kde-plasma/kwayland-integration: 5.27.1 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
| -rw-r--r-- | kde-plasma/kwayland-integration/Manifest | 1 | ||||
| -rw-r--r-- | kde-plasma/kwayland-integration/kwayland-integration-5.27.1.ebuild | 47 |
2 files changed, 48 insertions, 0 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest new file mode 100644 index 00000000000..b7e09088e35 --- /dev/null +++ b/kde-plasma/kwayland-integration/Manifest @@ -0,0 +1 @@ +DIST kwayland-integration-5.27.1.tar.xz 25688 BLAKE2B cf3528a7f11fe9777bc26e060b5d8c78edae65ec7e442298eeafb3f2270a92375903ee2671374d6ae190b93146f80b57580bccd88020822bd2d034ae6757fb7e SHA512 1e618ffa118bbcb362dee66f1532daf2943ea324d6a65540a8088a325f22084a56938fbad7d7f1b8104bb8628d97a814820a79ab1538332c331091feb517a278 diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.27.1.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.27.1.ebuild new file mode 100644 index 00000000000..8c56787c316 --- /dev/null +++ b/kde-plasma/kwayland-integration/kwayland-integration-5.27.1.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KFMIN=5.102.0 +QTMIN=5.15.7 +inherit ecm plasma.kde.org + +DESCRIPTION="Provides KWindowSystem integration plugin for Wayland" +HOMEPAGE="https://invent.kde.org/plasma/kwayland-integration" + +LICENSE="LGPL-2.1" +SLOT="5" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" +IUSE="" + +# dev-qt/qtgui: QtXkbCommonSupport is provided by either IUSE libinput or X +# slot ops: +# dev-qt/qtgui: QtXkbCommonSupportPrivate +# dev-qt/qtwayland: Qt::WaylandClientPrivate (private/qwayland*_p.h) stuff +# kde-frameworks/kwindowsystem: Various private headers +DEPEND=" + >=dev-libs/wayland-1.15 + >=dev-qt/qtgui-${QTMIN}:5= + || ( + >=dev-qt/qtgui-${QTMIN}:5[libinput] + >=dev-qt/qtgui-${QTMIN}:5[X] + ) + >=dev-qt/qtwidgets-${QTMIN}:5 + >=dev-qt/qtwayland-${QTMIN}:5= + >=kde-frameworks/kwayland-${KFMIN}:5 + >=kde-frameworks/kwindowsystem-${KFMIN}:5= + x11-libs/libxkbcommon +" +RDEPEND="${DEPEND}" +BDEPEND=" + >=dev-qt/qtwaylandscanner-${QTMIN}:5 + virtual/pkgconfig +" + +src_prepare() { + ecm_src_prepare + ecm_punt_kf_module IdleTime + cmake_comment_add_subdirectory autotests # only contains idletime test + cmake_run_in src cmake_comment_add_subdirectory idletime +} |
