mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/cairo to 1.17.4-3
This commit is contained in:
parent
717eceb6b1
commit
b200ace98a
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue