* update cairo to 1.18.2-2

This commit is contained in:
Alexander Baldeck 2024-10-06 14:15:09 +02:00
parent f97588229e
commit 041fca33cf
2 changed files with 10 additions and 2 deletions

View File

@ -1,9 +1,13 @@
pkgbase = cairo
pkgdesc = 2D graphics library with support for multiple output devices
pkgver = 1.18.2
pkgrel = 1
pkgrel = 2
url = https://cairographics.org/
arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
license = LGPL-2.1-only OR MPL-1.1
makedepends = git
makedepends = gtk-doc

View File

@ -9,7 +9,7 @@ pkgname=(
cairo-docs
)
pkgver=1.18.2
pkgrel=1
pkgrel=2
pkgdesc="2D graphics library with support for multiple output devices"
url="https://cairographics.org/"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
@ -40,6 +40,10 @@ b2sums=('ff661ec100a24a457c91b928ad537e783e59ffc56812aa1d1da09bfe425390f8e6df019
prepare() {
cd cairo
# https://gitlab.archlinux.org/archlinux/packaging/packages/cairo/-/issues/2
# https://gitlab.freedesktop.org/cairo/cairo/-/issues/870
git cherry-pick -n f19e2fe080ddcfce93c8234a919fd882f3d63362
}
build() {