./x11/xkbcomp, XKBD keymap compiler

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.4.6, Package name: xkbcomp-1.4.6, Maintainer: pkgsrc-users

The xkbcomp tool converts descriptions of an XKB keymap into other
formats, most importantly the compiled keymaps used by XKB-capable
X servers.


Required to build:
[pkgtools/x11-links] [pkgtools/cwrappers] [x11/xorgproto]

Master sites:

Filesize: 228.145 KB

Version history: (Expand)


CVS history: (Expand)


   2022-12-08 10:54:21 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
xkbcomp: update to 1.4.6.

Alan Coopersmith (5):
      Fix "upercase" typo
      Build xz tarballs instead of bzip2
      gitlab CI: update to new templates
      man page: remove out-of-date COPYRIGHT section
      xkbcomp 1.4.6

Benno Schulenberg (2):
      suppress the "Could not resolve" warning when 'warningLevel' is zero
      suppress four more warnings when 'warningLevel' is zero

Matt Turner (1):
      configure: Use AC_SYS_LARGEFILE to enable large file support
   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
   2021-03-17 09:18:53 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
xkbcomp: update to 1.4.5.

No exciting changes here. If anything, this release is less exciting than
previous versions.

The default keymaps now all ship with high keycodes which the server won't
support and and they also include keycodes that aren't mapped to any
keysyms. So screaming multiple warnings at every user on every keymap
compile about this is rather pointless and generates unwanted bugs.

These blood-curdling, adrenaline-laden warnings have been downgraded to mere
informational messages. And we all know no-one reads those.

Peter Hutterer (7):
      Remove trailing whitespaces
      gitlab CI: add basic build test
      Replace WARN[1-9], ERROR[1-9], etc. with their unnumbered version
      Downgrade the warning for missing symbols to info
      keycodes: downgrade the >255 keycode warning to an info
      keycodes: compress the high keycode warning
      xkbcomp 1.4.5
   2020-11-05 10:17:06 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
xkbcomp: update to 1.4.4.

Alan Coopersmith (1):
      Fix spelling/wording issues

Miroslav Koškár (1):
      Fix lockdevbtn to be XkbSA_LockDeviceBtn action

Peter Hutterer (3):
      For -R and after chdir, add the current directory to the path
      Don't pretend unresolved symbols are an error
      xkbcomp 1.4.4
   2020-02-20 23:38:03 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
xkbcomp: update to 1.4.3.

Adam Jackson (1):
     Suppress high-keycode warnings at the default warning level

Alan Coopersmith (1):
     Update configure.ac bug URL for gitlab migration

Andreas Boll (2):
     pkgconfig: Remove unneeded Requires.private
     configure: Remove unused AC_SUBST([REQUIRED_MODULES])

Andreas Wettstein (1):
     xkbcomp Fix missing support for "affect" and incorrect modifier \ 
handling for ISOLock

Dimitry Andric (1):
     Don't compare with string literals

Matt Turner (1):
     xkbcomp 1.4.3

Miroslav Koškár (1):
     Fix invalid error report on F_Accel field

Peter Hutterer (1):
     Error out if we have no default path
   2020-02-08 10:16:56 by Kamil Rytarowski | Files touched by this commit (1)
Log message:
xkbcomp: restrict -Wno-error=string-compare to clang

The original reproducer was on clang 10git rather than gcc.