libcroco: Update to 0.6.12, disable static build

This commit is contained in:
Predrag Ivanovic 2017-08-10 18:17:55 +02:00 committed by Fredrik Rinnestam
parent 09e76776bb
commit 4b7a53026e
4 changed files with 5 additions and 9 deletions

View File

@ -34,7 +34,6 @@ drwxr-xr-x root/root usr/include/libcroco-0.6/libcroco/
-rw-r--r-- root/root usr/include/libcroco-0.6/libcroco/libcroco-config.h
-rw-r--r-- root/root usr/include/libcroco-0.6/libcroco/libcroco.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libcroco-0.6.a
-rwxr-xr-x root/root usr/lib/libcroco-0.6.la
lrwxrwxrwx root/root usr/lib/libcroco-0.6.so -> libcroco-0.6.so.3.0.1
lrwxrwxrwx root/root usr/lib/libcroco-0.6.so.3 -> libcroco-0.6.so.3.0.1

View File

@ -1 +1 @@
dabc1911dfbfa85f8e6859ca47863168 libcroco-0.6.11.tar.xz
bc0984fce078ba2ce29f9500c6b9ddce libcroco-0.6.12.tar.xz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/WwaCyHNQWDOUOSy5AxU33dNZVaeWNVlYypxThFS/RQE1IkV8/btQCZImGsN1fUnaost8I7CP74ytXWiC25EBQU=
SHA256 (Pkgfile) = ded562e95baa486625093882fb080554e311b2cfa4d4c25b2e46e8ae9b313f47
SHA256 (.footprint) = 37ad1ea3e7c506f348ee7918369ca34c63a96132f6f9ca3512bb7769225a4ce5
SHA256 (libcroco-0.6.11.tar.xz) = 132b528a948586b0dfa05d7e9e059901bca5a3be675b6071a90a90b81ae5a056

View File

@ -5,14 +5,16 @@
# Depends on: libxml2 pango
name=libcroco
version=0.6.11
version=0.6.12
release=1
source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr
./configure --prefix=/usr \
--disable-static \
--disable-gtk-doc
make
make DESTDIR=$PKG install