pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xorgproto



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Apr 30 09:42:33 UTC 2021

Modified Files:
        pkgsrc/x11/xorgproto: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/x11/xorgproto/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/x11/xorgproto/distinfo

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

Modified files:

Index: pkgsrc/x11/xorgproto/Makefile
diff -u pkgsrc/x11/xorgproto/Makefile:1.15 pkgsrc/x11/xorgproto/Makefile:1.16
--- pkgsrc/x11/xorgproto/Makefile:1.15  Thu Feb 25 07:06:12 2021
+++ pkgsrc/x11/xorgproto/Makefile       Fri Apr 30 09:42:33 2021
@@ -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

Index: pkgsrc/x11/xorgproto/distinfo
diff -u pkgsrc/x11/xorgproto/distinfo:1.13 pkgsrc/x11/xorgproto/distinfo:1.14
--- pkgsrc/x11/xorgproto/distinfo:1.13  Thu Feb 25 07:06:12 2021
+++ pkgsrc/x11/xorgproto/distinfo       Fri Apr 30 09:42:33 2021
@@ -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