xwd: update to 1.0.4.
This commit is contained in:
parent
8b03509250
commit
aa61581c38
1 changed files with 6 additions and 5 deletions
|
@ -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 <xtraeme@gmail.com>"
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue