void-packages/srcpkgs/xkeyboard-config/template
Piotr Wójcik 0e85078df7 xkeyboard-config: fix pl layout
Closes: #12245 [via git-merge-pr]
2018-03-08 00:13:48 -08:00

20 lines
653 B
Bash

# Template build file for 'xkeyboard-config'.
pkgname=xkeyboard-config
version=2.23.1
revision=2
noarch=yes
build_style=gnu-configure
configure_args="--with-xkb-rules-symlink=xfree86,xorg --enable-compat-rules"
hostmakedepends="pkg-config libxslt intltool"
makedepends="libX11-devel"
depends="xkbcomp"
short_desc="X Keyboard Configuration Database"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="https://www.freedesktop.org/wiki/Software/XKeyboardConfig"
license="MIT"
distfiles="${XORG_SITE}/data/$pkgname/$pkgname-$version.tar.bz2"
checksum=2a4bbc05fea22151b7a7c8ac2655d549aa9b0486bedc7f5a68c72716343b02f3
post_install() {
vlicense COPYING
}