# 
# Compiler for XKB keyboard descriptions.
# 
# The xkbcomp keymap compiler converts a description of an XKB keymap
# into one of several output formats.  The most common use for xkbcomp is
# to create a compiled keymap file (.xkm extension) which can be read
# directly by XKB-capable X servers or utilities.
# 

QICFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe"
QICXXFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe"
QILDFLAGS="-s"
QICPPFLAGS="-D_FORTIFY_SOURCE=2"
pkgname=xkbcomp
pkgversion=1.4.6
arch=amd64
release=2
pkgcategory="xorg_app"
full_pkgname=xkbcomp_1.4.6_amd64-2@xorg_app
blurb="Compiler for XKB keyboard descriptions."
homepage="https://www.x.org"
license="MIT X Consortium"
fetch="https://www.x.org/releases/individual/app/xkbcomp-1.4.6.tar.gz"
replace=""