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: Do not use ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a7cdd67e5dd3
branches: trunk
changeset: 391019:a7cdd67e5dd3
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Mon Jan 02 22:17:58 2023 +0000
description:
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.
diffstat:
devel/wayland-protocols/Makefile | 4 +-
devel/wayland-protocols/distinfo | 3 +-
devel/wayland-protocols/patches/patch-unstable_xdg-output_xdg-output-unstable-v1.xml | 30 ++++++++++
3 files changed, 34 insertions(+), 3 deletions(-)
diffs (58 lines):
diff -r 4e855c23814e -r a7cdd67e5dd3 devel/wayland-protocols/Makefile
--- a/devel/wayland-protocols/Makefile Mon Jan 02 21:17:52 2023 +0000
+++ b/devel/wayland-protocols/Makefile Mon Jan 02 22:17:58 2023 +0000
@@ -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
diff -r 4e855c23814e -r a7cdd67e5dd3 devel/wayland-protocols/distinfo
--- a/devel/wayland-protocols/distinfo Mon Jan 02 21:17:52 2023 +0000
+++ b/devel/wayland-protocols/distinfo Mon Jan 02 22:17:58 2023 +0000
@@ -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
diff -r 4e855c23814e -r a7cdd67e5dd3 devel/wayland-protocols/patches/patch-unstable_xdg-output_xdg-output-unstable-v1.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/wayland-protocols/patches/patch-unstable_xdg-output_xdg-output-unstable-v1.xml Mon Jan 02 22:17:58 2023 +0000
@@ -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