From b95d9ed429836346792bdd959eef6b6dd82ff803 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Sat, 19 Aug 2023 13:47:45 +0000 Subject: automatic import of setxkbmap --- setxkbmap.spec | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 setxkbmap.spec (limited to 'setxkbmap.spec') diff --git a/setxkbmap.spec b/setxkbmap.spec new file mode 100644 index 0000000..70a3bcb --- /dev/null +++ b/setxkbmap.spec @@ -0,0 +1,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 - 1.3.4-1 +- import package -- cgit v1.2.3