guix-commits
[Top][All Lists]
Advanced

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

128/306: gnu: Add texlive-fontawesome.


From: guix-commits
Subject: 128/306: gnu: Add texlive-fontawesome.
Date: Mon, 21 Aug 2023 10:36:01 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit e0656bba22c428083f9ea3e2bb56461469c74a40
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 12:18:06 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 2e2bfd9bd5..badedc18fc 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12218,6 +12218,30 @@ weights.  LaTeX support is provided.")
     ;; Dania Iwonae, which are under GUST Font Nosource License.
     (license (list license:gpl3+ license:gfl1.0))))
 
+(define-public texlive-fontawesome
+  (package
+    (name "texlive-fontawesome")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/fonts/fontawesome/"
+                   "fonts/enc/dvips/fontawesome/"
+                   "fonts/map/dvips/fontawesome/"
+                   "fonts/opentype/public/fontawesome/"
+                   "fonts/tfm/public/fontawesome/"
+                   "fonts/type1/public/fontawesome/"
+                   "tex/latex/fontawesome/")
+             (base32
+              "0m3wl0jc00h8r4w3fa5vkf062hmaadb2rvf3x9lm4pb0c99ia5x9")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/fontawesome";)
+    (synopsis "Font containing web-related icons")
+    (description
+     "The package offers access to the large number of web-related icons
+provided by the FontAwesome font.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-fontsize
   (package
     (name "texlive-fontsize")



reply via email to

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