From 4633105b8e5a902fd35fabdf71404159b56fb5da Mon Sep 17 00:00:00 2001
From: Juan RP <xtraeme@gmail.com>
Date: Mon, 11 Jan 2010 01:16:22 +0100
Subject: [PATCH] xwininfo: sanitize deps, bumprev.

--HG--
extra : convert_revision : 09683a4d596445e8c40037491a3f9f2f5e655863
---
 srcpkgs/xwininfo/template | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/xwininfo/template b/srcpkgs/xwininfo/template
index 88684141e67..e0b0bf4136d 100644
--- a/srcpkgs/xwininfo/template
+++ b/srcpkgs/xwininfo/template
@@ -1,6 +1,7 @@
 # Template build file for 'xwininfo'.
 pkgname=xwininfo
 version=1.0.5
+revision=1
 distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
 build_style=gnu_configure
 short_desc="Query information about X windows"
@@ -11,8 +12,10 @@ long_desc="
  information about windows.
 
  This is from the modular X.org X11 project."
- 
+
+Add_dependency run glibc
+Add_dependency run libXext
+Add_dependency run libX11
 Add_dependency build pkg-config
-Add_dependency full glibc
-Add_dependency full libXext
-Add_dependency full libXmu
+Add_dependency build libXext-devel
+Add_dependency build libX11-devel