extra/cairo to 1.17.4-3

This commit is contained in:
Kevin Mihelich 2020-12-17 17:25:41 +00:00
parent 717eceb6b1
commit b200ace98a

View file

@ -7,7 +7,7 @@
pkgname=cairo
pkgver=1.17.4
pkgrel=2
pkgrel=3
pkgdesc="2D graphics library with support for multiple output devices"
url="https://cairographics.org/"
arch=(x86_64)
@ -29,6 +29,10 @@ pkgver() {
prepare() {
cd cairo
# Fix library versioning
# https://bugs.archlinux.org/task/69012
git cherry-pick -n e9ccb1d8d095482e4139da658e679d5aad56b184
# Disable XCB backend for Xlib surfaces
# https://bugs.archlinux.org/task/68839
git apply -3 ../xlib-xcb.diff