void-packages/srcpkgs/xkeyboard-config/template
2021-10-08 11:44:34 -03:00

21 lines
751 B
Bash

# Template file for 'xkeyboard-config'
pkgname=xkeyboard-config
version=2.34
revision=1
build_style=gnu-configure
configure_args="--with-xkb-rules-symlink=xfree86,xorg --enable-compat-rules"
hostmakedepends="pkg-config libxslt intltool python3"
makedepends="libX11-devel xkbcomp"
depends="xkbcomp"
short_desc="X Keyboard Configuration Database"
maintainer="skmpz <dem.procopiou@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.bz2"
checksum=b321d27686ee7e6610ffe7b56e28d5bbf60625a1f595124cd320c0caa717b8ce
post_install() {
vlicense COPYING
}