Name: keyboardctl Version: 20150219git Release: 1mamba Summary: Keymap setup program Group: System/Configuration Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://github.com/manjaro/keyboardctl ## GITSOURCE https://github.com/manjaro/keyboardctl.git master Source: https://github.com/manjaro/keyboardctl.git/master/keyboardctl-%{version}.tar.bz2 License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: perl-devel ## AUTOBUILDREQ-END BuildRoot: %{_tmppath}/%{name}-%{version}-root %description This package provides the console with the same keyboard configuration scheme as the X Window System. As a result, there is no need to duplicate or change the keyboard files just to make simple customizations such as the use of dead keys, the key functioning as AltGr or Compose key, the key(s) to switch between Latin and non-Latin mode, etc. %prep %setup -q sed -i "s|/usr/lib/systemd/|/lib/systemd/|" Makefile %build %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %post %systemd_post %{name} : %preun %systemd_preun %{name} : %postun %systemd_postun %{name} : %files %defattr(-,root,root) %config(noreplace) %{_sysconfdir}/keyboard.conf %{_bindir}/ckbcomp %{_bindir}/kbctl %{_bindir}/keyboardctl %{_unitdir}/keyboardctl.service %doc AUTHORS COPYING #%doc README %changelog * Thu Feb 19 2015 Silvan Calarco 20150219git-1mamba - package created using the webbuild interface