cairo: new package at 1.16.0

This commit is contained in:
Muhammad Herdiansyah 2019-07-27 12:39:31 +00:00
parent dcfd1fc804
commit adeb34614c
5 changed files with 19 additions and 0 deletions

11
testing/cairo/build Executable file
View File

@ -0,0 +1,11 @@
#!/bin/sh -e
./configure \
--prefix=/usr \
--disable-static \
--enable-tee \
--enable-gl \
--enable-egl
make
make DESTDIR="$1" install

1
testing/cairo/checksums Normal file
View File

@ -0,0 +1 @@
5e7b29b3f113ef870d1e3ecf8adf21f923396401604bda16d44be45e66052331 cairo-1.16.0.tar.xz

5
testing/cairo/depends Normal file
View File

@ -0,0 +1,5 @@
libpng
mesa
libX11
libXext
libffi

1
testing/cairo/sources Normal file
View File

@ -0,0 +1 @@
https://cairographics.org/releases/cairo-1.16.0.tar.xz

1
testing/cairo/version Normal file
View File

@ -0,0 +1 @@
1.16.0 1