Date: Thursday, October 20, 2022 @ 23:59:53
Author: heftig
Revision: 458487
archrelease: copy trunk to extra-x86_64
Added:
harfbuzz/repos/extra-x86_64/PKGBUILD
(from rev 458486, harfbuzz/trunk/PKGBUILD)
Deleted:
harfbuzz/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 196 +++++++++++++++++++++++++++++++++++--------------------------
1 file changed, 114 insertions(+), 82 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-20 23:59:42 UTC (rev 458486)
+++ PKGBUILD 2022-10-20 23:59:53 UTC (rev 458487)
@@ -1,82 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
-# Contributor: Jan de Groot <[email protected]>
-
-pkgbase=harfbuzz
-pkgname=(harfbuzz harfbuzz-icu)
-pkgver=5.3.0
-pkgrel=1
-pkgdesc="OpenType text shaping engine"
-url="https://www.freedesktop.org/wiki/Software/HarfBuzz"
-arch=(x86_64)
-license=(MIT)
-makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection gtk-doc
- ragel git python meson chafa)
-checkdepends=(python-fonttools python-setuptools)
-options=(debug)
-_commit=3ce4b8f5c94fe351165243b209ccb9759917f5cb # tags/5.3.0^0
-source=("git+https://github.com/harfbuzz/harfbuzz#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
- cd harfbuzz
- git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
- cd harfbuzz
-}
-
-build() {
- # Harfbuzz wants no exceptions
- CFLAGS="${CFLAGS/-fexceptions/}"
- CXXFLAGS="${CXXFLAGS/-fexceptions/}"
-
- arch-meson harfbuzz build \
- -D graphite2=enabled
- meson compile -C build
-}
-
-check() {
- mkdir -p tmp
- TMPDIR="$PWD/tmp" meson test -C build --print-errorlogs
- rm -r tmp
-}
-
-_pick() {
- local p="$1" f d; shift
- for f; do
- d="$srcdir/$p/${f#$pkgdir/}"
- mkdir -p "$(dirname "$d")"
- mv "$f" "$d"
- rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
- done
-}
-
-package_harfbuzz() {
- depends=(glib2 freetype2 graphite libglib-2.0.so libfreetype.so
- libgobject-2.0.so)
- provides=(libharfbuzz.so libharfbuzz-subset.so libharfbuzz-gobject.so)
- optdepends=('cairo: hb-view program'
- 'chafa: hb-view program')
-
- meson install -C build --destdir "$pkgdir"
-
- ( cd "$pkgdir"
-
- _pick hb-icu usr/lib/libharfbuzz-icu*
- _pick hb-icu usr/lib/pkgconfig/harfbuzz-icu.pc
- _pick hb-icu usr/include/harfbuzz/hb-icu.h
- )
-
- install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 harfbuzz/COPYING
-}
-
-package_harfbuzz-icu() {
- pkgdesc+=" - ICU integration"
- depends=("harfbuzz=$pkgver-$pkgrel" libicuuc.so libharfbuzz.so)
- provides=(libharfbuzz-icu.so)
-
- mv hb-icu/* "$pkgdir"
-
- install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 harfbuzz/COPYING
-}
Copied: harfbuzz/repos/extra-x86_64/PKGBUILD (from rev 458486,
harfbuzz/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-10-20 23:59:53 UTC (rev 458487)
@@ -0,0 +1,114 @@
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+# Contributor: Jan de Groot <[email protected]>
+
+pkgbase=harfbuzz
+pkgname=(harfbuzz harfbuzz-icu)
+pkgver=5.3.1
+pkgrel=1
+pkgdesc="OpenType text shaping engine"
+url="https://www.freedesktop.org/wiki/Software/HarfBuzz"
+arch=(x86_64)
+license=(MIT)
+makedepends=(
+ cairo
+ chafa
+ freetype2
+ git
+ glib2
+ gobject-introspection
+ graphite
+ gtk-doc
+ icu
+ meson
+ python
+ ragel
+)
+checkdepends=(
+ python-fonttools
+ python-setuptools
+)
+options=(debug)
+_commit=970321db7bddbe8c579b73751fc655a924ea3ce6 # tags/5.3.1^0
+source=("git+https://github.com/harfbuzz/harfbuzz#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd harfbuzz
+ git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+ cd harfbuzz
+
+ # https://github.com/harfbuzz/harfbuzz/issues/3850
+ git cherry-pick -n b0b7a65388da25ae3fa01e969ad6abc67eed4f49
+}
+
+build() {
+ local meson_options=(
+ -D graphite2=enabled
+ )
+ # Harfbuzz wants no exceptions
+ CFLAGS="${CFLAGS/-fexceptions/}"
+ CXXFLAGS="${CXXFLAGS/-fexceptions/}"
+
+ arch-meson harfbuzz build "${meson_options[@]}"
+ meson compile -C build
+}
+
+check() {
+ mkdir -p tmp
+ TMPDIR="$PWD/tmp" meson test -C build --print-errorlogs
+ rm -r tmp
+}
+
+_pick() {
+ local p="$1" f d; shift
+ for f; do
+ d="$srcdir/$p/${f#$pkgdir/}"
+ mkdir -p "$(dirname "$d")"
+ mv "$f" "$d"
+ rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
+ done
+}
+
+package_harfbuzz() {
+ depends=(
+ freetype2
+ glib2
+ graphite
+ libfreetype.so
+ libglib-2.0.so
+ libgobject-2.0.so
+ )
+ provides=(libharfbuzz{,-subset,-gobject}.so)
+ optdepends=('cairo: hb-view program'
+ 'chafa: hb-view program')
+
+ meson install -C build --destdir "$pkgdir"
+
+ ( cd "$pkgdir"
+
+ _pick hb-icu usr/lib/libharfbuzz-icu*
+ _pick hb-icu usr/lib/pkgconfig/harfbuzz-icu.pc
+ _pick hb-icu usr/include/harfbuzz/hb-icu.h
+ )
+
+ install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 harfbuzz/COPYING
+}
+
+package_harfbuzz-icu() {
+ pkgdesc+=" - ICU integration"
+ depends=(
+ "harfbuzz=$pkgver-$pkgrel"
+ libharfbuzz.so
+ libicuuc.so
+ )
+ provides=(libharfbuzz-icu.so)
+
+ mv hb-icu/* "$pkgdir"
+
+ install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 harfbuzz/COPYING
+}
+
+# vim:set sw=2 sts=-1 et: