Skip to content
  • Peter Hutterer's avatar
    gitlab CI: check for new XF86 keysyms in the xorgproto repo · 2a0c538c
    Peter Hutterer authored
    xorgproto 2021.2 and later has a recognizable pattern for adding new keysyms
    to XF86keysym.h based on the Linux kernel input-event-codes.h. Use this to
    detect any keysyms that are present in the header file but not yet in
    symbols/inet.
    
    This is merely a gitlab CI job as we only have to do an actual update once
    every few months or so. A git diff is sufficient here too, it contains all the
    information we will need to understand what is missing from the updated file.
    
    We check xorgproto master because that gives us some heads-up on what will
    come. There is a minor chance that we are mapping keycodes that change before
    the release but it's minor and fixable anyway.
    
    Requires: xorg/proto/xorgproto!23
    
    
    
    Signed-off-by: default avatarPeter Hutterer <peter.hutterer@who-t.net>
    2a0c538c