[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
291/416: gnu: texlive-stix2-otf: Refresh package definition.
From: |
guix-commits |
Subject: |
291/416: gnu: texlive-stix2-otf: Refresh package definition. |
Date: |
Sun, 28 May 2023 02:33:05 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 796ea2a0f90c36f1c7b08b16aa09c02aaa2edf0c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue May 16 15:09:57 2023 +0200
gnu: texlive-stix2-otf: Refresh package definition.
* gnu/packages/tex.scm (texlive-stix2-otf): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 53 ++++++++++++++++++++--------------------------------
1 file changed, 20 insertions(+), 33 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index d5197e05a4..a2e83b3f78 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7852,39 +7852,26 @@ use this package to insert PostScript files, in
addition to PDF files.")
(define-deprecated-package texlive-latex-pdfpages texlive-pdfpages)
(define-public texlive-stix2-otf
- (let ((base (simple-texlive-package
- "texlive-stix2-otf"
- (list "/doc/fonts/stix2-otf/"
- "/fonts/opentype/public/stix2-otf/")
- (base32 "0i7rd1wn5jgm3gbi779gy78apz63w034ck4pn73xw6s10zgjzmgl")
- ;; Building these fonts requires FontLab, which is nonfree.
- #:trivial? #t)))
- (package
- (inherit base)
- (arguments
- (substitute-keyword-arguments (package-arguments base)
- ((#:phases phases)
- #~(modify-phases #$phases
- (add-after 'install 'symlink-fonts-to-system-fonts-prefix
- ;; This is so that fontconfig can locate the fonts, such as
- ;; when using xetex or xelatex.
- (lambda _
- (let ((system-fonts-prefix (string-append #$output
- "/share/fonts")))
- (mkdir-p system-fonts-prefix)
- (symlink (string-append
- #$output "/share/texmf-dist/fonts/opentype"
- "/public/stix2-otf")
- (string-append system-fonts-prefix
- "/stix2-otf")))))))))
- (home-page "https://www.stixfonts.org/")
- (synopsis "OpenType Unicode text and maths fonts")
- (description "The Scientific and Technical Information eXchange (STIX)
-fonts are intended to satisfy the demanding needs of authors, publishers,
-printers, and others working in the scientific, medical, and technical fields.
-They combine a comprehensive Unicode-based collection of mathematical symbols
-and alphabets with a set of text faces suitable for professional publishing.")
- (license license:silofl1.1))))
+ (package
+ (name "texlive-stix2-otf")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/stix2-otf/"
+ "fonts/opentype/public/stix2-otf/")
+ (base32
+ "0i7rd1wn5jgm3gbi779gy78apz63w034ck4pn73xw6s10zgjzmgl")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/stix2-otf")
+ (synopsis "OpenType Unicode text and maths fonts")
+ (description
+ "The Scientific and Technical Information eXchange (STIX) fonts are
+intended to satisfy the demanding needs of authors, publishers, printers, and
+others working in the scientific, medical, and technical fields. They combine
+a comprehensive Unicode-based collection of mathematical symbols and alphabets
+with a set of text faces suitable for professional publishing.")
+ (license license:silofl1.1)))
(define-public texlive-sidecap
(package
- 268/416: gnu: texlive-uniquecounter: Refresh package definition., (continued)
- 268/416: gnu: texlive-uniquecounter: Refresh package definition., guix-commits, 2023/05/28
- 269/416: gnu: Add texlive-colorprofiles., guix-commits, 2023/05/28
- 273/416: gnu: texlive-unicode-data: Refresh package definition., guix-commits, 2023/05/28
- 276/416: gnu: texlive-atveryend: Refresh package definition., guix-commits, 2023/05/28
- 302/416: gnu: texlive-doi: Refresh package definition., guix-commits, 2023/05/28
- 306/416: gnu: texlive-seminar: Refresh package definition., guix-commits, 2023/05/28
- 301/416: gnu: texlive-etoolbox: Refresh package definition., guix-commits, 2023/05/28
- 299/416: gnu: texlive-ae: Refresh package definition., guix-commits, 2023/05/28
- 327/416: gnu: texlive-ruhyphen: Refresh package definition., guix-commits, 2023/05/28
- 320/416: gnu: texlive-glyphlist: Refresh package definition., guix-commits, 2023/05/28
- 291/416: gnu: texlive-stix2-otf: Refresh package definition.,
guix-commits <=
- 11/416: gnu: texlive-latex-draftwatermark -> texlive-draftwatermark., guix-commits, 2023/05/28
- 19/416: gnu: Add texlive-xfor., guix-commits, 2023/05/28
- 37/416: gnu: texlive-dvips-l3backend -> texlive-l3backend., guix-commits, 2023/05/28
- 38/416: gnu: texlive-latex-l3packages -> texlive-l3packages., guix-commits, 2023/05/28
- 46/416: gnu: texlive-latex-psfrag -> texlive-psfrag., guix-commits, 2023/05/28
- 48/416: gnu: texlive-generic-listofitems -> texlive-listofitems., guix-commits, 2023/05/28
- 52/416: gnu: texlive-latex-framed -> texlive-framed., guix-commits, 2023/05/28
- 60/416: gnu: texlive-latex-mdwtools -> texlive-mdwtools., guix-commits, 2023/05/28
- 80/416: gnu: texlive-latex-eepic -> texlive-eepic., guix-commits, 2023/05/28
- 77/416: gnu: texlive-latex-float -> texlive-float., guix-commits, 2023/05/28