[arch-commits] Commit in lib32-harfbuzz/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Sat Jul 25 11:27:10 UTC 2020
Date: Saturday, July 25, 2020 @ 11:27:10
Author: heftig
Revision: 665264
2.7.0-1
Modified:
lib32-harfbuzz/trunk/PKGBUILD
----------+
PKGBUILD | 16 +++++++---------
1 file changed, 7 insertions(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-25 11:08:40 UTC (rev 665263)
+++ PKGBUILD 2020-07-25 11:27:10 UTC (rev 665264)
@@ -3,8 +3,8 @@
pkgbase=lib32-harfbuzz
pkgname=(lib32-harfbuzz lib32-harfbuzz-icu)
-pkgver=2.6.8
-pkgrel=3
+pkgver=2.7.0
+pkgrel=1
pkgdesc="OpenType text shaping engine (32-bit)"
url="https://www.freedesktop.org/wiki/Software/HarfBuzz"
arch=(x86_64)
@@ -12,7 +12,7 @@
makedepends=(lib32-glib2 lib32-freetype2 lib32-cairo lib32-icu ragel git python
meson harfbuzz)
checkdepends=(python-fonttools python-setuptools)
-_commit=e4203c14699cc0903a2b4611167a7b99532cfdb0 # tags/2.6.8^0
+_commit=a01c7a380b9a3351bc7056c816e1340b5374a6f8 # tags/2.7.0^0
source=("git+https://github.com/harfbuzz/harfbuzz#commit=$_commit")
sha256sums=('SKIP')
@@ -23,9 +23,6 @@
prepare() {
cd harfbuzz
-
- # Meson fixes
- git cherry-pick -n 53b0a183c7a4 3adcf398a02f
}
build() {
@@ -36,13 +33,14 @@
arch-meson harfbuzz build \
--libdir=/usr/lib32 \
-D introspection=disabled \
- -D gtk_doc=disabled
+ -D docs=disabled
meson compile -C build
}
check() {
- TMPDIR="$srcdir" meson test -C build --print-errorlogs
- rm -rf "$srcdir"/tmp*
+ mkdir -p tmp
+ TMPDIR="$PWD/tmp" meson test -C build --print-errorlogs
+ rm -r tmp
}
package_lib32-harfbuzz() {
More information about the arch-commits
mailing list