mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +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
|
pkgname=cairo
|
||||||
pkgver=1.17.4
|
pkgver=1.17.4
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="2D graphics library with support for multiple output devices"
|
pkgdesc="2D graphics library with support for multiple output devices"
|
||||||
url="https://cairographics.org/"
|
url="https://cairographics.org/"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
|
@ -29,6 +29,10 @@ pkgver() {
|
||||||
prepare() {
|
prepare() {
|
||||||
cd cairo
|
cd cairo
|
||||||
|
|
||||||
|
# Fix library versioning
|
||||||
|
# https://bugs.archlinux.org/task/69012
|
||||||
|
git cherry-pick -n e9ccb1d8d095482e4139da658e679d5aad56b184
|
||||||
|
|
||||||
# Disable XCB backend for Xlib surfaces
|
# Disable XCB backend for Xlib surfaces
|
||||||
# https://bugs.archlinux.org/task/68839
|
# https://bugs.archlinux.org/task/68839
|
||||||
git apply -3 ../xlib-xcb.diff
|
git apply -3 ../xlib-xcb.diff
|
||||||
|
|
Loading…
Reference in a new issue