[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
224/452: gnu: texlive-stmaryrd: Fix build.
From: |
guix-commits |
Subject: |
224/452: gnu: texlive-stmaryrd: Fix build. |
Date: |
Fri, 9 Jun 2023 13:43:27 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 45c9a7ae529333e5d37b42cb3ce342a8b5b27800
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 22:22:45 2023 +0200
gnu: texlive-stmaryrd: Fix build.
* gnu/packages/tex.scm (texlive-stmaryrd): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[arguments]: Remove unnecessary #:TEX-DIRECTORY keyword.
---
gnu/packages/tex.scm | 61 +++++++++++++++++++++++++++-------------------------
1 file changed, 32 insertions(+), 29 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 930af2873f..caf0ce3d48 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7928,39 +7928,42 @@ captions sideways. Options include
@code{outercaption}, @code{innercaption},
(define-deprecated-package texlive-latex-sidecap texlive-sidecap)
(define-public texlive-stmaryrd
- (let ((template (simple-texlive-package
- "texlive-stmaryrd"
- (list "/fonts/afm/public/stmaryrd/"
- "/fonts/map/dvips/stmaryrd/"
- "/fonts/source/public/stmaryrd/"
- "/fonts/tfm/public/stmaryrd/"
- "/fonts/type1/public/stmaryrd/"
- "/source/fonts/stmaryrd/"
- "/doc/fonts/stmaryrd/")
- (base32
- "0yn0yl6x1z9ab5gb56lhvkqabd2agz3ggxifwxkiysrj5780j29z"))))
- (package
- (inherit template)
- (arguments (substitute-keyword-arguments (package-arguments template)
- ((#:tex-directory _ #t)
- "latex/stmaryrd")
- ((#:phases phases)
- `(modify-phases ,phases
- (add-after 'unpack 'patch-ins
- (lambda _
- (substitute* "source/fonts/stmaryrd/stmaryrd.ins"
- (("^%% LaTeX2e.*") "\\input docstrip\n")
- (("fontdef\\}\\}" line)
- (string-append line "\n\\endbatchfile")))))))))
- (home-page "https://www.ctan.org/pkg/stmaryrd")
- (synopsis "St Mary Road symbols for theoretical computer science")
- (description
- "The fonts were originally distributed as Metafont sources only, but
+ (package
+ (name "texlive-stmaryrd")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/stmaryrd/"
+ "fonts/afm/public/stmaryrd/"
+ "fonts/map/dvips/stmaryrd/"
+ "fonts/source/public/stmaryrd/"
+ "fonts/tfm/public/stmaryrd/"
+ "fonts/type1/public/stmaryrd/"
+ "source/fonts/stmaryrd/"
+ "tex/latex/stmaryrd/")
+ (base32
+ "0ljrxbf2p301p4cmadf2w0qb5idvgmx4j6y3kq7qg2v8x4maqqj4")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments
+ (list
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'unpack 'patch-ins
+ (lambda _
+ (substitute* "source/fonts/stmaryrd/stmaryrd.ins"
+ (("^%% LaTeX2e.*") "\\input docstrip\n")
+ (("fontdef\\}\\}" line)
+ (string-append line "\n\\endbatchfile"))))))))
+ (home-page "https://ctan.org/pkg/stmaryrd")
+ (synopsis "St Mary Road symbols for theoretical computer science")
+ (description
+ "The fonts were originally distributed as METAFONT sources only, but
Adobe Type 1 versions are also now available. Macro support is provided for
use under LaTeX; the package supports the @code{only} option (provided by the
@code{somedefs} package) to restrict what is loaded, for those who don't need
the whole font.")
- (license license:lppl))))
+ (license license:lppl)))
(define-deprecated-package texlive-fonts-stmaryrd texlive-stmaryrd)
- 99/452: gnu: texlive-latex-varwidth -> texlive-varwidth., (continued)
- 99/452: gnu: texlive-latex-varwidth -> texlive-varwidth., guix-commits, 2023/06/09
- 101/452: gnu: texlive-latex-preview -> texlive-preview., guix-commits, 2023/06/09
- 91/452: gnu: texlive-booktabs: Fix build., guix-commits, 2023/06/09
- 105/452: gnu: texlive-latex-changepage -> texlive-changepage., guix-commits, 2023/06/09
- 102/452: gnu: texlive-latex-needspace -> texlive-needspace., guix-commits, 2023/06/09
- 179/452: gnu: Add texlive-incgraph., guix-commits, 2023/06/09
- 194/452: gnu: texlive-fp: Refresh package definition., guix-commits, 2023/06/09
- 207/452: gnu: texlive-pst-text: Refresh package definition., guix-commits, 2023/06/09
- 206/452: gnu: texlive-iftex: Refresh package definition., guix-commits, 2023/06/09
- 210/452: gnu: texlive-charter: Refresh package definition., guix-commits, 2023/06/09
- 224/452: gnu: texlive-stmaryrd: Fix build.,
guix-commits <=
- 237/452: gnu: texlive-pdftexcmds: Refresh package definition., guix-commits, 2023/06/09
- 244/452: gnu: texlive-fancyhdr: Refresh package definition., guix-commits, 2023/06/09
- 248/452: gnu: texlive-kvoptions: Refresh package definition., guix-commits, 2023/06/09
- 251/452: gnu: texlive-subfigure: Refresh package definition., guix-commits, 2023/06/09
- 256/452: gnu: texlive-numprint: Refresh package definition., guix-commits, 2023/06/09
- 269/452: gnu: Add texlive-colorprofiles., guix-commits, 2023/06/09
- 264/452: gnu: texlive-kvdefinekeys: Refresh package definition., guix-commits, 2023/06/09
- 283/452: gnu: texlive-xcolor: Refresh package definition., guix-commits, 2023/06/09
- 290/452: gnu: texlive-txfonts: Refresh package definition., guix-commits, 2023/06/09
- 293/452: gnu: texlive-endnotes: Refresh package definition., guix-commits, 2023/06/09