20 lines
736 B
Bash
20 lines
736 B
Bash
# Template file for 'xkeyboard-config'
|
|
pkgname=xkeyboard-config
|
|
version=2.35.1
|
|
revision=2
|
|
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="Orphaned <orphan@voidlinux.org>"
|
|
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=18ce50ff0c74ae6093062bce1aeab3d363913ea35162fe271f8a0ce399de85cc
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|