diff options
author | wiz <wiz@pkgsrc.org> | 2014-01-02 19:51:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-01-02 19:51:00 +0000 |
commit | 072b1d642443ac273c3a9b56afef0df6d15addbc (patch) | |
tree | cf6002e70e94b985e1a2578326501f54bc9bc417 /x11/py-xcbgen | |
parent | e3ed3eb4f093c206200899df865ff11d34ac46fb (diff) | |
download | pkgsrc-072b1d642443ac273c3a9b56afef0df6d15addbc.tar.gz |
Update to 1.10:
it's time for a new xcb-proto release. This is just for some minor
bug fixes and to make the libxcb release work.
Thanks to everyone who helped!
Changes:
Daniel Martin (6):
xinput: Add XI2 event enum. for event selection
xv: Remove obsolete comments in EncodingInfo and QueryEncodings
Add note on pretty patches and src/.gitattributes
xkb: Comment out Doodads
xkb: Comment out the struct Property and {Get, Set}Geometry
xkb: Comment out intermixed fixed size fields and lists
Julien Cristau (1):
Add news for 1.10
Matt Turner (1):
xcbgen: Remove tab from xtypes.py.
Peter Harris (4):
Present: Remove reference to nonexistent enum
sync: Add missing namespace for the INT64 struct
sync: VALUETYPE and TESTTYPE are enum
xinput: Explicitly specify NotifyMode and NotifyDetail
Ran Benita (1):
xkb: Add struct Property as per spec (commented out)
Uli Schlachter (3):
Rename ge events to GeGeneric events
Add NEWS entries for release 1.9
Release xcb-proto 1.10
Diffstat (limited to 'x11/py-xcbgen')
-rw-r--r-- | x11/py-xcbgen/Makefile | 6 | ||||
-rw-r--r-- | x11/py-xcbgen/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/x11/py-xcbgen/Makefile b/x11/py-xcbgen/Makefile index d5eada66375..f39cc37b821 100644 --- a/x11/py-xcbgen/Makefile +++ b/x11/py-xcbgen/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2013/11/08 13:09:40 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2014/01/02 19:51:00 wiz Exp $ -DISTNAME= xcb-proto-1.9 -PKGNAME= ${PYPKGPREFIX}-xcbgen-1.9 +DISTNAME= xcb-proto-1.10 +PKGNAME= ${PYPKGPREFIX}-xcbgen-1.10 CATEGORIES= x11 MASTER_SITES= http://xcb.freedesktop.org/dist/ EXTRACT_SUFX= .tar.bz2 diff --git a/x11/py-xcbgen/distinfo b/x11/py-xcbgen/distinfo index ffe4bc25f63..cde6135ac20 100644 --- a/x11/py-xcbgen/distinfo +++ b/x11/py-xcbgen/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2013/11/08 13:09:40 wiz Exp $ +$NetBSD: distinfo,v 1.9 2014/01/02 19:51:00 wiz Exp $ -SHA1 (xcb-proto-1.9.tar.bz2) = b22d6d64d1bb2490b61f5afb4f0be1f6efcfd8b7 -RMD160 (xcb-proto-1.9.tar.bz2) = 4430c15f9fde2b8ff8a8ab4863a64246656d7fc2 -Size (xcb-proto-1.9.tar.bz2) = 136421 bytes +SHA1 (xcb-proto-1.10.tar.bz2) = 4595edfab6ab38f1f42f02f1caab5891fe114db3 +RMD160 (xcb-proto-1.10.tar.bz2) = 09300f79cf8d9f1b46ad167d27c72f1cf6822116 +Size (xcb-proto-1.10.tar.bz2) = 138834 bytes SHA1 (patch-ae) = 569fede9974f9e2bc51de9bb187c9721baf21ab9 |