[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][xorg-team/proto/xorgproto][debian-unstable] 6 commits: XF86keysyms.h: add new keycodes from kernel v5.13



Title: GitLab

Timo Aaltonen pushed to branch debian-unstable at X Strike Force / proto / xorgproto

Commits:

4 changed files:

Changes:

  • configure.ac
    ... ... @@ -23,7 +23,7 @@ dnl Process this file with autoconf to create configure.
    23 23
     
    
    24 24
     AC_PREREQ([2.60])
    
    25 25
     # keep version in sync with meson.build
    
    26
    -AC_INIT([xorgproto], [2021.5],
    
    26
    +AC_INIT([xorgproto], [2022.1],
    
    27 27
             [https://gitlab.freedesktop.org/xorg/proto/xorgproto/issues])
    
    28 28
     AM_INIT_AUTOMAKE([foreign dist-bzip2])
    
    29 29
     
    

  • debian/changelog
    1
    +xorgproto (2022.1-1) unstable; urgency=medium
    
    2
    +
    
    3
    +  * New upstream release.
    
    4
    +
    
    5
    + -- Timo Aaltonen <tjaalton@debian.org>  Fri, 22 Apr 2022 09:42:51 +0300
    
    6
    +
    
    1 7
     xorgproto (2021.5-1) unstable; urgency=medium
    
    2 8
     
    
    3 9
       [ Timo Aaltonen ]
    

  • include/X11/XF86keysym.h
    ... ... @@ -394,6 +394,8 @@
    394 394
     #define XF86XK_VoiceCommand		_EVDEVK(0x246)		/* v3.16 KEY_VOICECOMMAND */
    
    395 395
     #define XF86XK_Assistant		_EVDEVK(0x247)		/* v4.13 KEY_ASSISTANT */
    
    396 396
     /* Use: XK_ISO_Next_Group		_EVDEVK(0x248)		   v5.2  KEY_KBD_LAYOUT_NEXT */
    
    397
    +#define XF86XK_EmojiPicker		_EVDEVK(0x249)		/* v5.13 KEY_EMOJI_PICKER */
    
    398
    +#define XF86XK_Dictate			_EVDEVK(0x24A)		/* v5.17 KEY_DICTATE */
    
    397 399
     #define XF86XK_BrightnessMin		_EVDEVK(0x250)		/* v3.16 KEY_BRIGHTNESS_MIN */
    
    398 400
     #define XF86XK_BrightnessMax		_EVDEVK(0x251)		/* v3.16 KEY_BRIGHTNESS_MAX */
    
    399 401
     #define XF86XK_KbdInputAssistPrev	_EVDEVK(0x260)		/* v3.18 KEY_KBDINPUTASSIST_PREV */
    

  • meson.build
    ... ... @@ -19,7 +19,7 @@
    19 19
     # SOFTWARE.
    
    20 20
     
    
    21 21
     # keep version in sync with configure.ac
    
    22
    -project('xorgproto', 'c', license : 'MIT', version : '2021.5')
    
    22
    +project('xorgproto', 'c', license : 'MIT', version : '2022.1')
    
    23 23
     cc = meson.get_compiler('c')
    
    24 24
     
    
    25 25
     pcs = [
    


  • Reply to: