moz.yaml (1616B)
1 # Version of this schema 2 schema: 1 3 4 bugzilla: 5 # Bugzilla product and component for this directory and subdirectories 6 product: Core 7 component: "Graphics: Text" 8 9 # Document the source of externally hosted code 10 origin: 11 12 # Short name of the package/library 13 name: harfbuzz 14 15 description: HarfBuzz is a text shaping engine. 16 17 # Full URL for the package's homepage/etc 18 # Usually different from repository url 19 url: https://github.com/harfbuzz/harfbuzz 20 21 # Human-readable identifier for this version/release 22 # Generally "version NNN", "tag SSS", "bookmark SSS" 23 release: 12.3.0 (2025-12-27T22:33:25+02:00). 24 25 # Revision to pull in 26 # Must be a long or short commit SHA (long preferred) 27 revision: 12.3.0 28 29 # The package's license, where possible using the mnemonic from 30 # https://spdx.org/licenses/ 31 # Multiple licenses can be specified (as a YAML list) 32 # A "LICENSE" file must exist containing the full license text 33 license: MIT 34 license-file: COPYING 35 36 notes: > 37 To test the upstream's main branch tip, one can 38 run `./mach vendor --revision tip gfx/harfbuzz/moz.yaml` 39 40 vendoring: 41 url: https://github.com/harfbuzz/harfbuzz 42 source-hosting: github 43 tracking: tag 44 45 include: 46 - AUTHORS 47 - autogen.sh 48 - configure.ac 49 - COPYING 50 - git.mk 51 - harfbuzz.doap 52 - Makefile.am 53 - NEWS 54 - README.md 55 - src 56 - THANKS 57 58 exclude: 59 - "**" 60 - "src/test*" 61 - src/hb-ucdn 62 63 updatebot: 64 maintainer-phab: jfkthame 65 maintainer-bz: jfkthame@gmail.com 66 fuzzy-query: "'crashtest | 'reftest !'print !'jsref" 67 tasks: 68 - type: vendoring 69 enabled: true