21 lines
745 B
Bash
21 lines
745 B
Bash
# Template file for 'xkeyboard-config'
|
|
pkgname=xkeyboard-config
|
|
version=2.37
|
|
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/${pkgname}/${pkgname}-${version}.tar.xz"
|
|
checksum=eb1383a5ac4b6210d7c7302b9d6fab052abdf51c5d2c9b55f1f779997ba68c6c
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|