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:           Mon Jan  2 22:17:58 UTC 2023

Modified Files:
        pkgsrc/devel/wayland-protocols: Makefile distinfo
Added Files:
        pkgsrc/devel/wayland-protocols/patches:
            patch-unstable_xdg-output_xdg-output-unstable-v1.xml

Log Message:
wayland-protocols: Do not use multibyte characters in .xml file

Fix build failure of x11/gtk3+-3.24.36. However there should be
a root cause of this problem anywhere outside devel/wayland-protocols.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/wayland-protocols/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/wayland-protocols/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/devel/wayland-protocols/patches/patch-unstable_xdg-output_xdg-output-unstable-v1.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.8 pkgsrc/devel/wayland-protocols/Makefile:1.9
--- pkgsrc/devel/wayland-protocols/Makefile:1.8 Thu Aug 11 05:08:14 2022
+++ pkgsrc/devel/wayland-protocols/Makefile     Mon Jan  2 22:17:58 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2022/08/11 05:08:14 gutteridge Exp $
+# $NetBSD: Makefile,v 1.9 2023/01/02 22:17:58 ryoon Exp $
 
 DISTNAME=      wayland-protocols-1.26
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    devel
 MASTER_SITES=  https://wayland.freedesktop.org/releases/
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/devel/wayland-protocols/distinfo
diff -u pkgsrc/devel/wayland-protocols/distinfo:1.6 pkgsrc/devel/wayland-protocols/distinfo:1.7
--- pkgsrc/devel/wayland-protocols/distinfo:1.6 Thu Aug  4 15:29:00 2022
+++ pkgsrc/devel/wayland-protocols/distinfo     Mon Jan  2 22:17:58 2023
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.6 2022/08/04 15:29:00 nia Exp $
+$NetBSD: distinfo,v 1.7 2023/01/02 22:17:58 ryoon Exp $
 
 BLAKE2s (wayland-protocols-1.26.tar.xz) = fae11be1ef0962b90964dd16b5366a31c321a12e118cb7c510e027999b5dec7b
 SHA512 (wayland-protocols-1.26.tar.xz) = fa9c3963b548197461c8c0b9e16ebbf9cfa5b60053fc17f51b41e63a55b8c5420dd7e42313f93946b438ab47f04e1cd17bc92aae9e1074b47177dc7ce7042167
 Size (wayland-protocols-1.26.tar.xz) = 81028 bytes
+SHA1 (patch-unstable_xdg-output_xdg-output-unstable-v1.xml) = 39ae91476384154119e995e3667940029bc336c8

Added files:

Index: pkgsrc/devel/wayland-protocols/patches/patch-unstable_xdg-output_xdg-output-unstable-v1.xml
diff -u /dev/null pkgsrc/devel/wayland-protocols/patches/patch-unstable_xdg-output_xdg-output-unstable-v1.xml:1.1
--- /dev/null   Mon Jan  2 22:17:58 2023
+++ pkgsrc/devel/wayland-protocols/patches/patch-unstable_xdg-output_xdg-output-unstable-v1.xml Mon Jan  2 22:17:58 2023
@@ -0,0 +1,30 @@
+$NetBSD: patch-unstable_xdg-output_xdg-output-unstable-v1.xml,v 1.1 2023/01/02 22:17:58 ryoon Exp $
+
+* Remove 0x97 characters to fix gtk3 under NetBSD/amd64 10.99.2 as of 2022-01-03.
+
+--- unstable/xdg-output/xdg-output-unstable-v1.xml.orig        2022-07-07 15:48:25.360891600 +0000
++++ unstable/xdg-output/xdg-output-unstable-v1.xml
+@@ -129,18 +129,18 @@
+       may apply a different scale from what is advertised by the output
+       scaling property (to achieve fractional scaling, for example).
+ 
+-      For example, for a wl_output mode 3840×2160 and a scale factor 2:
++      For example, for a wl_output mode 3840x2160 and a scale factor 2:
+ 
+       - A compositor not scaling the surface buffers will advertise a
+-        logical size of 3840×2160,
++        logical size of 3840x2160,
+ 
+       - A compositor automatically scaling the surface buffers will
+-        advertise a logical size of 1920×1080,
++        advertise a logical size of 1920x1080,
+ 
+       - A compositor using a fractional scale of 1.5 will advertise a
+-        logical size of 2560×1440.
++        logical size of 2560x1440.
+ 
+-      For example, for a wl_output mode 1920×1080 and a 90 degree rotation,
++      For example, for a wl_output mode 1920x1080 and a 90 degree rotation,
+       the compositor will advertise a logical size of 1080x1920.
+ 
+       The logical_size event is sent after creating an xdg_output



Home | Main Index | Thread Index | Old Index