2022-04-18 21:12:27 by Adam Ciarcinski | Files touched by this commit (1798) | |
Log message:
revbump for textproc/icu update
|
2022-02-15 10:34:29 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
libxkbcommon: update to 1.4.0.
libxkbcommon 1.4.0 - 2022-02-04
==================
- Add `enable-tools` option to Meson build (on by default) to allow disabling
the `xkbcli` tools.
Contributed by Alex Xu (Hello71).
- In `xkbcli list`, fix "YAML Norway problem" in output.
Contributed by Peter Hutterer.
- In libxkbregistry, variants now inherit iso639, iso3166 and brief from parent
layout if omitted.
Contributed by M Hickford.
- In libxkbregistry, don't call `xmlCleanupParser()` - it's not supposed to
be called by libraries.
Contributed by Peter Hutterer.
- In libxkbregistry, skip over invalid ISO-639 or ISO-3166 entries.
Contributed by Peter Hutterer.
|
2021-12-08 17:07:18 by Adam Ciarcinski | Files touched by this commit (3063) |
Log message:
revbump for icu and libffi
|
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
|
2021-09-13 08:56:57 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
libxkbcommon: update to 1.3.1.
libxkbcommon 1.3.1 - 2021-09-10
==================
- In `xkbcli interactive-x11`, use the Esc keysym instead of the Esc keycode
for quitting.
Contributed by Simon Ser.
- In `xkbcli how-to-type`, add `--keysym` argugment for how to type a keysym
instead of a Unicode codepoint.
- Fix a crash in `xkb_x11_keymap_new_from_device` error handling given some
invalid keymaps. Regressed in 1.2.0.
Reported by Zack Weinberg. Tested by Uli Schlachter.
|
2021-05-02 21:20:54 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
libxkbcommon: update to 1.3.0.
libxkbcommon 1.3.0 - 2021-05-01
==================
- Change `xkbcli list` to output YAML, instead of the previous ad-hoc format.
This allows to more easily process the information in a programmetic way, for
example
xkbcli list | yq -r ".layouts[].layout"
Contributed by Peter Hutterer.
- Optimize a certain part of keymap compilation (atom interning).
- Fix segmentation fault in case-insensitive `xkb_keysym_from_name` for certain
values like the empty string.
Contributed by Isaac Freund.
- Support building libxkbcommon as a meson subproject.
Contributed by Adrian Perez de Castro.
- Add `ftruncate` fallback for `posix_fallocate` in `xkbcli interactive-wayland`
for FreeBSD.
Contributed by Evgeniy Khramtsov.
- Properly export library symbols in MSVC.
Contributed by Adrian Perez de Castro.
|
2021-04-21 13:43:04 by Adam Ciarcinski | Files touched by this commit (1822) |
Log message:
revbump for textproc/icu
|
2021-04-13 12:11:12 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
libxkbcommon: update to 1.2.1.
libxkbcommon 1.2.1 - 2021-04-07
==================
- Fix `xkb_x11_keymap_new_from_device()` failing when the keymap contains key
types with missing level names, like the one used by the `numpad:mac` option
in xkeyboard-config. Regressed in 1.2.0.
|
2021-04-13 12:10:22 by Thomas Klausner | Files touched by this commit (1) |
Log message:
libxkbcommon: remove gmake from tools, uses meson
|