wok-6.x diff xorg-xcursorgen/receipt @ rev 14032
gocr: use pnm2png, not pnmtopng
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Feb 18 11:06:24 2013 +0100 (2013-02-18) |
parents | 07ae722ec64e |
children | eb8067417980 |
line diff
1.1 --- a/xorg-xcursorgen/receipt Sun Oct 31 00:13:37 2010 +0200 1.2 +++ b/xorg-xcursorgen/receipt Mon Feb 18 11:06:24 2013 +0100 1.3 @@ -5,7 +5,8 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="X cursor generator." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="xorg libpng zlib" 1.8 +DEPENDS="xorg-libX11 xorg-libXcursor libpng" 1.9 +BUILD_DEPENDS="xorg-libX11-dev xorg-libXcursor-dev libpng-dev" 1.10 SOURCE="xcursorgen" 1.11 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.12 WEB_SITE="http://www.x.org/"