xcursorgen: update to 1.0.4
This commit is contained in:
parent
d5539f6b39
commit
bd03335b00
1 changed files with 2 additions and 8 deletions
|
@ -1,12 +1,11 @@
|
|||
# Template build file for 'xcursorgen'.
|
||||
pkgname=xcursorgen
|
||||
version=1.0.3
|
||||
revision=1
|
||||
version=1.0.4
|
||||
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
short_desc="X cursor generator"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=ed5f3ffe881c21ffca85406e5a5f553ed4985cc5e9acdb535f682c33bebac254
|
||||
checksum=de2adb2f44ffee906024e53322aeb728d46061e6ca8e6f5a7e0da2c00d6f5f1d
|
||||
long_desc="
|
||||
$pkgname creates an X cursor file from a collection of PNG images."
|
||||
|
||||
|
@ -18,8 +17,3 @@ Add_dependency build pkg-config
|
|||
Add_dependency build libX11-devel
|
||||
Add_dependency build libXcursor-devel
|
||||
Add_dependency build libpng-devel
|
||||
|
||||
pre_configure()
|
||||
{
|
||||
sed -i -e "s|libpng12|libpng14|" ${wrksrc}/configure
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue