If you thought the 2021.2 release was exciting, well, you're in for a
surprise: this one even builds with meson! How cool is that?!
Somewhat related: the new script to generate and verify the keysyms was
missing from the (autotools-generated) tarball, causing a meson build from
that tarball to fail during the setup phase. This is fixed now.
No changes to the rest of the sources, so this is effectively identical to
yesterday's tarball.
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorgproto?expand=0&rev=12
This release is mostly all about keysyms. Some additions to Vietnamese and
Hangul but the big set of commits here is catching up with several years of
Linux kernel releases.
The kernel's evdev interface has semantic keycodes (e.g. KEY_ESC is what
you'd expect). Beyond the normal range expected to change with different
layouts there are many keycodes that should only ever do one thing.
For example, KEY_ONSCREEN_KEYBOARD should display the OSK regardless of
layout). In the past, we've added these keysyms on a as-requested basis.
We now have a reserved subrange in the already reserved range for XF86Foo
keysyms. Within that range, keysyms map directly to their evdev
counterparts, making future updates easier. The above example
KEY_ONSCREEN_KEYBOARD now has a XF86OnScreenKeyboard keysym.
The header file follows a strict convention to make this range
machine-readable, xkeyboard-config can make use of this to
make those keysyms available by default. Note that almost all keys are
outside the X keycode range so very little will change under X.
Note that most keys exist on selected devices only so the practial use is
quite limited. But those keysyms are available through normal XKB
configuration so users can re-map existing keys where needed.
Aside from those, a bit of misc cleanup work. Many thanks to all
contributors.
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorgproto?expand=0&rev=11
- Obsolete protocol packages by their corresponding old package names, not by
their pkconfig(...) provides. Additionally move the obsoletes to the -devel
package to take effect.
- Create package xorgproto with initial version 2018.4:
This package contains all previously split up xorg protocol headers in one
package (again!). Additionally this package contains two new protocol
versions required by the upcoming XServer 1.20:
+ dri3proto version 1.2
+ randrproto version 1.6
- Obsolete the old *prot packages by using the actual protocol version to keep
this package compatible with the old versioning scheme.
- "Prefer: xorgproto-devel" in the project config is required to prefer it for
now
If things with
"Prefer: xorgproto-devel"
in the project config works out in factory, I'll make delete requests
for *proto packages.
OBS-URL: https://build.opensuse.org/request/show/620406
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xorgproto?expand=0&rev=1