From 8294b197c0de9084d8ac8510382353ea4c177b87 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 28 Feb 2024 17:40:55 +0000 Subject: gentoo auto-resync : 28:02:2024 - 17:40:54 --- kde-plasma/layer-shell-qt/Manifest | 4 +-- .../layer-shell-qt/layer-shell-qt-5.93.0.ebuild | 31 ---------------------- .../layer-shell-qt/layer-shell-qt-6.0.0.ebuild | 31 ++++++++++++++++++++++ 3 files changed, 33 insertions(+), 33 deletions(-) delete mode 100644 kde-plasma/layer-shell-qt/layer-shell-qt-5.93.0.ebuild create mode 100644 kde-plasma/layer-shell-qt/layer-shell-qt-6.0.0.ebuild (limited to 'kde-plasma/layer-shell-qt') diff --git a/kde-plasma/layer-shell-qt/Manifest b/kde-plasma/layer-shell-qt/Manifest index 1d8c799d7811..6c0bc479c695 100644 --- a/kde-plasma/layer-shell-qt/Manifest +++ b/kde-plasma/layer-shell-qt/Manifest @@ -1,5 +1,5 @@ DIST layer-shell-qt-5.27.10.tar.xz 18444 BLAKE2B 7518610cf776964b92b97c074ff0ee505caf72329e7d69b615ba574568aa38131018db107ecc1ee682b6b653578fbdb5138bbe724d31134428324fbb4eacd131 SHA512 2e160d4ab4aedb090c4d7bd0de7edd7ecbffb7fbdfc4c64d621bef477616b06075b4482fde73ca5f79c1e0755aa7275a1b8a5ed2d6a0aedc56a3164e577b44fe -DIST layer-shell-qt-5.93.0.tar.xz 20660 BLAKE2B 5200b36012e3bdd5a8b88fe98ef977792905312ac31b3223b8cde521813fe61dd77fe56e08175b5c3f953eccd0c09d5242faea55a5e8333a960b170907205aa7 SHA512 d6b309f525a6729644abc786a201d12967420d36787f2e1e687986dce0f933ae71aac14eaf98feccc98f3eb2b16603ac9bb05f529ae2bc8855bf6ddecf5ed5fe +DIST layer-shell-qt-6.0.0.tar.xz 20992 BLAKE2B e7a9e067503be0bb208b5391772cb3228d36583897e78734789db176eb7dc49f6a7dacc9587d7c4580d838cdd851122a62549d5473b57c70c2205486d45ea361 SHA512 ebca919e986cc10f91cd2647b05337477fdcd0d391953be1d9a161b38e29f9d2ca399ed4a511259b8781976b18f00e94303c710b79421630dc90fbaf85712d6e EBUILD layer-shell-qt-5.27.10.ebuild 827 BLAKE2B 2c5fbcd14025defc5e0a68e064875adb13d3c1b6fc4e4dc48f3563c9ed236b8aa5a7591ed3b62deef8a604eb114f0d9f4550e5909e84f91689d6c769234a8660 SHA512 45cca15956d098129e2369a95dd9a1368d846239da0e15ad6c08f4364ba8129e8755c9722e65642e22925766ae3c52f10ee7bf7f29b9599b71f91746f81ccaed -EBUILD layer-shell-qt-5.93.0.ebuild 632 BLAKE2B f95389177b06add3f4cb0aabdbf84b70239fa919bd954dcbdc2bff4f0d1e02ba2bdcf4a837a91cbbc9bd3e706d5086a9192db8eb7e8df8c4d760b8346f35062a SHA512 9a5132f97762b5dcf5ecdf2f26b2d253737788bd64d82181f52e92e0377e5e33dae0abf8f2fc5890a028ba4af87c5967bb9d2082dec49564b64b9c8635514d15 +EBUILD layer-shell-qt-6.0.0.ebuild 628 BLAKE2B 9eb659be211bc74f1b373c64f8ec18b83da2093a1168b0b44d2dc245ea69f873c26fbc00e41e7d9b556600447a8d5a66bd19aa89591524e0cce9f2464f8ecdbe SHA512 252b83d0f8f62ee46bab9ae718cc04a8db29dc1b40d49b307a7d6118f8fec8845427b11907b7fbaa35bc1b5f12e7a9ac4baa60fbbdfa8d370eca39cd527d5faf MISC metadata.xml 318 BLAKE2B 922a5e32e706b2976c5f359a14194d268d3f499398576c80ce5fad8c0fcea0fbf048de4480a80a6a1889c88b8b6c14147654a3ab4d5ffbcc258c2290da63f6d1 SHA512 614cb8dda7ad2088e5d6ef39b449bb4be0ac72cd0231c320188d76d1816dce6490c5114bb4798112c4b11d99d30a9e82ff8fcf08ffa8c049589682a5e38208f6 diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-5.93.0.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-5.93.0.ebuild deleted file mode 100644 index f1e5c7851ee6..000000000000 --- a/kde-plasma/layer-shell-qt/layer-shell-qt-5.93.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -KFMIN=5.249.0 -QTMIN=6.6.2 -inherit ecm plasma.kde.org - -DESCRIPTION="Qt component to allow applications make use of Wayland wl-layer-shell protocol" - -LICENSE="LGPL-3+" -SLOT="6" -KEYWORDS="~amd64" -IUSE="" - -# slot op: various private QtWaylandClient headers -RDEPEND=" - >=dev-libs/wayland-1.15 - >=dev-qt/qtbase-${QTMIN}:6[gui] - >=dev-qt/qtdeclarative-${QTMIN}:6 - >=dev-qt/qtwayland-${QTMIN}:6= - x11-libs/libxkbcommon -" -DEPEND="${RDEPEND} - dev-libs/wayland-protocols -" -BDEPEND=" - dev-util/wayland-scanner - virtual/pkgconfig -" diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-6.0.0.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-6.0.0.ebuild new file mode 100644 index 000000000000..9a1226aaba93 --- /dev/null +++ b/kde-plasma/layer-shell-qt/layer-shell-qt-6.0.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KFMIN=6.0 +QTMIN=6.6.2 +inherit ecm plasma.kde.org + +DESCRIPTION="Qt component to allow applications make use of Wayland wl-layer-shell protocol" + +LICENSE="LGPL-3+" +SLOT="6" +KEYWORDS="~amd64" +IUSE="" + +# slot op: various private QtWaylandClient headers +RDEPEND=" + >=dev-libs/wayland-1.15 + >=dev-qt/qtbase-${QTMIN}:6[gui] + >=dev-qt/qtdeclarative-${QTMIN}:6 + >=dev-qt/qtwayland-${QTMIN}:6= + x11-libs/libxkbcommon +" +DEPEND="${RDEPEND} + dev-libs/wayland-protocols +" +BDEPEND=" + dev-util/wayland-scanner + virtual/pkgconfig +" -- cgit v1.2.3