guix-commits
[Top][All Lists]
Advanced

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

76/306: gnu: Add texlive-countriesofeurope.


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

ngz pushed a commit to branch master
in repository guix.

commit c7a5109186f661ed6438106e9ca5b00492f41cc1
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 11:59:30 2023 +0200

    gnu: Add texlive-countriesofeurope.
    
    * gnu/packages/tex.scm (texlive-countriesofeurope): New variable.
---
 gnu/packages/tex.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index e2f641afcb..b0f830dfca 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -9057,6 +9057,33 @@ italics.")
 mathematical environments.")
     (license license:bsd-2)))
 
+(define-public texlive-countriesofeurope
+  (package
+    (name "texlive-countriesofeurope")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/fonts/countriesofeurope/"
+                   "fonts/afm/public/countriesofeurope/"
+                   "fonts/enc/dvips/countriesofeurope/"
+                   "fonts/map/dvips/countriesofeurope/"
+                   "fonts/opentype/public/countriesofeurope/"
+                   "fonts/tfm/public/countriesofeurope/"
+                   "fonts/type1/public/countriesofeurope/"
+                   "tex/latex/countriesofeurope/")
+             (base32
+              "07q0hrrlvadcc3vcl97gsgp1pbkmfhy60zm8ib65qd79m81kyxs0")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/countriesofeurope";)
+    (synopsis "Font with the images of the countries of Europe")
+    (description
+     "The bundle provides a font CountriesOfEurope (in Adobe Type 1 format)
+and the necessary metrics, together with LaTeX macros for its use.  The font
+provides glyphs with a filled outline of the shape of each country; each glyph
+is at the same cartographic scale.")
+    (license (list license:silofl1.1 license:lppl))))
+
 (define-public texlive-covington
   (package
     (name "texlive-covington")



reply via email to

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