From cb41631b2296efc0dae10a17f2756a4e57116bc7 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Wed, 21 Feb 2018 18:34:45 -0300 Subject: [PATCH] libxkbui: use xorgproto. --- srcpkgs/libxkbui/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libxkbui/template b/srcpkgs/libxkbui/template index 1d858c1d69f..a129d9fc181 100644 --- a/srcpkgs/libxkbui/template +++ b/srcpkgs/libxkbui/template @@ -1,10 +1,10 @@ # Template build file for 'libxkbui'. pkgname=libxkbui version=1.0.2 -revision=7 +revision=8 build_style=gnu-configure hostmakedepends="pkg-config" -makedepends="xproto xextproto libXt-devel libxkbfile-devel" +makedepends="xorgproto libXt-devel libxkbfile-devel" short_desc="xkbui library from X.org" maintainer="Juan RP " homepage="${XORG_SITE}"