[arch-commits] Commit in harfbuzz/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Sat Jul 25 11:11:18 UTC 2020
Date: Saturday, July 25, 2020 @ 11:11:17
Author: heftig
Revision: 392528
2.7.0-1
Modified:
harfbuzz/trunk/PKGBUILD
----------+
PKGBUILD | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-25 10:25:59 UTC (rev 392527)
+++ PKGBUILD 2020-07-25 11:11:17 UTC (rev 392528)
@@ -3,8 +3,8 @@
pkgbase=harfbuzz
pkgname=(harfbuzz harfbuzz-icu)
-pkgver=2.6.8
-pkgrel=3
+pkgver=2.7.0
+pkgrel=1
pkgdesc="OpenType text shaping engine"
url="https://www.freedesktop.org/wiki/Software/HarfBuzz"
arch=(x86_64)
@@ -12,7 +12,7 @@
makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection gtk-doc
ragel git python meson)
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() {
@@ -35,8 +32,9 @@
}
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 -rv tmp
}
package_harfbuzz() {
More information about the arch-commits
mailing list