From 4cbcc855382a06088e2f016f62cafdbcb7e40665 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 20 Mar 2022 00:40:44 +0000 Subject: gentoo resync : 20.03.2022 --- kde-plasma/layer-shell-qt/Manifest | 4 +-- .../layer-shell-qt/layer-shell-qt-5.23.90.ebuild | 35 ---------------------- .../layer-shell-qt/layer-shell-qt-5.24.3.ebuild | 35 ++++++++++++++++++++++ 3 files changed, 37 insertions(+), 37 deletions(-) delete mode 100644 kde-plasma/layer-shell-qt/layer-shell-qt-5.23.90.ebuild create mode 100644 kde-plasma/layer-shell-qt/layer-shell-qt-5.24.3.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 3b191d36047b..6ac89b5b1956 100644 --- a/kde-plasma/layer-shell-qt/Manifest +++ b/kde-plasma/layer-shell-qt/Manifest @@ -1,5 +1,5 @@ DIST layer-shell-qt-5.23.5.tar.xz 17772 BLAKE2B e056eb5122bab70931139fc4b90573dce01e42fc50704c46006ebd81cc297c3d2668ad8b2c4273b4168f3b41efed92face67c37b03d449cebf334fb84402791d SHA512 d44ec72093bb1aa3fe4465a8843c78876c1055277779544e4501368b750a8c8c4d6a0ed5ba12883a8ccd71a6c494c0f738b98f22b6165499c9b5671d0d52f300 -DIST layer-shell-qt-5.23.90.tar.xz 17928 BLAKE2B 5d246f8244c4dbbedaeb2d5cd1502356d72add6c206c9dec76bb33aec02fd7fc72064cf30b6bd0a3bd7c78fb08d15a7190d768bf52c0b176bd660fb839111edc SHA512 9a69dd475b9e2d1050969d740f19d989c3f972586160e4e0f0f06afb2a029620b27f553fbb4ab7bd314349a0b6a6e83df88fa5f7a05db9710cec238d810bc66e +DIST layer-shell-qt-5.24.3.tar.xz 17880 BLAKE2B abcf3bd444b25cf05729477bbbd0c3e37a81c27799355d52dd3a39799f1faf42d79758679a091abbca1dedd72d1983a537a27ff49a6aa36f42b1185ede14419f SHA512 0645cc6cfb954efd76340073ecf305be7750a572c05fa84ff878d1231c7938c679791ad010c4a5665d4f93765133708fff1dc2b551fe62af54ac5dbae6aa8003 EBUILD layer-shell-qt-5.23.5.ebuild 774 BLAKE2B 7f9dea6ca890609cb5d9305e89eb27723e5db8237b074c4dae106d611fa8c940debdfce6e73d589a47ee036b105abe551668d5b7fb20e73081f9cb148b21dd83 SHA512 43528c35ecbffcbbc8a4fb314b176d976ea9b40c98c5142986f36e7eedfbfd45245db85ca5336efa156cd208fc4eae858d1ddfd292663c34b40469539a55b586 -EBUILD layer-shell-qt-5.23.90.ebuild 777 BLAKE2B c04fcb0088dd91c07f5f38b82dd4beda117dc31516e76e7201356b03f9751698320015e6a5354052358920a58e567a8af74d2944fb4894b00b2397ee155ce34a SHA512 8b48ab3b8c64a26444c7588e9c7dbf8b63719c2e26317962a9a00838a8437727565034b98a6c790f4e026e184ee8e726ed1a8c44e44299d4787e184d11b908a7 +EBUILD layer-shell-qt-5.24.3.ebuild 777 BLAKE2B c04fcb0088dd91c07f5f38b82dd4beda117dc31516e76e7201356b03f9751698320015e6a5354052358920a58e567a8af74d2944fb4894b00b2397ee155ce34a SHA512 8b48ab3b8c64a26444c7588e9c7dbf8b63719c2e26317962a9a00838a8437727565034b98a6c790f4e026e184ee8e726ed1a8c44e44299d4787e184d11b908a7 MISC metadata.xml 318 BLAKE2B 922a5e32e706b2976c5f359a14194d268d3f499398576c80ce5fad8c0fcea0fbf048de4480a80a6a1889c88b8b6c14147654a3ab4d5ffbcc258c2290da63f6d1 SHA512 614cb8dda7ad2088e5d6ef39b449bb4be0ac72cd0231c320188d76d1816dce6490c5114bb4798112c4b11d99d30a9e82ff8fcf08ffa8c049589682a5e38208f6 diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-5.23.90.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-5.23.90.ebuild deleted file mode 100644 index 9d53d1f15e1c..000000000000 --- a/kde-plasma/layer-shell-qt/layer-shell-qt-5.23.90.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -KFMIN=5.90.0 -QTMIN=5.15.2 -inherit ecm kde.org - -DESCRIPTION="Qt component to allow applications make use of Wayland wl-layer-shell protocol" - -LICENSE="LGPL-3+" -SLOT="5" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" -IUSE="" - -# dev-qt/qtgui: QtXkbCommonSupport is provided by either IUSE libinput or X -# slot op: various private QtWaylandClient headers -RDEPEND=" - >=dev-libs/wayland-1.15 - >=dev-qt/qtdeclarative-${QTMIN}:5 - || ( - >=dev-qt/qtgui-${QTMIN}:5[libinput] - >=dev-qt/qtgui-${QTMIN}:5[X] - ) - >=dev-qt/qtwayland-${QTMIN}:5= - 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-5.24.3.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-5.24.3.ebuild new file mode 100644 index 000000000000..9d53d1f15e1c --- /dev/null +++ b/kde-plasma/layer-shell-qt/layer-shell-qt-5.24.3.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KFMIN=5.90.0 +QTMIN=5.15.2 +inherit ecm kde.org + +DESCRIPTION="Qt component to allow applications make use of Wayland wl-layer-shell protocol" + +LICENSE="LGPL-3+" +SLOT="5" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" +IUSE="" + +# dev-qt/qtgui: QtXkbCommonSupport is provided by either IUSE libinput or X +# slot op: various private QtWaylandClient headers +RDEPEND=" + >=dev-libs/wayland-1.15 + >=dev-qt/qtdeclarative-${QTMIN}:5 + || ( + >=dev-qt/qtgui-${QTMIN}:5[libinput] + >=dev-qt/qtgui-${QTMIN}:5[X] + ) + >=dev-qt/qtwayland-${QTMIN}:5= + x11-libs/libxkbcommon +" +DEPEND="${RDEPEND} + dev-libs/wayland-protocols +" +BDEPEND=" + dev-util/wayland-scanner + virtual/pkgconfig +" -- cgit v1.2.3