summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpingplug2023-02-06 17:49:25 +0800
committerpingplug2023-02-06 17:49:25 +0800
commit95717e86e9bd7f017ef0f1f1a5318eaf2642d3c0 (patch)
treef1808b1aa14b8d4752324c3d3b343ee7dba852df
parent0f0c2cc8c69066ec55f16bc507edb06d8a43d853 (diff)
downloadaur-95717e86e9bd7f017ef0f1f1a5318eaf2642d3c0.tar.gz
updated to 1.17.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2dd5a74bcbb..06814589e0d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mingw-w64-cairo
pkgdesc = 2D graphics library with support for multiple output devices (mingw-w64)
- pkgver = 1.17.6
- pkgrel = 3
+ pkgver = 1.17.8
+ pkgrel = 1
url = https://cairographics.org
arch = any
license = LGPL
@@ -20,7 +20,7 @@ pkgbase = mingw-w64-cairo
options = !strip
options = !buildflags
options = staticlibs
- source = git+https://gitlab.freedesktop.org/cairo/cairo.git#commit=b43e7c6f3cf7855e16170a06d3a9c7234c60ca94
+ source = git+https://gitlab.freedesktop.org/cairo/cairo.git#commit=c3b672634f0635af1ad0ffa8c15b34fc7c1035cf
source = 0026-create-argb-fonts.all.patch
sha256sums = SKIP
sha256sums = 6db6c44fbdb4926d09afa978fe80430186c4b7b7d255059602b1f94c6a079975
diff --git a/PKGBUILD b/PKGBUILD
index bd9b247b92ee..95cb057c59b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
# Contributor: Xiao-Long Chen < chenxiaolong at cxl dot epac dot to >
-_commit=b43e7c6f3cf7855e16170a06d3a9c7234c60ca94 # tags/1.17.6^0
+_commit=c3b672634f0635af1ad0ffa8c15b34fc7c1035cf # tags/1.17.8^0
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
pkgname=mingw-w64-cairo
-pkgver=1.17.6
-pkgrel=3
+pkgver=1.17.8
+pkgrel=1
pkgdesc="2D graphics library with support for multiple output devices (mingw-w64)"
arch=('any')
url="https://cairographics.org"
@@ -47,11 +47,11 @@ build() {
--buildtype=release \
--default-library=both \
-D b_lto=false \
+ -D dwrite=disabled \
+ -D gtk_doc=false \
-D spectre=disabled \
- -D tee=enabled \
- -D tests=disabled \
-D symbol-lookup=disabled \
- -D gtk_doc=false
+ -D tests=disabled
meson compile -C build-${_arch}
done
}