mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
+tectonic-typesetting.github.io (#1740)
* harfbuz: enable graphite * +tectonic-typesetting.github.io
This commit is contained in:
parent
d88e437db7
commit
17bd5250be
|
@ -9,6 +9,7 @@ dependencies:
|
|||
cairographics.org: 1
|
||||
freetype.org: 2
|
||||
gnome.org/glib: 2
|
||||
graphite.sil.org: '*'
|
||||
unicode.org: '>=71'
|
||||
|
||||
build:
|
||||
|
@ -33,6 +34,7 @@ build:
|
|||
- -Dcoretext=enabled
|
||||
- -Dfreetype=enabled
|
||||
- -Dglib=enabled
|
||||
- -Dgraphite=enabled
|
||||
- -Dtests=disabled
|
||||
linux/x86-64:
|
||||
CFLAGS: -fPIC
|
||||
|
|
33
projects/tectonic-typesetting.github.io/package.yml
Normal file
33
projects/tectonic-typesetting.github.io/package.yml
Normal file
|
@ -0,0 +1,33 @@
|
|||
distributable:
|
||||
url: https://github.com/tectonic-typesetting/tectonic/archive/refs/tags/tectonic@{{ version }}.tar.gz
|
||||
strip-components: 1
|
||||
|
||||
versions:
|
||||
github: tectonic-typesetting/tectonic/releases/tags
|
||||
strip: /^tectonic@/
|
||||
|
||||
dependencies:
|
||||
freetype.org: "*"
|
||||
graphite.sil.org: "*"
|
||||
harfbuzz.org: "*"
|
||||
libpng.org: "*"
|
||||
openssl.org: ^1.1
|
||||
unicode.org: "*"
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
freedesktop.org/pkg-config: ^0.29
|
||||
rust-lang.org: ">=1.48.0"
|
||||
rust-lang.org/cargo: "*"
|
||||
env:
|
||||
OPENSSL_DIR: "{{ deps.openssl.org.prefix }}"
|
||||
script: cargo install --features external-harfbuzz --locked --path . --root {{prefix}}
|
||||
|
||||
provides:
|
||||
- bin/tectonic
|
||||
|
||||
test:
|
||||
script: |
|
||||
tectonic -X new
|
||||
tectonic -X build
|
||||
test -f build/default/default.pdf
|
Loading…
Reference in a new issue