[arch-commits] Commit in lib32-harfbuzz/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Tue May 4 07:14:29 UTC 2021
Date: Tuesday, May 4, 2021 @ 07:14:29
Author: heftig
Revision: 927355
2.8.1-1
Modified:
lib32-harfbuzz/trunk/PKGBUILD
----------+
PKGBUILD | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-04 05:06:46 UTC (rev 927354)
+++ PKGBUILD 2021-05-04 07:14:29 UTC (rev 927355)
@@ -3,16 +3,16 @@
pkgbase=lib32-harfbuzz
pkgname=(lib32-harfbuzz lib32-harfbuzz-icu)
-pkgver=2.8.0
-pkgrel=3
+pkgver=2.8.1
+pkgrel=1
pkgdesc="OpenType text shaping engine (32-bit)"
url="https://www.freedesktop.org/wiki/Software/HarfBuzz"
arch=(x86_64)
license=(MIT)
-makedepends=(lib32-glib2 lib32-freetype2 lib32-cairo lib32-icu ragel git python
- meson harfbuzz)
+makedepends=(lib32-glib2 lib32-freetype2 lib32-icu ragel git python meson
+ harfbuzz)
checkdepends=(python-fonttools python-setuptools)
-_commit=03538e872a0610a65fad692b33d3646f387cf578 # tags/2.8.0^0
+_commit=b37f03f16b39d397a626f097858e9ae550234ca0 # tags/2.8.1^0
source=("git+https://github.com/harfbuzz/harfbuzz#commit=$_commit")
sha256sums=('SKIP')
@@ -32,6 +32,8 @@
arch-meson harfbuzz build \
--libdir=/usr/lib32 \
+ -D cairo=disabled \
+ -D chafa=disabled \
-D introspection=disabled \
-D docs=disabled
meson compile -C build
More information about the arch-commits
mailing list