pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/wayland-protocols



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Tue Jan  3 20:43:35 UTC 2023

Modified Files:
        pkgsrc/devel/wayland-protocols: Makefile distinfo
Added Files:
        pkgsrc/devel/wayland-protocols/patches:
            patch-stable_xdg-shell_xdg-shell.xml

Log Message:
wayland-protocols: Fix x11/gtk3 build

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

BUmp PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/wayland-protocols/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/wayland-protocols/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/devel/wayland-protocols/patches/patch-stable_xdg-shell_xdg-shell.xml

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/wayland-protocols/Makefile
diff -u pkgsrc/devel/wayland-protocols/Makefile:1.10 pkgsrc/devel/wayland-protocols/Makefile:1.11
--- pkgsrc/devel/wayland-protocols/Makefile:1.10        Tue Jan  3 15:30:22 2023
+++ pkgsrc/devel/wayland-protocols/Makefile     Tue Jan  3 20:43:35 2023
@@ -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

Index: pkgsrc/devel/wayland-protocols/distinfo
diff -u pkgsrc/devel/wayland-protocols/distinfo:1.8 pkgsrc/devel/wayland-protocols/distinfo:1.9
--- pkgsrc/devel/wayland-protocols/distinfo:1.8 Tue Jan  3 15:30:23 2023
+++ pkgsrc/devel/wayland-protocols/distinfo     Tue Jan  3 20:43:35 2023
@@ -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

Added files:

Index: pkgsrc/devel/wayland-protocols/patches/patch-stable_xdg-shell_xdg-shell.xml
diff -u /dev/null pkgsrc/devel/wayland-protocols/patches/patch-stable_xdg-shell_xdg-shell.xml:1.1
--- /dev/null   Tue Jan  3 20:43:35 2023
+++ pkgsrc/devel/wayland-protocols/patches/patch-stable_xdg-shell_xdg-shell.xml Tue Jan  3 20:43:35 2023
@@ -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