Skip to content

Commit

Permalink
fix(harfbuzz)
Browse files Browse the repository at this point in the history
closes #7810
  • Loading branch information
jhheider committed Nov 5, 2024
1 parent 41ac112 commit 04fbf40
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions projects/harfbuzz.org/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,13 @@ test:
dependencies:
curl.se: '*'
gnu.org/binutils: '*'
script: |
curl $FIXTURE > font.ttf
out=$(echo 'സ്റ്റ്' | hb-shape font.ttf)
test $out = '[gid0=0+500|gid0=0+500|gid0=2+500|gid0=2+500|gid0=4+500|gid0=4+500]'
script:
- curl -L $FONT > font.ttf
- out=$(echo 'സ്റ്റ്' | hb-shape font.ttf)
- test $out = "$OUT"
env:
FIXTURE: https://github.com/harfbuzz/harfbuzz/raw/fc0daafab0336b847ac14682e581a8838f36a0bf/test/shaping/fonts/sha1sum/270b89df543a7e48e206a2d830c0e10e5265c630.ttf
FONT: https://github.com/harfbuzz/harfbuzz/raw/refs/tags/{{version.tag}}/test/shape/data/in-house/fonts/270b89df543a7e48e206a2d830c0e10e5265c630.ttf
OUT: '[glyph201=0+1183|U0D4D=0+0]'
receipt: build/meson-logs/meson-log.txt

provides:
Expand Down

0 comments on commit 04fbf40

Please sign in to comment.