diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-07-02 19:34:09 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-07-02 19:54:05 +0200 |
commit | 013f2c96d050706a99a221c9d478c65d4f366b9d (patch) | |
tree | fa2acb69ef258662d8e27f9ad847b899e16b66c1 /kde-plasma/layer-shell-qt | |
parent | kde-plasma/kwrited: 6.1.2 version bump (diff) | |
download | gentoo-013f2c96d050706a99a221c9d478c65d4f366b9d.tar.gz gentoo-013f2c96d050706a99a221c9d478c65d4f366b9d.tar.bz2 gentoo-013f2c96d050706a99a221c9d478c65d4f366b9d.zip |
kde-plasma/layer-shell-qt: 6.1.2 version bump
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.1.2.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 c4ef41774d2d..65937cef6611 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.1.1.tar.xz 35960 BLAKE2B 7cda9073092e8a4c334eec96247e1f48fb5b1f260e7e9d79d95a3f06eaa0636f1e18b3657da19ac9a2daebae9da5380a4f9655e0b612decd831e1e8024cf63fa SHA512 42d09cfc2bc2b33798b8b2bb3bf8ded3cd508b9326ee9f8012f8baac5bcaa4320975fcfe5df0615e64b6bc0b0b70e393c2a8aa64c16f4d835795d8f5720d49b7 +DIST layer-shell-qt-6.1.2.tar.xz 35960 BLAKE2B de934e800566c46cd144c2d953a5c7b9ce9ed5f15fd5b1c4f4c907f3e417d10151f9e48e19c47bb82cf5361bd79152009c231ae3fbc3fd423362cf5c1c85f40e SHA512 54e532dad1ed7db1e61bd5757ba501fe5e63ceb437ee61cf8c62a391b3ebc86cbf36782d13b1603f98d0edb5783391f7a04932100be3a7cb68d56b620808729e 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 new file mode 100644 index 000000000000..dd3a80e60b9b --- /dev/null +++ b/kde-plasma/layer-shell-qt/layer-shell-qt-6.1.2.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" +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 +" |