cairo: 1.18.0

This commit is contained in:
Owen Rafferty 2023-09-27 21:21:41 -05:00
parent d2cc50addb
commit 948cc8ea48
No known key found for this signature in database
4 changed files with 15 additions and 24 deletions

View File

@ -1,26 +1,17 @@
#!/bin/sh -e
# Disable building 'cairo-sphinx'.
sed -e "s/\(BUILD_SPHINX_TRUE=\)/\1'#'/" \
-e "s/\(BUILD_SPHINX_FALSE=\)'#'/\1=/" \
configure > _
mv -f _ configure
export DESTDIR="$1"
# Disable building tests and documentation.
sed 's/boilerplate test perf//g;s/src doc/src/g' Makefile.in > _
mv -f _ Makefile.in
sed meson.build
sh ./configure \
--prefix=/usr \
--disable-static \
--enable-tee \
--disable-xlib-xcb \
--disable-xcb \
--disable-xlib-xrender \
--disable-xlib \
--disable-trace \
--disable-valgrind \
--disable-gtk-doc-html
meson setup \
-Dprefix=/usr \
-Dtee=enabled \
-Dxcb=disabled \
-Dxlib=disabled \
-Dxlib-xcb=disabled \
-Dtests=disabled \
. output
make
make DESTDIR="$1" install
ninja -C output
ninja -C output install

View File

@ -1 +1 @@
33e88a21de1fa52405f3952647b3bfd21d5d9d394e1abbc9ddb050a8ca09e35a74
55b4b6406668e08dd6b816beba82c86df8e9a5468352c66597badb4f6583930e6a

View File

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

View File

@ -1 +1 @@
1.16.0 1
1.18.0 1