diff options
author | 2024-04-16 21:12:10 +0200 | |
---|---|---|
committer | 2024-04-16 21:50:26 +0200 | |
commit | 0472329863bbb7ab62598005ad89df06c401c458 (patch) | |
tree | 48082261881008e187c995ae053677675a917369 /kde-plasma/layer-shell-qt | |
parent | kde-plasma/kwrited: add 6.0.4 (diff) | |
download | gentoo-0472329863bbb7ab62598005ad89df06c401c458.tar.gz gentoo-0472329863bbb7ab62598005ad89df06c401c458.tar.bz2 gentoo-0472329863bbb7ab62598005ad89df06c401c458.zip |
kde-plasma/layer-shell-qt: add 6.0.4
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/layer-shell-qt')
-rw-r--r-- | kde-plasma/layer-shell-qt/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/layer-shell-qt/layer-shell-qt-6.0.4.ebuild | 31 |
2 files changed, 32 insertions, 0 deletions
diff --git a/kde-plasma/layer-shell-qt/Manifest b/kde-plasma/layer-shell-qt/Manifest index 9f6b55a18dc4..fc53998c7eb4 100644 --- a/kde-plasma/layer-shell-qt/Manifest +++ b/kde-plasma/layer-shell-qt/Manifest @@ -1,2 +1,3 @@ DIST layer-shell-qt-5.27.11.tar.xz 18488 BLAKE2B 3c56db129c4d525ee1968e3016f77f5adcf9ed121f6a7b28a6331ca06a1e1ad0df091c4d8afeb64e12176094332da5de33e91e219551c17ce22adc463dbe6b92 SHA512 9a7439a5653fe684967445109624989fbb11f8bc46815afd3eadf44f5753f4442d1d9d59c0721f1f383715f16aae845e3edc8c62409ccabee324dca219fb3429 DIST layer-shell-qt-6.0.3.tar.xz 20996 BLAKE2B 9a9d3e9978740fd749593a5ba244e74e326261ca000f4642104fec929758d6e0bab3b3144cac9f25b615890eddef0daeb29cb0820260163080b606ed4ebc575a SHA512 df7d5e4768d8b24948b99833b66c2b3be91a125779ececf2dc706d5b641853209acecb84cba1e977b0951eb8b11fe667f017f95f71a12c8db06f9fb7236093c2 +DIST layer-shell-qt-6.0.4.tar.xz 20936 BLAKE2B b031a437de17c5926cef7081ddb0071c83e5ce682a9a7cbbd66a1f4e9b7a9d1207e0d44c375dee3f76b2952adedfbddf705d50b80b01083ccaf4a85323027c59 SHA512 0eaa28103023c63d9df2c1d9ebd221c2ac1a0198f45923cfd521a3107eaf9498b9d6c0b3a98e15fa2aec229de92b1aa2760c6a35a813511d2b7befe22a73f51f diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-6.0.4.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-6.0.4.ebuild new file mode 100644 index 000000000000..9a1226aaba93 --- /dev/null +++ b/kde-plasma/layer-shell-qt/layer-shell-qt-6.0.4.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 +" |