Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37689339
en ru br
ALT Linux repos
S:2.37-alt1
5.0: 1.5-alt1
4.1: 1.3-alt2.M41.1
4.0: 1.0-alt2.M40.4

Group :: System/X11
RPM: xkeyboard-config

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: xkeyboard-config
Summary: XML-based XKB configuration registry
Version: 1.5
Release: alt1
License: X11/MIT
Group: System/X11
Url: http://gswitchit.sourceforge.net/
Packager: Valery Inozemtsev <shrek at altlinux.ru>

Provides: xorg-x11-xkbdata xkbdata
Obsoletes: xorg-x11-xkbdata <= 1.0.1-alt4
Requires: libX11 >= 1.1.3-alt5

Source: %name-%version.tar
Patch: %name-%version-%release.patch

BuildRequires: gettext glib2-devel intltool perl-XML-Parser xkbcomp

%description
Just XML stuff. Later hopefully will be part of Xorg

%prep
%setup -q
%patch -p1

%build
intltoolize --force
%autoreconf
%configure \
--with-xkb-base=%_datadir/X11/xkb \
--enable-compat-rules \
--with-xkb-rules-symlink=xorg \
--disable-xkbcomp-symlink
%make

for d in compat geometry keycodes keymap semantics symbols types; do
cd $d
xkbcomp -lfhlpR -o $d.dir '*'
cd ../
done

%install
%make DESTDIR=%buildroot install

rm -f %buildroot%_datadir/X11/xkb/compiled

%find_lang %name

%pre
[ ! -d %_datadir/X11/xkb/symbols/pc ] || rm -fr %_datadir/X11/xkb/symbols/pc

%files -f %name.lang
%doc AUTHORS CREDITS NEWS README COPYING docs/HOWTO.testing docs/HOWTO.transition
%doc docs/README.config docs/README.enhancing docs/README.symbols
%_datadir/X11/xkb

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin