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