xcursorgen: rebuild against libpng-1.5.
This commit is contained in:
parent
9c95749ed4
commit
6f8273ddb9
2 changed files with 4 additions and 5 deletions
|
@ -1,13 +1,12 @@
|
|||
# Template build file for 'xcursorgen'.
|
||||
pkgname=xcursorgen
|
||||
version=1.0.4
|
||||
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
revision=1
|
||||
makedepends="pkg-config libX11-devel libXcursor-devel libpng-devel"
|
||||
makedepends="pkg-config libX11-devel libXcursor-devel libpng-devel>=1.5.10"
|
||||
short_desc="X cursor generator"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
||||
checksum=de2adb2f44ffee906024e53322aeb728d46061e6ca8e6f5a7e0da2c00d6f5f1d
|
||||
long_desc="
|
||||
$pkgname creates an X cursor file from a collection of PNG images."
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
libX11.so.6
|
||||
libXcursor.so.1
|
||||
libpng14.so.14
|
||||
libc.so.6
|
||||
libpng15.so.15
|
||||
|
|
Loading…
Reference in a new issue