diff --git a/templates/xkbcomp/template b/templates/xkbcomp/template index 150815b6063..759485b439d 100644 --- a/templates/xkbcomp/template +++ b/templates/xkbcomp/template @@ -1,11 +1,15 @@ # Template build file for 'xkbcomp'. pkgname=xkbcomp version=1.0.5 -distfiles=" -http://xorg.freedesktop.org/releases/individual/app/$pkgname-$version.tar.bz2" +distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2" build_style=gnu_configure short_desc="XKBD keymap compiler" -checksum=09af0ab2c714066846ede7317564b658623d3c9e -longdesc=" +checksum=204403e0388e83127212109310037d17f56c3c3fd3c96d7dcaa0df99684f00c1 +long_desc=" The xkbcomp tool converts descriptions of an XKB keymap into other formats, most importantly the compiled keymaps used by XKB-capable X servers." + +Add_dependency full glibc +Add_dependency full libX11 +Add_dependency full libxkbfile +Add_dependency build pkg-config