pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/wayland-protocols wayland-protocols: Fix x11/gtk...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b9b86d23be02
branches:  trunk
changeset: 391134:b9b86d23be02
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Tue Jan 03 20:43:35 2023 +0000

description:
wayland-protocols: Fix x11/gtk3 build

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

BUmp PKGREVISION.

diffstat:

 devel/wayland-protocols/Makefile                                     |   3 +-
 devel/wayland-protocols/distinfo                                     |   3 +-
 devel/wayland-protocols/patches/patch-stable_xdg-shell_xdg-shell.xml |  13 ++++++++++
 3 files changed, 17 insertions(+), 2 deletions(-)

diffs (41 lines):

diff -r 434ee4c2ccca -r b9b86d23be02 devel/wayland-protocols/Makefile
--- a/devel/wayland-protocols/Makefile  Tue Jan 03 19:10:37 2023 +0000
+++ b/devel/wayland-protocols/Makefile  Tue Jan 03 20:43:35 2023 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2023/01/03 15:30:22 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2023/01/03 20:43:35 ryoon Exp $
 
 DISTNAME=      wayland-protocols-1.31
+PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/${PKGVERSION_NOREV}/downloads/
 EXTRACT_SUFX=  .tar.xz
diff -r 434ee4c2ccca -r b9b86d23be02 devel/wayland-protocols/distinfo
--- a/devel/wayland-protocols/distinfo  Tue Jan 03 19:10:37 2023 +0000
+++ b/devel/wayland-protocols/distinfo  Tue Jan 03 20:43:35 2023 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.8 2023/01/03 15:30:23 wiz Exp $
+$NetBSD: distinfo,v 1.9 2023/01/03 20:43:35 ryoon Exp $
 
 BLAKE2s (wayland-protocols-1.31.tar.xz) = aaa11928e48d67577e1dc1009784791878d88f409e05942b208117518ede3d23
 SHA512 (wayland-protocols-1.31.tar.xz) = 402ce1915300e29afe554d77965ee0a28a5f22fdb5b901c4c640e59b9f3a9c11094e1edae87eea1e76eea557f6faf0c34a0c28ee7f6babb4dc3719329c4e25bf
 Size (wayland-protocols-1.31.tar.xz) = 85524 bytes
+SHA1 (patch-stable_xdg-shell_xdg-shell.xml) = 767110b838fefca2aaa34634d1ea770965defc8a
 SHA1 (patch-unstable_xdg-output_xdg-output-unstable-v1.xml) = 39ae91476384154119e995e3667940029bc336c8
diff -r 434ee4c2ccca -r b9b86d23be02 devel/wayland-protocols/patches/patch-stable_xdg-shell_xdg-shell.xml
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/wayland-protocols/patches/patch-stable_xdg-shell_xdg-shell.xml      Tue Jan 03 20:43:35 2023 +0000
@@ -0,0 +1,13 @@
+$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.
+ 


Home | Main Index | Thread Index | Old Index