Edit

kc3-lang/libxkbcommon/scripts/update-keysyms

Branch :

  • Show log

    Commit

  • Author : Pierre Le Marre
    Date : 2024-03-07 14:20:42
    Hash : ddbefb67
    Message : keysyms: Make locale explicit in scripts/update-keysyms

  • scripts/update-keysyms
  • #!/bin/sh
    # Run this to regenerate xkbcommon-keysyms.h from the X11 headers
    # defining the keysyms and update the name <-> keysym mapping.
    export LC_CTYPE=C.UTF-8
    export LC_COLLATE=C.UTF-8
    scripts/makeheader > include/xkbcommon/xkbcommon-keysyms.h
    scripts/makekeys include/xkbcommon/xkbcommon-keysyms.h > src/ks_tables.h
    scripts/update-headers.py