From 16857b69f990738d17bc5842e3e49a6e82d1428d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 17 Jul 2024 12:28:32 +0100 Subject: gentoo auto-resync : 17:07:2024 - 12:28:31 --- kde-plasma/layer-shell-qt/Manifest | 4 +-- .../layer-shell-qt/layer-shell-qt-6.1.2.ebuild | 31 ---------------------- .../layer-shell-qt/layer-shell-qt-6.1.3.ebuild | 31 ++++++++++++++++++++++ 3 files changed, 33 insertions(+), 33 deletions(-) delete mode 100644 kde-plasma/layer-shell-qt/layer-shell-qt-6.1.2.ebuild create mode 100644 kde-plasma/layer-shell-qt/layer-shell-qt-6.1.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 8c5403af1e4d..d044954878d7 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.11.tar.xz 18488 BLAKE2B 3c56db129c4d525ee1968e3016f77f5adcf9ed121f6a7b28a6331ca06a1e1ad0df091c4d8afeb64e12176094332da5de33e91e219551c17ce22adc463dbe6b92 SHA512 9a7439a5653fe684967445109624989fbb11f8bc46815afd3eadf44f5753f4442d1d9d59c0721f1f383715f16aae845e3edc8c62409ccabee324dca219fb3429 -DIST layer-shell-qt-6.1.2.tar.xz 35960 BLAKE2B de934e800566c46cd144c2d953a5c7b9ce9ed5f15fd5b1c4f4c907f3e417d10151f9e48e19c47bb82cf5361bd79152009c231ae3fbc3fd423362cf5c1c85f40e SHA512 54e532dad1ed7db1e61bd5757ba501fe5e63ceb437ee61cf8c62a391b3ebc86cbf36782d13b1603f98d0edb5783391f7a04932100be3a7cb68d56b620808729e +DIST layer-shell-qt-6.1.3.tar.xz 35960 BLAKE2B 258bc5d600b74b589395714ce8d455dd5f31fa97d2819283f9b1392a1d16b62f71f8fb9c2933fc501abd13200c04f1842ae623cb0478a9bc3c76b06d4a816ad6 SHA512 94bc4a99939b46ca7f00e508969e582f5e82551cfa882466c6b72cd9c5a1952de4fb459260629ad5aee7e8b9d902a1ecd2d7c1d9fb6c7fe51928e75a0a78adf7 EBUILD layer-shell-qt-5.27.11.ebuild 827 BLAKE2B 2c5fbcd14025defc5e0a68e064875adb13d3c1b6fc4e4dc48f3563c9ed236b8aa5a7591ed3b62deef8a604eb114f0d9f4550e5909e84f91689d6c769234a8660 SHA512 45cca15956d098129e2369a95dd9a1368d846239da0e15ad6c08f4364ba8129e8755c9722e65642e22925766ae3c52f10ee7bf7f29b9599b71f91746f81ccaed -EBUILD layer-shell-qt-6.1.2.ebuild 649 BLAKE2B c5389b0be5f9d2cb37d1b17694da347ddacbc7a9b5ad2648157d3e0b3b72089f1261f40ca543718c50454f85f31d99c3a02379481f2b5b7b4bc10a2521622615 SHA512 1821abca11d6d52716035772775da2fa222ee0f36ce0f31335630320831c4a8c68cb0839af25b372fc9caa5c93ffbec9d2df69fc356f532231411a99fb5a56f9 +EBUILD layer-shell-qt-6.1.3.ebuild 649 BLAKE2B c5389b0be5f9d2cb37d1b17694da347ddacbc7a9b5ad2648157d3e0b3b72089f1261f40ca543718c50454f85f31d99c3a02379481f2b5b7b4bc10a2521622615 SHA512 1821abca11d6d52716035772775da2fa222ee0f36ce0f31335630320831c4a8c68cb0839af25b372fc9caa5c93ffbec9d2df69fc356f532231411a99fb5a56f9 MISC metadata.xml 318 BLAKE2B 922a5e32e706b2976c5f359a14194d268d3f499398576c80ce5fad8c0fcea0fbf048de4480a80a6a1889c88b8b6c14147654a3ab4d5ffbcc258c2290da63f6d1 SHA512 614cb8dda7ad2088e5d6ef39b449bb4be0ac72cd0231c320188d76d1816dce6490c5114bb4798112c4b11d99d30a9e82ff8fcf08ffa8c049589682a5e38208f6 diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-6.1.2.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-6.1.2.ebuild deleted file mode 100644 index 17581e15b0c1..000000000000 --- a/kde-plasma/layer-shell-qt/layer-shell-qt-6.1.2.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=6.3.0 -QTMIN=6.7.1 -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 ~arm64 ~riscv ~x86" -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.1.3.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-6.1.3.ebuild new file mode 100644 index 000000000000..17581e15b0c1 --- /dev/null +++ b/kde-plasma/layer-shell-qt/layer-shell-qt-6.1.3.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.3.0 +QTMIN=6.7.1 +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 ~arm64 ~riscv ~x86" +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