libcroco: update to 0.6.6.
This commit is contained in:
parent
d54ba78f89
commit
844752060a
|
@ -1,12 +1,11 @@
|
|||
# Template file for 'libcroco-devel'.
|
||||
#
|
||||
depends="glib-devel libxml2-devel libcroco>=0.6.5"
|
||||
depends="glib-devel libxml2-devel libcroco>=${version}"
|
||||
short_desc="${sourcepkg} -- development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
|
||||
noarch=yes
|
||||
|
||||
do_install() {
|
||||
|
|
|
@ -1,16 +1,16 @@
|
|||
# Template build file for 'libcroco'.
|
||||
pkgname=libcroco
|
||||
version=0.6.5
|
||||
homepage="http://www.gnome.org"
|
||||
distfiles="${GNOME_SITE}/$pkgname/0.6/$pkgname-$version.tar.xz"
|
||||
version=0.6.6
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
makedepends="pkg-config glib-devel libxml2-devel"
|
||||
revision=1
|
||||
short_desc="Toolkit to parse and manipulate CSS (Cascading Style Sheets)"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="LGPL-2.1"
|
||||
checksum=2c6959c3644e889264a61c35ddf17401c86943681d4fe3c1682ecd9acabda7e3
|
||||
homepage="http://www.gnome.org"
|
||||
distfiles="${GNOME_SITE}/$pkgname/0.6/$pkgname-$version.tar.xz"
|
||||
checksum=72ecace2f3d016a25f2b923c6d0cc76cced823e94171692c533f6c2088086bd9
|
||||
long_desc="
|
||||
The Libcroco project is a generic Cascading Style Sheet (CSS)
|
||||
parsing and manipulation toolkit. It provides a Simple Api for CSS
|
||||
|
|
Loading…
Reference in New Issue