]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - xkeyboard-config/xkeyboard-config.nm
glib2: Update to 2.39.4.
[people/ms/ipfire-3.x.git] / xkeyboard-config / xkeyboard-config.nm
CommitLineData
bfa29a54 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
bfa29a54
SS
4###############################################################################
5
802ea3af
MT
6name = xkeyboard-config
7version = 1.9
8release = 1
9arch = noarch
10
11maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
12groups = X/Utils
13url = http://www.x.org/
14license = MIT
15summary = X Keyboard Extension configuration data.
16
17description
18 This package contains configuration data used by the X Keyboard
19 Extension (XKB), which allows selection of keyboard layouts when
20 using a graphical interface.
21end
22
23source_dl = http://ftp.x.org/pub/individual/data/
24sources = %{thisapp}.tar.bz2
25
26build
27 requires
28 gettext
29 intltool
30 pkg-config
31 perl-XML-Parser
32 xorg-x11-util-macros
33 xorg-x11-xkb-utils
34 end
35
36 configure_options += \
37 --disable-static \
38 --with-xkb-base=/usr/share/X11/xkb \
39 --disable-xkbcomp-symlink \
40 --with-xkb-rules-symlink=xorg
41
42 make_install_targets += INSTALL="install -p"
43end
44
45packages
46 package %{name}
47 end
48end