diff --git a/srcpkgs/xwd/template b/srcpkgs/xwd/template index 0ca06cd031f..78f6b5d4860 100644 --- a/srcpkgs/xwd/template +++ b/srcpkgs/xwd/template @@ -1,17 +1,18 @@ # Template build file for 'xwd'. pkgname=xwd -version=1.0.3 +version=1.0.4 distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2" build_style=gnu_configure short_desc="Dump an image of an X window" maintainer="Juan RP " -checksum=fff2dbea086c554463d4309209ee05e026b7f19900598f55e0a24a6d7a7ee3fd +checksum=b7a6c889911a0ab52f9f92a83658abb81e213969ad4e6c73c11c9274a438b01e long_desc=" Xwd is an X Window System window dumping utility. Xwd allows X users to store window images in a specially formatted dump file. This file can then be read by various other X utilities for redisplay, printing, editing, formatting, archiving, image processing, etc." - + +Add_dependency run glibc +Add_dependency run libX11 Add_dependency build pkg-config -Add_dependency full glibc -Add_dependency full libX11 +Add_dependency build libX11-devel