mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add texlive-spark-otf.
* gnu/packages/tex.scm (texlive-spark-otf): New variable.
This commit is contained in:
parent
d710086536
commit
b2e6117512
1 changed files with 20 additions and 0 deletions
|
@ -96159,6 +96159,26 @@ (define-public texlive-spacingtricks
|
||||||
adjustment.")
|
adjustment.")
|
||||||
(license license:lppl1.3+)))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
|
(define-public texlive-spark-otf
|
||||||
|
(package
|
||||||
|
(name "texlive-spark-otf")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/fonts/spark-otf/"
|
||||||
|
"fonts/opentype/public/spark-otf/"
|
||||||
|
"tex/latex/spark-otf/")
|
||||||
|
(base32
|
||||||
|
"1kydm3ixnnnv2r40aayr6hg7ky9lh4y1xyar26ip45d8a45plll2")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/spark-otf")
|
||||||
|
(synopsis "Support OpenType Spark fonts")
|
||||||
|
(description
|
||||||
|
"The package supports the fonts from @emph{After the Flood} which are
|
||||||
|
available from AtF Spark.")
|
||||||
|
(license (list license:silofl1.1 license:lppl1.3+))))
|
||||||
|
|
||||||
;;;
|
;;;
|
||||||
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
||||||
;;; of a merge conflict, place them above by existing packages with similar
|
;;; of a merge conflict, place them above by existing packages with similar
|
||||||
|
|
Loading…
Reference in a new issue