pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/xorgproto xorgproto: update to 2021.4.
details: https://anonhg.NetBSD.org/pkgsrc/rev/65cf2b239c94
branches: trunk
changeset: 451702:65cf2b239c94
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Apr 30 09:42:33 2021 +0000
description:
xorgproto: update to 2021.4.
The big new feature in this release is Olivier's addition that makes up
XFixes 6: the new ClientDisconnectMode. An X server that is started on
demand (Xwayland) should ideally also terminate when the last client
disconnects. However, some X11 clients that provide system services will
linger around forever, preventing that shutdown.
With the new XFixes request, a client can designate itself as
to-be-terminated and the X server can ignore those clients when counting the
number of remaining clients. If no other clients are left, the server can
shut down.
Note that this requires changes to the X server and each client to work.
Hannah Rittich (1):
Corrected comments in keysymdef.h.
Olivier Fourdan (1):
xfixes: Add ClientDisconnectMode
Peter Hutterer (9):
Makefile.am: reorder the protocols to group by default and LEGACY
Makefile.am: move the man page rules to the top
Integrate the keysym verifier into make check
meson.build: use built-in variable substitution handling instead of sed
meson.build: install the protocol .txt files in doc
gitlab CI: add a job to compare meson and autotools standard installs
scripts: exit with 77 if python-libevdev is missing
gitlab CI: check that the autotools and meson versions are in sync
xorgproto 2021.4
Pierre Le Marre (1):
Deprecate XK_approxeq and XK_notapproxeq.
diffstat:
x11/xorgproto/Makefile | 4 ++--
x11/xorgproto/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (27 lines):
diff -r 728d7064bee2 -r 65cf2b239c94 x11/xorgproto/Makefile
--- a/x11/xorgproto/Makefile Fri Apr 30 09:01:48 2021 +0000
+++ b/x11/xorgproto/Makefile Fri Apr 30 09:42:33 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2021/02/25 07:06:12 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2021/04/30 09:42:33 wiz Exp $
-DISTNAME= xorgproto-2021.3
+DISTNAME= xorgproto-2021.4
CATEGORIES= x11 devel
MASTER_SITES= ${MASTER_SITE_XORG:=proto/}
EXTRACT_SUFX= .tar.bz2
diff -r 728d7064bee2 -r 65cf2b239c94 x11/xorgproto/distinfo
--- a/x11/xorgproto/distinfo Fri Apr 30 09:01:48 2021 +0000
+++ b/x11/xorgproto/distinfo Fri Apr 30 09:42:33 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2021/02/25 07:06:12 wiz Exp $
+$NetBSD: distinfo,v 1.14 2021/04/30 09:42:33 wiz Exp $
-SHA1 (xorgproto-2021.3.tar.bz2) = 6cff560a40ed151eaabbf221bb1713a635e128df
-RMD160 (xorgproto-2021.3.tar.bz2) = 572a75a13eedb8876b39de7980d597efc44252f4
-SHA512 (xorgproto-2021.3.tar.bz2) = 3965e8f7f9fbfb2ad8c315865e112e2743915e6b9669fb1ee9bdd376fe4dce0145d547c679a321763b3eaa54832c7a92ff627f36505e914d2a4c48c2246a800e
-Size (xorgproto-2021.3.tar.bz2) = 876100 bytes
+SHA1 (xorgproto-2021.4.tar.bz2) = dec30f11deefa1e1655db24f4dc42fbafad368fd
+RMD160 (xorgproto-2021.4.tar.bz2) = 7003602d02df7bda5da22412f6a35d4e144d4a11
+SHA512 (xorgproto-2021.4.tar.bz2) = 0d905e5f135daf7005e23371cbdc41a62d99567e0a20784e71ead0092ffd1e7582733819f7198add1d97edcc9aa80012ae01d2be8367280d69b41d0c25349367
+Size (xorgproto-2021.4.tar.bz2) = 885414 bytes
Home |
Main Index |
Thread Index |
Old Index