[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
275/409: gnu: texlive-halloweenmath: Refresh package definition.
From: |
guix-commits |
Subject: |
275/409: gnu: texlive-halloweenmath: Refresh package definition. |
Date: |
Sat, 20 May 2023 04:03:00 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 79c616729a5f45bce29b9cf56d583453dbc358e3
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue May 16 00:15:57 2023 +0200
gnu: texlive-halloweenmath: Refresh package definition.
* gnu/packages/tex.scm (texlive-halloweenmath): Remove
SIMPLE-TEXLIVE-PACKAGE
call.
[native-inputs]: Remove TEXLIVE-KPATHSEA.
---
gnu/packages/tex.scm | 71 ++++++++++++++++++++++++++--------------------------
1 file changed, 35 insertions(+), 36 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 35d9ccef9b..53399e848f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1817,47 +1817,46 @@ discussed in the book).")
(define-deprecated-package texlive-tex-plain texlive-plain)
(define-public texlive-halloweenmath
- (let ((template (simple-texlive-package
- "texlive-halloweenmath"
- (list "doc/latex/halloweenmath/"
- "source/latex/halloweenmath/"
- "tex/latex/halloweenmath/")
- (base32
- "1xq72k1p820b5q3haxf936g69p6gv34hr30870l96jnxa3ad7y05"))))
- (package
- (inherit template)
- (outputs '("out" "doc"))
- (arguments
- (substitute-keyword-arguments (package-arguments template)
- ((#:tex-directory _ #t) "latex/halloweenmath")
- ((#:build-targets _ '()) '(list "halloweenmath.ins"))
- ((#:phases phases)
- #~(modify-phases #$phases
- (add-after 'chdir 'non-interactive-build
- ;; When it realizes it cannot employ the usedir directive, the
- ;; build process stops and waits for an input before inserting
- ;; generated files in the working directory. Do not ask for
- ;; an input.
- (lambda _
- (substitute* "source/latex/halloweenmath/halloweenmath.ins"
- (("\\Ask.*") "")
- (("\\(your .*? will be ignored\\).*") ""))))))))
- (native-inputs
- (list texlive-bin
- texlive-kpathsea
- (texlive-updmap.cfg))) ;for psfonts.map
- (propagated-inputs
- (list texlive-amsmath texlive-pict2e))
- (home-page "https://ctan.org/pkg/halloweenmath")
- (synopsis "Scary and creepy math symbols with AMS-LaTeX integration")
- (description
- "The package defines a handful of commands for typesetting mathematical
+ (package
+ (name "texlive-halloweenmath")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/halloweenmath/"
+ "source/latex/halloweenmath/"
+ "tex/latex/halloweenmath/")
+ (base32
+ "1xq72k1p820b5q3haxf936g69p6gv34hr30870l96jnxa3ad7y05")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments
+ (list
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'unpack 'non-interactive-build
+ ;; When it realizes it cannot employ the usedir directive, the
+ ;; build process stops and waits for an input before inserting
+ ;; generated files in the working directory. Do not ask for an
+ ;; input.
+ (lambda _
+ (substitute* "source/latex/halloweenmath/halloweenmath.ins"
+ (("\\Ask.*") "")
+ (("\\(your .*? will be ignored\\).*") "")))))))
+ (native-inputs
+ (list texlive-bin
+ texlive-tiny)) ;for psfonts.map
+ (propagated-inputs
+ (list texlive-amsmath texlive-pict2e))
+ (home-page "https://ctan.org/pkg/halloweenmath")
+ (synopsis "Scary and creepy math symbols with AMS-LaTeX integration")
+ (description
+ "The package defines a handful of commands for typesetting mathematical
symbols of various kinds, ranging from large operators to extensible
arrow-like relations and growing arrow-like math accents that all draw from
the classic Halloween-related iconography (pumpkins, witches, ghosts, cats,
and so on) while being, at the same time, seamlessly integrated within the
rest of the mathematics produced by (AmS-)LaTeX.")
- (license license:lppl1.3+))))
+ (license license:lppl1.3+)))
(define-public texlive-hardwrap
(package
- 240/409: gnu: texlive-makecmds: Refresh package definition., (continued)
- 240/409: gnu: texlive-makecmds: Refresh package definition., guix-commits, 2023/05/20
- 242/409: gnu: texlive-bidi: Fix build., guix-commits, 2023/05/20
- 246/409: gnu: texlive-letltxmacro: Refresh package definition., guix-commits, 2023/05/20
- 251/409: gnu: texlive-subfigure: Refresh package definition., guix-commits, 2023/05/20
- 253/409: gnu: texlive-acronym: Refresh package definition., guix-commits, 2023/05/20
- 254/409: gnu: texlive-ms: Refresh package definition., guix-commits, 2023/05/20
- 258/409: gnu: texlive-bigintcalc: Refresh package definition., guix-commits, 2023/05/20
- 260/409: gnu: texlive-etexcmds: Refresh package definition., guix-commits, 2023/05/20
- 263/409: gnu: texlive-intcalc: Refresh package definition., guix-commits, 2023/05/20
- 274/409: gnu: texlive-mflogo: Refresh package definition., guix-commits, 2023/05/20
- 275/409: gnu: texlive-halloweenmath: Refresh package definition.,
guix-commits <=
- 276/409: gnu: texlive-atveryend: Refresh package definition., guix-commits, 2023/05/20
- 289/409: gnu: texlive-jadetex: Refresh package definition., guix-commits, 2023/05/20
- 293/409: gnu: texlive-endnotes: Refresh package definition., guix-commits, 2023/05/20
- 279/409: gnu: texlive-filecontents: Refresh package definition., guix-commits, 2023/05/20
- 294/409: gnu: texlive-zhspacing: Refresh package definition., guix-commits, 2023/05/20
- 295/409: gnu: texlive-zapfding: Refresh package definition., guix-commits, 2023/05/20
- 299/409: gnu: texlive-ae: Refresh package definition., guix-commits, 2023/05/20
- 307/409: gnu: texlive-pstool: Refresh package definition., guix-commits, 2023/05/20
- 308/409: gnu: texlive-fira: Refresh package definition., guix-commits, 2023/05/20
- 313/409: gnu: texlive-lua-alt-getopt: Refresh package definition., guix-commits, 2023/05/20