libcroco: update to 0.6.5.
This commit is contained in:
parent
4ad708badf
commit
ec4d51854e
2 changed files with 6 additions and 3 deletions
|
@ -7,7 +7,9 @@ long_desc="${long_desc}
|
|||
|
||||
Add_dependency run glib-devel
|
||||
Add_dependency run libxml2-devel
|
||||
Add_dependency run libcroco
|
||||
Add_dependency run libcroco ">=${version}"
|
||||
|
||||
noarch=yes
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
|
|
|
@ -1,13 +1,14 @@
|
|||
# Template build file for 'libcroco'.
|
||||
pkgname=libcroco
|
||||
version=0.6.4
|
||||
version=0.6.5
|
||||
homepage="http://www.gnome.org"
|
||||
distfiles="${GNOME_SITE}/$pkgname/0.6/$pkgname-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
short_desc="Toolkit to parse and manipulate CSS (Cascading Style Sheets)"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="LGPL-2.1"
|
||||
checksum=c816bad3406c52a98d84a2222c0e4a7b70ee0640b49cde4a236deaa02c4232ea
|
||||
checksum=2c6959c3644e889264a61c35ddf17401c86943681d4fe3c1682ecd9acabda7e3
|
||||
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 a new issue