summaryrefslogtreecommitdiff
path: root/setxkbmap.spec
blob: 70a3bcbbe3a74501bce97bbe4d8f002488a02b97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Name:       setxkbmap
Version:    1.3.4
Release:    1
Summary:    X11 keymap client
License:    MIT
URL:        https://www.x.org
Source0:    https://www.x.org/releases/individual/app/%{name}-%{version}.tar.xz

BuildRequires: make
BuildRequires: gcc
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xkbfile)
BuildRequires: pkgconfig(xorg-macros) >= 1.8
BuildRequires: pkgconfig(xrandr)

%description
%{name} 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. An XKB keymap is constructed from a number of
components which are compiled only as needed.

%package_help

%prep
%autosetup

%build
%configure
%make_build

%install
%make_install

%files
%license COPYING
%{_bindir}/setxkbmap

%files help
%{_mandir}/man1/setxkbmap.1*

%changelog
* Tue May 16 2023 Funda Wang <fundawang@yeah.net> - 1.3.4-1
- import package