diff options
author | V3n3RiX <venerix@koprulu.sector> | 2025-02-13 00:12:52 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2025-02-13 00:12:52 +0000 |
commit | 965058196f44550f3bc491dd85064071e085b776 (patch) | |
tree | 8485c648f0ac19b27204c8b331c3619c93463cce /kde-plasma/kwayland-integration | |
parent | 0ec1e1dd7867c3dedcbea76c9b6e847d6b388c03 (diff) |
gentoo auto-resync : 13:02:2025 - 00:12:52
Diffstat (limited to 'kde-plasma/kwayland-integration')
-rw-r--r-- | kde-plasma/kwayland-integration/Manifest | 2 | ||||
-rw-r--r-- | kde-plasma/kwayland-integration/kwayland-integration-6.3.0.ebuild | 48 |
2 files changed, 50 insertions, 0 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest index 732cec2cd796..585f2fbbdb1e 100644 --- a/kde-plasma/kwayland-integration/Manifest +++ b/kde-plasma/kwayland-integration/Manifest @@ -1,3 +1,5 @@ DIST kwayland-integration-6.2.5.tar.xz 26420 BLAKE2B e5c93a190c0a66a53cab1942d0254be1e2a77f875c22cda4480a3a3a7c8fb19c4cc558db214fe5aa5399f62fd1fe56d19ea089f86b9d7b6c47dd76f400e301cc SHA512 a0c93f58664cc3540c82609b14244cab9214f0b6712fe2409cd2b0aaaa55bad452d06083a2b1800cb7d37c7aceb5edfa210a3686aed442a1b9f5fb34ad2e3967 +DIST kwayland-integration-6.3.0.tar.xz 26596 BLAKE2B ede07b899aad85b1cfdb624162b9fc8744b98c57581bb3ad15fa33d8dfefb8cf4baae2fd57c2dc3a1c400ae679daf627dc257756c19ac45383fc6677231a4728 SHA512 d47dfc87fb50707e2e4efb8fad6ca5d0cd6137bf54ca3114a08064e6be20daf0501411c1a883cdceba7410f31883f7b5ce06fd7bec394a91364b284b8045c9e0 EBUILD kwayland-integration-6.2.5.ebuild 1186 BLAKE2B 87470b2a8a60a3361c37a14d9f2c0e60f6995507e6f8b1eda989a0c5c81f545b4c1d3a689cec37b4f8371b4ea014bf9e628bbc376e3265a3f451a8c7e594219b SHA512 425c6a9043b4efc3ef908bd463c7d360b638399f463cae4f0eac7a3d478eec6d4b26095984561fc21e11e542b48aad80de66cbd979fc00fe8015df3a8da6dd93 +EBUILD kwayland-integration-6.3.0.ebuild 1190 BLAKE2B 6b9701caa5dda72950703f4e3ee540641a29eeda969a08978e5624f85031d6326f053685dce2edffbe8a8e057d7c1dc4547e65a56d3ccf48ccfe801002e2c403 SHA512 40edfad7ba109cc10b9ff21bc0a4c3e80da44cbd427cbc589deafa9b54a137b7fc83db4070afa6959366ab1adbc3d4a394632a401d278a63259030e1cc4f63a3 MISC metadata.xml 389 BLAKE2B d9bbfb93c45ef15bbdd6c794566fbdf4d2cc986adebef32320cd0e71be34115516067c98eca401ab33ad157f556bd85fc225a29ed0de6484750b39e90c2838cd SHA512 d35b10a50f82abf19901e699a3dcdfcc27613ab0f7226f955d92a3dd47653e48e8fe8a48194715c869d5d87bc2aae836c806aa9ae5436ae65f126646863cbf15 diff --git a/kde-plasma/kwayland-integration/kwayland-integration-6.3.0.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-6.3.0.ebuild new file mode 100644 index 000000000000..daf2450c03b8 --- /dev/null +++ b/kde-plasma/kwayland-integration/kwayland-integration-6.3.0.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KFMIN=5.115.0 +QTMIN=5.15.12 +inherit ecm flag-o-matic 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 +RDEPEND=" + >=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/kwindowsystem-${KFMIN}:5= + >=kde-plasma/kwayland-${KFMIN}:5 + x11-libs/libxkbcommon +" +DEPEND="${RDEPEND} + dev-libs/plasma-wayland-protocols +" +BDEPEND=" + >=dev-qt/qtwaylandscanner-${QTMIN}:5 + dev-util/wayland-scanner + virtual/pkgconfig +" + +src_configure() { + filter-lto # bug 921430 + ecm_src_configure +} |