diff options
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-5.27.11.ebuild | 49 |
2 files changed, 51 insertions, 0 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest index de393cc4eb3e..492479d18efd 100644 --- a/kde-plasma/kwayland-integration/Manifest +++ b/kde-plasma/kwayland-integration/Manifest @@ -1,5 +1,7 @@ DIST kwayland-integration-5.27.10.tar.xz 25776 BLAKE2B dbd1b2cedf1128f59318e41036bde63c8062538804a6b26418bce2210860a0b0f1dcbf217f9b823924ec8865b2bc3d6ceae7a06339d8ea1a508d67763e697027 SHA512 c66b08ba2af7675add7d603e0b8bdd20578abfc71af15574c389c8bec9856f309fe856c236f9fc8832e38c0125f5d55a3cc3d649b9d49733ee93d656b9c293fe +DIST kwayland-integration-5.27.11.tar.xz 25708 BLAKE2B 67fe2d113955b2cdec1c3d621efbe84b2565aa3f22e0d15eb95f1a2bce1a6c7fe87da9c2974d93fb2f1939d92d64d2ab2a2a1db609df5973ded5ac4a02f214cf SHA512 c5f19a03e8161b346dbd89fb0d1b72d7906c19a7d55535878d9d75b7d96025d61808161f6b0ccaf9b5fef1d112f8e0ba1033ce149e42aec2cd261351d5ffb1c9 DIST kwayland-integration-6.0.1.tar.xz 26420 BLAKE2B 09e7e0479de0f8227fbd54a6bb057b569a60617db955b32de9de80bbd8791ff9873eb37954e7e4acdfa281208d3e30c1518340f1579f99ade4c18d1bf892e10d SHA512 55728eb0f6a40a643d66efa96cd80a2a5d9ae3f59425bd2823556c09d4eb1c54583bcf19121679932b11f71b5946fd3fc3718a70ca11d684c7a44e637e9a42a2 EBUILD kwayland-integration-5.27.10.ebuild 1303 BLAKE2B ff7ddea27d235e7e016e74365d48bdb579f187832fe05cccee21c0a0f84ecb92ffd4ffa14ac50bef2d9eacd7210478a1cc91fdad415fb4bbf232d0fc9c880ad5 SHA512 53918fa41f96883966616a0b60a88c7f166df0814cbe36d2ee73d48ecb1866de7a3b793ef5e9901b0d5c44ffe60f2d7156ed9f707a5d463b72682d0e254aa70e +EBUILD kwayland-integration-5.27.11.ebuild 1307 BLAKE2B 9b6119c2f93796ef2a1f2ca83e083e21be1c3ea1c375ca1c598e332a9606745cb31c53431087c59bd9edffc7914173a21188fe4dd81eefa8121ceef9f3b6eb5f SHA512 2288f318544c2c2ff55ee4a431c5de5a61054f0b86093cbe5e30ec4697e20f97b4db064b26cc07a995ff6fd6bbc65a873b694bf3cbe81eb3f7a35cba6f56e85d EBUILD kwayland-integration-6.0.1.ebuild 1151 BLAKE2B 471ad344af1e7d517122ba06ad212e783fe60e8c6d5d49e10f1070ddbdc3a6260b2405e23139f57b4bb524253f20b75f2fea15f52fd4dff61dfe302c41cc302e SHA512 55aefa40d3d4a5b3acc48ec1ae205170bb103e436b35d66bdb1f7cba3485fe0c5d6089ae1856cbe5a12ab54875f1d8a4c2e6772d0fa844b1837f0d08b47d23e7 MISC metadata.xml 389 BLAKE2B d9bbfb93c45ef15bbdd6c794566fbdf4d2cc986adebef32320cd0e71be34115516067c98eca401ab33ad157f556bd85fc225a29ed0de6484750b39e90c2838cd SHA512 d35b10a50f82abf19901e699a3dcdfcc27613ab0f7226f955d92a3dd47653e48e8fe8a48194715c869d5d87bc2aae836c806aa9ae5436ae65f126646863cbf15 diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.27.11.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.27.11.ebuild new file mode 100644 index 000000000000..78795e9778f4 --- /dev/null +++ b/kde-plasma/kwayland-integration/kwayland-integration-5.27.11.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KFMIN=5.106.0 +QTMIN=5.15.9 +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 +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/kwindowsystem-${KFMIN}:5= + >=kde-plasma/kwayland-${KFMIN}:5 + x11-libs/libxkbcommon +" +RDEPEND="${DEPEND}" +BDEPEND=" + >=dev-qt/qtwaylandscanner-${QTMIN}:5 + dev-util/wayland-scanner + 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 + filter-lto # bug 921430 +} |