blob: ad437deb671525ccafda132aeac24b79055b3620 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Template file for 'xkeyboard-config'
pkgname=xkeyboard-config
version=2.41
revision=1
build_style=meson
configure_args="-Dxorg-rules-symlinks=true -Dcompat-rules=true"
hostmakedepends="pkg-config libxslt python3 intltool perl"
makedepends="libX11-devel xkbcomp"
depends="xkbcomp"
short_desc="X Keyboard Configuration Database"
maintainer="André Cerqueira <acerqueira021@gmail.com>"
license="MIT"
homepage="https://www.freedesktop.org/wiki/Software/XKeyboardConfig"
changelog="https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/-/raw/master/NEWS"
distfiles="${XORG_SITE}/data/xkeyboard-config/xkeyboard-config-${version}.tar.xz"
checksum=f02cd6b957295e0d50236a3db15825256c92f67ef1f73bf1c77a4b179edf728f
post_install() {
vlicense COPYING
}
|