libcroco: updated to 0.6.6

This commit is contained in:
Jose V Beneyto 2012-09-17 12:54:37 +02:00
parent d24ca94fd2
commit fa5d521980
2 changed files with 6 additions and 3 deletions

View File

@ -1 +1 @@
1429c597aa4b75fc610ab3a542c99209 libcroco-0.6.2.tar.bz2
bc2b2bb80f14e76caed4f76aa3a01070 libcroco-0.6.6.tar.xz

View File

@ -5,9 +5,9 @@
# Depends on: libxml2 pango
name=libcroco
version=0.6.2
version=0.6.6
release=1
source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.bz2)
source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
@ -17,4 +17,7 @@ build() {
make
make DESTDIR=$PKG install
ln -s libcroco-${version%.*}.la $PKG/usr/lib/libcroco.la
# remove gtk-doc
rm -r $PKG/usr/share
}