From a6db9a57471e7cb2c200568f80401a4fe40879bf Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Thu, 13 Jun 2024 18:11:01 +0200 Subject: kde-plasma/layer-shell-qt: 6.1.0 version bump Signed-off-by: Andreas Sturmlechner --- kde-plasma/layer-shell-qt/Manifest | 1 + .../layer-shell-qt/layer-shell-qt-6.1.0.ebuild | 31 ++++++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 kde-plasma/layer-shell-qt/Manifest create mode 100644 kde-plasma/layer-shell-qt/layer-shell-qt-6.1.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 new file mode 100644 index 00000000000..43c65304101 --- /dev/null +++ b/kde-plasma/layer-shell-qt/Manifest @@ -0,0 +1 @@ +DIST layer-shell-qt-6.1.0.tar.xz 35872 BLAKE2B a6d89dba1199341694c26c05b7aeb5a817550d2e1c5c46dd72273a3fffbbc08f111599013dddb9b6d76562fd481ef1a6d0d4ec5a1c1962b55a7aa32c22b1c5bc SHA512 1e26d7081221de859bfc65e22b9a1252bd1cb443c670c837203f5cf9c106ba19aadf490037a40c6bc3598c94a5cc0987662376714073c09b957b1d2e713e308f diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-6.1.0.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-6.1.0.ebuild new file mode 100644 index 00000000000..030a249b3b0 --- /dev/null +++ b/kde-plasma/layer-shell-qt/layer-shell-qt-6.1.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.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" +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