1
0
forked from pool/libxkbcommon

libxkbcommon 1.8.0

This commit is contained in:
Jan Engelhardt 2025-02-04 23:59:33 +01:00
parent 79edfe34a5
commit d8cd2e1410
4 changed files with 25 additions and 15 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:65782f0a10a4b455af9c6baab7040e2f537520caa2ec2092805cdfd36863b247
size 534312

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Feb 4 22:05:54 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.8
* `NoSymbol` is now systematically dropped in multi-keysyms
levels.
* Added the upper case mapping ß → ẞ (`ssharp` → `U1E9E`). This
enable to type ẞ using CapsLock thanks to the internal
capitalization rules.
* Updated keysyms case mappings to cover full Unicode 16.0.
* Implemented the `GroupLatch` action, usually activated with
the keysym `ISO_Group_Latch`.
* Symbols: Added support for multiple actions per levels.
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Mar 23 22:14:16 UTC 2024 - Jan Engelhardt <jengelh@inai.de> Sat Mar 23 22:14:16 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
# #
# spec file for package libxkbcommon # spec file for package libxkbcommon
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2025 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -23,15 +23,14 @@
%endif %endif
Name: libxkbcommon Name: libxkbcommon
Version: 1.7.0 Version: 1.8.0
Release: 0 Release: 0
Summary: Library for handling xkb descriptions Summary: Library for handling xkb descriptions
License: MIT License: MIT
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
URL: http://xkbcommon.org/ URL: https://xkbcommon.org/
#Git-Clone: https://github.com/xkbcommon/libxkbcommon #Git-Clone: https://github.com/xkbcommon/libxkbcommon
Source: https://xkbcommon.org/download/libxkbcommon-%version.tar.xz Source: https://github.com/xkbcommon/libxkbcommon/archive/refs/tags/xkbcommon-%version.tar.gz
Source2: baselibs.conf Source2: baselibs.conf
BuildRequires: bison BuildRequires: bison
BuildRequires: flex BuildRequires: flex
@ -149,7 +148,7 @@ This is aimed at tools that provide a listing of available keyboard
layouts to the user. layouts to the user.
%prep %prep
%autosetup -p1 %autosetup -p1 -n libxkbcommon-xkbcommon-%version
%build %build
%if %{with x11} %if %{with x11}
@ -165,12 +164,9 @@ ef=-Denable-x11=false
%meson_install %meson_install
chmod -x %buildroot/%_datadir/bash-completion/completions/xkbcli* chmod -x %buildroot/%_datadir/bash-completion/completions/xkbcli*
%post -n libxkbcommon0 -p /sbin/ldconfig %ldconfig_scriptlets -n libxkbcommon0
%postun -n libxkbcommon0 -p /sbin/ldconfig %ldconfig_scriptlets -n libxkbcommon-x11-0
%post -n libxkbcommon-x11-0 -p /sbin/ldconfig %ldconfig_scriptlets -n libxkbregistry0
%postun -n libxkbcommon-x11-0 -p /sbin/ldconfig
%post -n libxkbregistry0 -p /sbin/ldconfig
%postun -n libxkbregistry0 -p /sbin/ldconfig
%files -n libxkbcommon0 %files -n libxkbcommon0
%license LICENSE %license LICENSE

BIN
xkbcommon-1.8.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.