2024-02-21 11:32:01 by Nia Alarie | Files touched by this commit (1) |
Log message:
libxkbfile: Fix building with compilers that default to c89.
|
2024-02-09 22:13:53 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
libxkbfile: update to 1.1.3.
This release adds support for building with meson as well as autoconf.
Please test building with meson and report any issues you hit to our
gitlab issue tracker at:
https://gitlab.freedesktop.org/xorg/lib/libxkbfile/-/issues
as we plan on removing the autoconf build support in a future release.
Alan Coopersmith (13):
configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
Set close-on-exec when opening files
_XkbMakeAtom: remove check for impossible case
_XkbInitAtoms: check for malloc() failure
XkbChangeAtomDisplay: stop leaking atom name
XkbCFReportError: avoid -Wformat-nonliteral warning
XkbWriteCFile: stop leaking header file ifdef name
DefaultParser: avoid -Wimplicit-fallthrough warnings
xkbtext.c: Add tbGetBufferString helper function
XkbIndentText: Fix -Wsign-compare warning
Fix -Wsign-compare warnings in xkbtext.c & xkmread.c
Add a meson build system
libxkbfile 1.1.3
|
2022-12-09 00:35:00 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
libxkbfile: update to 1.1.2.
Matt Turner (2):
configure: Use AC_SYS_LARGEFILE to enable large file support
libxkbfile 1.1.2
|
2022-11-09 14:14:32 by Joerg Sonnenberger | Files touched by this commit (223) |
Log message:
Reset MAINTAINER
|
2022-10-18 09:50:27 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
libxkbfile: update to 1.1.1.
Alan Coopersmith (6):
Use strndup if available to avoid -Wstringop-overflow warning from gcc 9
Convert check for strcasecmp to normal autoconf style
Build xz tarballs instead of bzip2
Fix spelling/wording issues
gitlab CI: add a basic build test
libxkbfile 1.1.1
Benno Schulenberg (1):
fix an off-by-one error in copying the name of a virtual modifier
Peter Hutterer (2):
Escape non-printable characters correctly
unifdef NOTYET
Ran Benita (1):
Fix check for appending '|' character when applying rules
|
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-03-17 09:13:53 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
libxkbfile: update to 1.1.0.
This release adds support for the NoLock, NoUnlock, and genKeyEvent flags.
Alan Coopersmith (5):
Remove obsolete B16 & B32 tags in struct definitions
Update README for gitlab migration
Update configure.ac bug URL for gitlab migration
Add description of libxkbfile to README.md
libxkbfile 1.1.0
Andreas Wettstein (3):
Add missing support for NoLock and NoUnlock flags
Add support for genKeyEvent flag
Fix mistyped argument of sizeof
Emil Velikov (1):
autogen.sh: use quoted string variables
Martin Burggraf (1):
correcting mathematical nonsense
Mihail Konev (1):
autogen: add default patch prefix
Peter Hutterer (1):
autogen.sh: use exec instead of waiting for configure to finish
|
2018-01-07 14:04:44 by Roland Illig | Files touched by this commit (583) |
Log message:
Fix indentation in buildlink3.mk files.
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was
reviewed manually.
There are some .include lines that still are indented with zero spaces
although the surrounding .if is indented. This is existing practice.
|