16 lines
539 B
Plaintext
16 lines
539 B
Plaintext
|
# Template build file for 'setxkbmap'.
|
||
|
pkgname=setxkbmap
|
||
|
version=1.0.4
|
||
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
||
|
build_style=gnu_configure
|
||
|
short_desc="Set the keyboard map using the X Keyboard Extension"
|
||
|
checksum=9b5b139238419757d57de584c2ad30b853367245eef49221ce02a3b403cf2bac
|
||
|
long_desc="
|
||
|
The setxkbmap command maps the keyboard to use the layout determined
|
||
|
by the options specified on the command line."
|
||
|
|
||
|
Add_dependency full glibc
|
||
|
Add_dependency full libX11
|
||
|
Add_dependency full libxkbfile
|
||
|
Add_dependency build pkg-config
|