From fa878630f1b8f06463fef8ce223c98e26ae052fb Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 24 Mar 2009 12:34:29 +0100 Subject: [PATCH] xkbcomp: new deps style. --HG-- extra : convert_revision : 1f4d5195b88ef939488222d48ae76df895e6142b --- templates/xkbcomp/template | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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