libcroco: update to 0.6.4.
This commit is contained in:
parent
665e7c6fc9
commit
aac16efe39
2 changed files with 4 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'libcroco-devel'.
|
# Template file for 'libcroco-devel'.
|
||||||
#
|
#
|
||||||
short_desc="${sourcepkg} development files"
|
short_desc="${sourcepkg} -- development files"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
@ -9,8 +9,7 @@ Add_dependency run glib-devel
|
||||||
Add_dependency run libxml2-devel
|
Add_dependency run libxml2-devel
|
||||||
Add_dependency run libcroco
|
Add_dependency run libcroco
|
||||||
|
|
||||||
do_install()
|
do_install() {
|
||||||
{
|
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
vmove usr/share usr
|
vmove usr/share usr
|
||||||
vmove usr/lib/pkgconfig usr/lib
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
# Template build file for 'libcroco'.
|
# Template build file for 'libcroco'.
|
||||||
pkgname=libcroco
|
pkgname=libcroco
|
||||||
version=0.6.3
|
version=0.6.4
|
||||||
homepage="http://www.gnome.org"
|
homepage="http://www.gnome.org"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/0.6/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/0.6/$pkgname-$version.tar.xz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="Toolkit to parse and manipulate CSS (Cascading Style Sheets)"
|
short_desc="Toolkit to parse and manipulate CSS (Cascading Style Sheets)"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
checksum=8b7c565bf3eae1dff0a09d128fc3726acc1a492a7de23b25dce803a4f93d42c1
|
checksum=c816bad3406c52a98d84a2222c0e4a7b70ee0640b49cde4a236deaa02c4232ea
|
||||||
long_desc="
|
long_desc="
|
||||||
The Libcroco project is a generic Cascading Style Sheet (CSS)
|
The Libcroco project is a generic Cascading Style Sheet (CSS)
|
||||||
parsing and manipulation toolkit. It provides a Simple Api for CSS
|
parsing and manipulation toolkit. It provides a Simple Api for CSS
|
||||||
|
|
Loading…
Reference in a new issue