Bug 1891710: part 2) Enable <Element-outerHTML.html> WPT for Trusted Types. r=smaug
[gecko.git] / gfx / harfbuzz / moz.yaml
blob68f979fc844223bb89eb6b82023a27c332f4104c
1 # Version of this schema
2 schema: 1
4 bugzilla:
5   # Bugzilla product and component for this directory and subdirectories
6   product: Core
7   component: "Graphics: Text"
9 # Document the source of externally hosted code
10 origin:
12   # Short name of the package/library
13   name: harfbuzz
15   description: HarfBuzz is a text shaping engine.
17   # Full URL for the package's homepage/etc
18   # Usually different from repository url
19   url: https://github.com/harfbuzz/harfbuzz
21   # Human-readable identifier for this version/release
22   # Generally "version NNN", "tag SSS", "bookmark SSS"
23   release: 8.4.0 (2024-03-29T16:32:00+02:00).
25   # Revision to pull in
26   # Must be a long or short commit SHA (long preferred)
27   revision: 8.4.0
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
36   notes: >
37     To test the upstream's main branch tip, one can
38     run `./mach vendor --revision tip gfx/harfbuzz/moz.yaml`
40 vendoring:
41   url: https://github.com/harfbuzz/harfbuzz
42   source-hosting: github
43   tracking: tag
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
58   exclude:
59     - "**"
60     - "src/test*"
61     - src/hb-ucdn
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