Tue Jan 3 20:43:35 2023 UTC ()
wayland-protocols: Fix x11/gtk3 build

Fix another problematic .xml file to fix x11/gtk3 build.

BUmp PKGREVISION.


(ryoon)
diff -r1.10 -r1.11 pkgsrc/devel/wayland-protocols/Makefile
diff -r1.8 -r1.9 pkgsrc/devel/wayland-protocols/distinfo
diff -r0 -r1.1 pkgsrc/devel/wayland-protocols/patches/patch-stable_xdg-shell_xdg-shell.xml

cvs diff -r1.10 -r1.11 pkgsrc/devel/wayland-protocols/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/wayland-protocols/Makefile 2023/01/03 15:30:22 1.10
+++ pkgsrc/devel/wayland-protocols/Makefile 2023/01/03 20:43:35 1.11
@@ -1,16 +1,17 @@ @@ -1,16 +1,17 @@
1# $NetBSD: Makefile,v 1.10 2023/01/03 15:30:22 wiz Exp $ 1# $NetBSD: Makefile,v 1.11 2023/01/03 20:43:35 ryoon Exp $
2 2
3DISTNAME= wayland-protocols-1.31 3DISTNAME= wayland-protocols-1.31
 4PKGREVISION= 1
4CATEGORIES= devel 5CATEGORIES= devel
5MASTER_SITES= https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/${PKGVERSION_NOREV}/downloads/ 6MASTER_SITES= https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/${PKGVERSION_NOREV}/downloads/
6EXTRACT_SUFX= .tar.xz 7EXTRACT_SUFX= .tar.xz
7 8
8MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://wayland.freedesktop.org/ 10HOMEPAGE= https://wayland.freedesktop.org/
10COMMENT= Additional wayland functionality 11COMMENT= Additional wayland functionality
11LICENSE= mit 12LICENSE= mit
12 13
13USE_TOOLS+= pkg-config 14USE_TOOLS+= pkg-config
14 15
15MESON_ARGS+= -Dtests=false 16MESON_ARGS+= -Dtests=false
16 17

cvs diff -r1.8 -r1.9 pkgsrc/devel/wayland-protocols/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/wayland-protocols/distinfo 2023/01/03 15:30:23 1.8
+++ pkgsrc/devel/wayland-protocols/distinfo 2023/01/03 20:43:35 1.9
@@ -1,6 +1,7 @@ @@ -1,6 +1,7 @@
1$NetBSD: distinfo,v 1.8 2023/01/03 15:30:23 wiz Exp $ 1$NetBSD: distinfo,v 1.9 2023/01/03 20:43:35 ryoon Exp $
2 2
3BLAKE2s (wayland-protocols-1.31.tar.xz) = aaa11928e48d67577e1dc1009784791878d88f409e05942b208117518ede3d23 3BLAKE2s (wayland-protocols-1.31.tar.xz) = aaa11928e48d67577e1dc1009784791878d88f409e05942b208117518ede3d23
4SHA512 (wayland-protocols-1.31.tar.xz) = 402ce1915300e29afe554d77965ee0a28a5f22fdb5b901c4c640e59b9f3a9c11094e1edae87eea1e76eea557f6faf0c34a0c28ee7f6babb4dc3719329c4e25bf 4SHA512 (wayland-protocols-1.31.tar.xz) = 402ce1915300e29afe554d77965ee0a28a5f22fdb5b901c4c640e59b9f3a9c11094e1edae87eea1e76eea557f6faf0c34a0c28ee7f6babb4dc3719329c4e25bf
5Size (wayland-protocols-1.31.tar.xz) = 85524 bytes 5Size (wayland-protocols-1.31.tar.xz) = 85524 bytes
 6SHA1 (patch-stable_xdg-shell_xdg-shell.xml) = 767110b838fefca2aaa34634d1ea770965defc8a
6SHA1 (patch-unstable_xdg-output_xdg-output-unstable-v1.xml) = 39ae91476384154119e995e3667940029bc336c8 7SHA1 (patch-unstable_xdg-output_xdg-output-unstable-v1.xml) = 39ae91476384154119e995e3667940029bc336c8

File Added: pkgsrc/devel/wayland-protocols/patches/patch-stable_xdg-shell_xdg-shell.xml
$NetBSD: patch-stable_xdg-shell_xdg-shell.xml,v 1.1 2023/01/03 20:43:35 ryoon Exp $

--- stable/xdg-shell/xdg-shell.xml.orig	2022-11-29 13:37:41.000000000 +0000
+++ stable/xdg-shell/xdg-shell.xml
@@ -111,7 +111,7 @@
 	Compositors can use this to determine if the client is still
 	alive. It's unspecified what will happen if the client doesn't
 	respond to the ping request, or in what timeframe. Clients should
-	try to respond in a reasonable amount of time. The “unresponsive”
+	try to respond in a reasonable amount of time. The "unresponsive"
 	error is provided for compositors that wish to disconnect unresponsive
 	clients.