diff options
Diffstat (limited to 'gfx/graphite2/moz.yaml')
-rw-r--r-- | gfx/graphite2/moz.yaml | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/gfx/graphite2/moz.yaml b/gfx/graphite2/moz.yaml new file mode 100644 index 0000000000..67c6db62ad --- /dev/null +++ b/gfx/graphite2/moz.yaml @@ -0,0 +1,38 @@ +schema: 1 + +bugzilla: + product: Core + component: "Graphics: Text" + +origin: + name: graphite2 + description: smart font system developed specifically to handle the complexities of lesser-known languages of the world + + url: https://graphite.sil.org/ + + release: 1.3.14 (2020-04-01T09:53:13+07:00). + revision: 1.3.14 + + license: LGPL-2.1 + license-file: LICENSE + +vendoring: + url: https://github.com/silnrsi/graphite + source-hosting: github + tracking: tag + + exclude: + - "**" + + include: + - ChangeLog + - COPYING + - LICENSE + - include + - README.md + - src + + keep: + - geckoextra + - src/MozGrMalloc.h + - src/sources.mozbuild |