André Cerqueira 4a0323c30e xkeyboard-config: fix upstream issue.
use backslashes instead of slashes for line continuation

This fixes 324
(https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/-/issues/324)
2022-09-02 15:42:34 -04:00

21 lines
745 B
Bash

# Template file for 'xkeyboard-config'
pkgname=xkeyboard-config
version=2.36
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="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=1f1bb1292a161d520a3485d378609277d108cd07cde0327c16811ff54c3e1595
post_install() {
vlicense COPYING
}