Path to this page:
./
x11/xcb-util,
XCB Utilities
Branch: CURRENT,
Version: 0.4.1,
Package name: xcb-util-0.4.1,
Maintainer: pkgsrc-usersThe xcb-util module provides a number of libraries which sit on top of
libxcb, the core X protocol library, and some of the extension
libraries. These experimental libraries provide convenience functions
and interfaces which make the raw X protocol more usable. Some of the
libraries also provide client-side code which is not strictly part of
the X protocol but which have traditionally been provided by Xlib.
These libraries are currently included, roughly ordered by maturity:
render-util: Convenience functions for the Render extension.
aux: Convenient access to connection setup and some core requests.
atom: Standard core X atom constants and atom caching.
property: Callback X property-change handling.
icccm: Both client and window-manager helpers for ICCCM.
keysyms: Standard X key constants and conversion to/from keycodes.
event: Callback X event handling.
image: Port of Xlib's XImage and XShmImage functions.
wm: Framework for window manager implementation.
Required to run:[
x11/libxcb]
Required to build:[
devel/gperf] [
x11/xcb-proto] [
pkgtools/cwrappers] [
x11/xorgproto]
Master sites:
Filesize: 261.129 KB
Version history: (Expand)
- (2022-12-27) Updated to version: xcb-util-0.4.1
- (2014-10-20) Updated to version: xcb-util-0.4.0
- (2012-10-02) Updated to version: xcb-util-0.3.9nb1
- (2012-07-13) Updated to version: xcb-util-0.3.9
- (2012-06-11) Package has been reborn
- (2012-06-11) Package deleted from pkgsrc
CVS history: (Expand)
2022-12-26 23:10:43 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
xcb-util: update to 0.4.1.
Alan Coopersmith (10):
Update configure.ac bug URL for gitlab migration
Update README for gitlab migration
Add README.md to EXTRA_DIST
Build xz tarballs instead of bzip2
Update m4 to xorg/util/xcb-util-m4@c617eee22ae5c285e79e81
gitlab CI: add a basic build test
atoms: add format attribute to makenames() function
atoms: Fix type mismatch in xcb_atom_name_unique()
xcb_aux: handle -Wimplicit-int-conversion warnings from clang
xcb-util 0.4.1
Emil Velikov (1):
autogen.sh: use quoted string variables
Mihail Konev (1):
autogen: add default patch prefix
Peter Hutterer (1):
autogen.sh: use exec instead of waiting for configure to finish
|
2021-12-21 11:11:25 by Nia Alarie | Files touched by this commit (1) |
Log message:
xcb-util: Remove avoid-duplicate. This is causing problems during upload
because the builtin mechanism isn't working for whatever reason.
|
2021-12-03 13:36:32 by Nia Alarie | Files touched by this commit (1) |
Log message:
xcb-util: Unbreak tree (sorry, my bad!)
|
2021-12-01 14:01:17 by Nia Alarie | Files touched by this commit (38) |
Log message:
x11: Add avoid-duplicate.mk to Xorg library packages
|
2021-10-26 13:35:01 by Nia Alarie | Files touched by this commit (674) |
Log message:
x11: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./x11/py-qt4/distinfo PyQt4_gpl_mac-4.12.3.tar.gz
|
2021-10-07 17:14:47 by Nia Alarie | Files touched by this commit (675) |
Log message:
x11: Remove SHA1 hashes for distfiles
|
2019-11-03 10:14:21 by Roland Illig | Files touched by this commit (148) |
Log message:
x11: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
|
2017-08-16 22:21:18 by Thomas Klausner | Files touched by this commit (180) |
Log message:
Follow some http redirects.
|