From d90d4fd8abd0001bb47849c769b17219b01e2c03 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 21 Aug 2023 10:50:08 +0200 Subject: [PATCH] gnu: Add texlive-archaic. * gnu/packages/tex.scm (texlive-archaic): New variable. --- gnu/packages/tex.scm | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 1f840f721d..bae0b966d4 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -2838,6 +2838,36 @@ German Archaeological Institute (DAI). Various options are available to change and adjust the outcome according to one's own preferences.") (license license:lppl1.3+))) +(define-public texlive-archaic + (package + (name "texlive-archaic") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/fonts/archaic/" + "fonts/afm/public/archaic/" + "fonts/map/dvips/archaic/" + "fonts/source/public/archaic/" + "fonts/tfm/public/archaic/" + "fonts/type1/public/archaic/" + "source/fonts/archaic/" + "tex/latex/archaic/") + (base32 + "0a6lp4w9b76q1w30a58205b1n7jf61n58ps2hdxrhpg9nxqwy1w0"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (native-inputs (list texlive-metafont)) + (home-page "https://ctan.org/pkg/archaic") + (synopsis "Collection of archaic fonts") + (description + "The collection contains fonts to represent Aramaic, Cypriot, +Etruscan, Greek of the 6th and 4th centuries BCE, Egyptian hieroglyphics, +Linear A, Linear B, Nabatean old Persian, the Phaistos disc, Phoenician, +proto-Semitic, runic, South Arabian Ugaritic and Viking scripts. The bundle +also includes a small font for use in phonetic transcription of the archaic +writings.") + (license license:lppl))) + (define-public texlive-armtex (package (name "texlive-armtex")