From d08058630cf33b203879043776e0ae55bbf450f5 Mon Sep 17 00:00:00 2001 From: windowsboy111 Date: Wed, 2 Nov 2022 00:04:34 +0800 Subject: [PATCH] worked lol --- anda/tectonic/tectonic.spec | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/anda/tectonic/tectonic.spec b/anda/tectonic/tectonic.spec index 5ebf6c6f47..4d9c1e117d 100644 --- a/anda/tectonic/tectonic.spec +++ b/anda/tectonic/tectonic.spec @@ -5,20 +5,29 @@ Summary: A modernized, complete, self-contained TeX/LaTeX engine, powered URL: https://github.com/tectonic-typesetting/tectonic License: MIT Source0: %{url}/archive/refs/tags/tectonic@%{version}.tar.gz -Requires: r-openssl harfbuzz-icu libpng freetype graphite2 zlib fontconfig -BuildRequires: cargo gcc gcc-c++ mold +Requires: openssl harfbuzz-icu libpng freetype graphite2 zlib fontconfig +BuildRequires: cargo gcc gcc-c++ mold openssl-devel libpng-devel freetype graphite2-devel zlib-devel fontconfig-devel pkgconfig(icu-uc) %description Tectonic is a modernized, complete, self-contained TeX/LaTeX engine, powered by XeTeX and TeXLive. -%build -cargo build +%prep +%autosetup -n tectonic-tectonic-%{version} + + +# %build +# cargo build --features external-harfbuzz %install -cargo install +cargo install --path . --features external-harfbuzz %files %doc README.md %license LICENSE + + +%changelog +* Tue Nov 1 2022 windowsboy111 +- Repackaged for Terra