Sync from SUSE:SLFO:Main setxkbmap revision 06f1369c488661b7e335b08c58476302

This commit is contained in:
Adrian Schröter 2024-05-04 00:36:00 +02:00
commit 024d1ecadc
4 changed files with 148 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

BIN
setxkbmap-1.3.4.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

66
setxkbmap.changes Normal file
View File

@ -0,0 +1,66 @@
-------------------------------------------------------------------
Tue May 16 01:25:57 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
- Update to version 1.3.4
* gitlab CI: stop requiring Signed-off-by in commits
* Be more careful about querying randr
* Fix "Xwayland" spelling
* Check for the XWAYLAND extension
* Route the Xwayland warning through stderr
-------------------------------------------------------------------
Sun Apr 3 20:54:47 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
- Update to version 1.3.3
* bugfix release
-------------------------------------------------------------------
Fri Mar 12 22:40:49 UTC 2021 - Dirk Müller <dmueller@suse.com>
- modernise spec file (move license to licensedir)
-------------------------------------------------------------------
Mon Jul 15 09:49:47 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
- Update to version 1.3.2
* Correct error messages for missing/invalid file passed to -config
* Update configure.ac bug URL for gitlab migration
* autogen.sh: use quoted string variables
* autogen.sh: use exec instead of waiting for configure to finish
* autogen: add default patch prefix
* Update README for gitlab migration
-------------------------------------------------------------------
Fri Apr 24 14:03:39 UTC 2015 - sndirsch@suse.com
- Update to version 1.3.1:
* Move global rules variable into applyRules, the only function that uses it
* Make len a size_t instead of converting back & forth to an int
* Use C99 struct initializer for cmdNames in applyComponentNames
* config: Add missing AC_CONFIG_SRCDIR
* configure: Drop AM_MAINTAINER_MODE
* autogen.sh: Honor NOCONFIGURE=1
* Printing the program's version number on -version.
* Fixing a small mistake in the man page -- s/comp/map/.
* Ensure consistency between the manpage and the output of the -h option
-------------------------------------------------------------------
Sat Apr 14 20:16:52 UTC 2012 - dimstar@opensuse.org
- Update to version 1.3.0:
+ Mention xkeyboard-config(7) in setxkbmap(1)
+ Add const attributes to fix gcc -Wwrite-strings warnings
+ Minor style changes in help message.
+ Few messages added for easier troubleshooting.
+ Consistent handling of memory allocation errors.
+ Removed unused arg subdir in function findFileInPath()
+ Bug in searching config files fixed.
+ Data refactored: list_t introduced to keep list and its sizes
together.
+ Bugs fixes: fdo#34117, fdo#34118, fdo#34151.
-------------------------------------------------------------------
Fri Apr 13 08:46:08 UTC 2012 - vuntz@opensuse.org
- Split setxkbmap from xorg-x11. Initial version: 1.2.0.

56
setxkbmap.spec Normal file
View File

@ -0,0 +1,56 @@
#
# spec file for package setxkbmap
#
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: setxkbmap
Version: 1.3.4
Release: 0
Summary: Utility to change the keyboard layout in X
License: MIT
Group: System/X11/Utilities
URL: https://xorg.freedesktop.org/
Source0: https://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.xz
BuildRequires: pkgconfig
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xkbfile)
BuildRequires: pkgconfig(xorg-macros) >= 1.8
BuildRequires: pkgconfig(xrandr)
# This was part of the xorg-x11 package up to version 7.6
Conflicts: xorg-x11 <= 7.6
%description
setxkbmap is an X11 client to change the keymaps in the X server for a
specified keyboard to use the layout determined by the options listed
on the command line.
%prep
%setup -q
%build
%configure
%make_build
%install
%make_install
%files
%license COPYING
%doc ChangeLog README.md
%{_bindir}/setxkbmap
%{_mandir}/man1/setxkbmap.1%{?ext_man}
%changelog