libcroco: update to 0.6.7.

This commit is contained in:
Juan RP 2012-10-16 09:01:57 +02:00
parent 2e4b0c7799
commit a7e4ca71c9
2 changed files with 4 additions and 5 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'libcroco-devel'.
#
depends="glib-devel libxml2-devel libcroco>=${version}"
depends="glib-devel libxml2-devel ${sourcepkg}-${version}_${revision}"
short_desc="${sourcepkg} -- development files"
long_desc="${long_desc}

View File

@ -1,7 +1,8 @@
# Template build file for 'libcroco'.
pkgname=libcroco
version=0.6.6
version=0.6.7
revision=1
subpackages="$pkgname-devel"
build_style=gnu-configure
configure_args="--disable-static"
makedepends="pkg-config glib-devel libxml2-devel"
@ -10,11 +11,9 @@ maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-2.1"
homepage="http://www.gnome.org"
distfiles="${GNOME_SITE}/$pkgname/0.6/$pkgname-$version.tar.xz"
checksum=72ecace2f3d016a25f2b923c6d0cc76cced823e94171692c533f6c2088086bd9
checksum=892b8a7e311b80d0a5a633b8204fed5656d7af20e884719e5ec6e340e1f0cd88
long_desc="
The Libcroco project is a generic Cascading Style Sheet (CSS)
parsing and manipulation toolkit. It provides a Simple Api for CSS
and Cascading Style Sheet Object Model parser, a CSS2 selection
engine, and an XML/CSS layout/rendering engine."
subpackages="$pkgname-devel"