guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

16/306: gnu: Add texlive-archaic.


From: guix-commits
Subject: 16/306: gnu: Add texlive-archaic.
Date: Mon, 21 Aug 2023 10:35:23 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit d90d4fd8abd0001bb47849c769b17219b01e2c03
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 10:50:08 2023 +0200

    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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]