commit:     819d76dc53d36a2a94a35285ac80bbafece2d426
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 28 20:23:27 2025 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Mar 28 20:24:17 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=819d76dc

dev-libs/wayland-protocols: Version bump to 1.42

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 dev-libs/wayland-protocols/Manifest                |  1 +
 .../wayland-protocols-1.42.ebuild                  | 37 ++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/dev-libs/wayland-protocols/Manifest 
b/dev-libs/wayland-protocols/Manifest
index 8034f8fbc1d7..d28af68f55d2 100644
--- a/dev-libs/wayland-protocols/Manifest
+++ b/dev-libs/wayland-protocols/Manifest
@@ -1,3 +1,4 @@
 DIST wayland-protocols-1.38.tar.xz 102648 BLAKE2B 
b07abed74b2f83247f3746414dc1f9e317793f9bc6ae7c1cb955d94149577964dee2ed0d658d4b9d9d7bd446509966393f4060b85db09b56292ddd9702bd1aee
 SHA512 
43fc36d35bedb245deed0e2de246f42d2bbfa6ecafa094f2a7fb103d6df8ae28f3cc200bc5aa24745b9131a28381883c24779da0a6d9ac954753bd5ebb1405db
 DIST wayland-protocols-1.39.tar.xz 108844 BLAKE2B 
ca0350acdce8e2b3803ef4582576fd2db61228f54cebfa232ebbf85377a7201ceb9a96650c8940dc91c193681fa70a0fcb3d5fa9e541acfe77ae07448e998f9d
 SHA512 
480a195ec0846400d93160e3d0a7ba12948ed841835ee4661f54b0101ae0027affd9c0f660a73244786fecd70e4f609830489a6b95e00d750cf2379734aacbe0
 DIST wayland-protocols-1.41.tar.xz 120224 BLAKE2B 
cb24920543041c7194b7c9fca8185c130c06669df67119b3102f37ca245c31e03534e5431274869f871780306b8e1f75e08279dbd82c2a7ec13e227ccedc8275
 SHA512 
6122fe4f20a1a0908abd631ff31302b56018050e5e835c1413d5b40a527980c30859ed9cddf595213f7d5eb1d50baaf6adc312cef9279d60b8a15e447e259863
+DIST wayland-protocols-1.42.tar.xz 121168 BLAKE2B 
7dc9cf43f82ee7522419327eaeaa36ebfe2a05f45687a2068951125af0de587d3a496bb2eb80f1e0afa96c960090d8d80ff7806117c578fb3771126fd2b8d65d
 SHA512 
ce85fecbe886264eaeb34c7992d4e493295f57f6213d5a2ec04b3471daee04a4225b1a7e77a27ccf39306074780553ec1383c55af30cc2c78942b40cc5777c1b

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.42.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.42.ebuild
new file mode 100644
index 000000000000..88fd7ea8817d
--- /dev/null
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.42.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+DESCRIPTION="Wayland protocol files"
+HOMEPAGE="https://wayland.freedesktop.org/";
+
+if [[ ${PV} = 9999* ]]; then
+       EGIT_REPO_URI="https://gitlab.freedesktop.org/wayland/${PN}.git/";
+       inherit git-r3
+else
+       
SRC_URI="https://gitlab.freedesktop.org/wayland/${PN}/-/releases/${PV}/downloads/${P}.tar.xz";
+       KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+       test? ( dev-libs/wayland )
+"
+BDEPEND="
+       >=dev-util/wayland-scanner-1.23.0
+       virtual/pkgconfig
+"
+
+src_configure() {
+       local emesonargs=(
+               $(meson_use test tests)
+       )
+       meson_src_configure
+}

Reply via email to