From c3dfbd7435ca5083cbc5207dc1dbe8bc47296d9c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 10 Nov 2013 07:00:51 +0100 Subject: [PATCH] xtrans: update to 1.3.2. --- srcpkgs/xtrans/template | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/srcpkgs/xtrans/template b/srcpkgs/xtrans/template index 983be2bfd4d..187c7f5eb3a 100644 --- a/srcpkgs/xtrans/template +++ b/srcpkgs/xtrans/template @@ -1,22 +1,19 @@ # Template build file for 'xtrans'. pkgname=xtrans -version=1.2.5 -revision=3 +version=1.3.2 +revision=1 build_style=gnu-configure +hostmakedepends="pkg-config" short_desc="Network API translation layer to insulate X" homepage="http://xorg.freedesktop.org" license="MIT" maintainer="Juan RP " distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2" -checksum=cc71a391f4da8176e5daeeac1ddf5137ba5e8d2263cb93a49f9e2a9976b90899 -long_desc=" - Network API translation layer to insulate X applications and - libraries from OS network vageries. This is from the modular - X.org X11 project." +checksum=94177c89b74f594bcddc6a12825e9b464e17ab1977de671d25f67a4ea922cb87 xtrans_package() { noarch="yes" pkg_install() { - vmove usr + vmove all } }