2023-04-09 22:02:55 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
xwininfo: update to 1.1.6.
This release adds an option, disabled by default, to use libxcb-errors to
improve the reporting of any X protocol error messages that may occur.
To enable it, pass --with-xcb-errors to configure.
Alan Coopersmith (8):
gitlab CI: add a basic build test
Build xz tarballs instead of bzip2
Window_With_Name(): make sure cookies.get_net_wm_name is set
gitlab CI: stop requiring Signed-off-by in commits
Silence -Wdiscarded-qualifiers warning on systems with non-const iconv
Variable scope reduction as recommended by cppcheck
Add option to use libxcb-errors to improve X protocol error messages
xwininfo 1.1.6
|
2022-11-09 14:14:32 by Joerg Sonnenberger | Files touched by this commit (223) |
Log message:
Reset MAINTAINER
|
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
|
2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046) |
Log message:
all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F
With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.
This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
|
2019-11-14 12:04:01 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
xwininfo: update to 1.1.5.
Alan Coopersmith (4):
Update README for gitlab migration
Update configure.ac bug URL for gitlab migration
Clear -Wsign-compare warnings from gcc 7.3
xwininfo 1.1.5
David Hill (1):
In Find_Client, if (win == XCB_WINDOW_NONE), roots should be freed.
Stéphane Aulery (1):
Improve manpage and -h option
|
2018-03-10 23:21:14 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
xwininfo: update to 1.1.4.
Alan Coopersmith (5):
configure: Drop AM_MAINTAINER_MODE
autogen.sh: Honor NOCONFIGURE=1
Print which option was in error along with usage message
Add -version option to print program version
xwininfo 1.1.4
Emil Velikov (1):
autogen.sh: use quoted string variables
Mihail Konev (1):
autogen: add default patch prefix
Olivier Fourdan (1):
xwininfo: do not segfault on IO error
Peter Hutterer (1):
autogen.sh: use exec instead of waiting for configure to finish
|
2015-12-29 05:54:40 by David A. Holland | Files touched by this commit (61) |
Log message:
Whitespace.
|
2015-11-04 04:29:14 by Alistair G. Crooks | Files touched by this commit (670) |
Log message:
Add SHA512 digests for distfiles for x11 category
Problems found locating distfiles:
Package modular-xorg-server: missing distfile xorg-server-1.17.4.tar.bz2
Package py-qt4: missing distfile PyQt-mac-gpl-4.11.1.tar.gz
Package xservers: missing distfile xservers-3.3.6.5.tar.bz2
Package xview-clients: missing distfile xview3.2p1-X11R6.tar.gz
Package xview-lib: missing distfile xview3.2p1-X11R6.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2013-10-22 16:33:03 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
Fix following problem for X11_TYPE= (undefined), NetBSD/amd64 6.1.2.
dsimple.c:117:14: error: 'XCB_CONN_CLOSED_MEM_INSUFFICIENT' undeclared
Adds following constraint.
+BUILDLINK_API_DEPENDS.libxcb+= libxcb>=1.9
Thanks wiz@.
|