guix-commits
[Top][All Lists]
Advanced

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

291/306: gnu: Add texlive-typicons.


From: guix-commits
Subject: 291/306: gnu: Add texlive-typicons.
Date: Mon, 21 Aug 2023 10:37:02 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 841b8472eea97d734e8fee6c3bbdec892ebbc838
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 13:06:39 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 4fade6d624..a0cf09a867 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -25283,6 +25283,26 @@ uprighted version of the calligraphic fonts from the 
TX font package.
 A scaled option is provided to allow arbitrary scaling.")
     (license license:gpl3)))
 
+(define-public texlive-typicons
+  (package
+    (name "texlive-typicons")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/fonts/typicons/"
+                   "fonts/truetype/public/typicons/"
+                   "tex/latex/typicons/")
+             (base32
+              "1p82gq8jy0brvps6y6qdw8bldfsck9fw1qy84vrzfjz65435dzvh")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/typicons";)
+    (synopsis "Font containing a set of web-related icons")
+    (description
+     "This package grants access to 336 web-related icons provided by the
+included Typicons font, designed by Stephen Hutchings.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-ulqda
   (package
     (name "texlive-ulqda")



reply via email to

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