[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
295/421: gnu: texlive-jadetex: Refresh package definition.
From: |
guix-commits |
Subject: |
295/421: gnu: texlive-jadetex: Refresh package definition. |
Date: |
Sun, 28 May 2023 01:30:15 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 6602248a75e4c677611c9a401f962099e515b2b9
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue May 16 14:57:34 2023 +0200
gnu: texlive-jadetex: Refresh package definition.
* gnu/packages/tex.scm (texlive-jadetex): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[native-inputs]: Add TEXLIVE-AMSFONTS, TEXLIVE-CM, TEXLIVE-COLORTBL,
TEXLIVE-FANCYHDR, TEXLIVE-GRAPHICS, TEXLIVE-HYPERREF, TEXLIVE-JKNAPLTX,
TEXLIVE-LATEX-FONTS, TEXLIVE-LETLTXMACRO, TEXLIVE-MARVOSYM,
TEXLIVE-TEX-INI-FILES, TEXLIVE-TOOLS, TEXLIVE-ULEM.
[propagated-inputs]: Add TEXLIVE-AMSFONTS, TEXLIVE-ATBEGSHI,
TEXLIVE-ATVERYEND, TEXLIVE-AUXHOOK, TEXLIVE-BIGINTCALC, TEXLIVE-BITSET,
TEXLIVE-COLORTBL, TEXLIVE-DEHYPH, TEXLIVE-EC, TEXLIVE-ETEXCMDS,
TEXLIVE-EVERYSHI, TEXLIVE-FANCYHDR, TEXLIVE-FIRSTAID, TEXLIVE-HYCOLOR,
TEXLIVE-HYPERREF, TEXLIVE-HYPH-UTF8, TEXLIVE-HYPHEN-BASE,
TEXLIVE-LATEXCONFIG,
TEXLIVE-IFTEX, TEXLIVE-INFWARERR, TEXLIVE-INTCALC, TEXLIVE-KVDEFINEKEYS,
TEXLIVE-KVOPTIONS, TEXLIVE-KVSETKEYS, TEXLIVE-L3BACKEND, TEXLIVE-L3KERNEL,
TEXLIVE-L3PACKAGES, TEXLIVE-LATEXCONFIG, TEXLIVE-LETLTXMACRO,
TEXLIVE-LTXCMDS,
TEXLIVE-MARVOSYM, TEXLIVE-PASSIVETEX, TEXLIVE-PDFESCAPE, TEXLIVE-PDFTEX,
TEXLIVE-PDFTEXCMDS, TEXLIVE-RERUNFILECHECK, TEXLIVE-STMARYRD,
TEXLIVE-SYMBOL,
TEXLIVE-TIPA, TEXLIVE-UNICODE-DATA, TEXLIVE-UNIQUECOUNTER, TEXLIVE-URL,
TEXLIVE-WASYSYM, TEXLIVE-XMLTEX, TEXLIVE-ZAPFDING.
---
gnu/packages/tex.scm | 186 +++++++++++++++++++++++++++++++--------------------
1 file changed, 114 insertions(+), 72 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index d7cbf27523..858086b2a7 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -8131,87 +8131,129 @@ of ink traps which typify the Kurier font.")
(define-deprecated-package texlive-fonts-iwona texlive-iwona)
(define-public texlive-jadetex
- (let ((template (simple-texlive-package
- "texlive-jadetex"
- (list "/doc/man/man1/jadetex.1"
- "/doc/man/man1/jadetex.man1.pdf"
- "/doc/man/man1/pdfjadetex.1"
- "/doc/man/man1/pdfjadetex.man1.pdf"
- "/source/jadetex/base/"
- ;; The following files are not generated from
- ;; sources.
- "/tex/jadetex/base/jadetex.ini"
- "/tex/jadetex/base/pdfjadetex.ini"
- "/tex/jadetex/base/uentities.sty")
- (base32
- "03chyc3vjqgxcj985gy4k0bd0lf1n4a6sgbhc7k84jparjk3hx4i"))))
- (package
- (inherit template)
- (arguments
- (substitute-keyword-arguments (package-arguments template)
- ((#:tex-directory _ #t)
- "jadetex/base")
- ((#:phases phases)
- `(modify-phases ,phases
- (add-after 'unpack 'unify-source-directory
- (lambda _
- (chdir "source/jadetex/base")
- (for-each (lambda (f)
- (copy-file f (basename f)))
- (find-files "../../../tex/jadetex/base"))
- #t))
- (add-after 'build 'generate-formats
- (lambda* (#:key inputs #:allow-other-keys)
- (mkdir "web2c")
- (for-each (lambda (f)
- (symlink f (basename f)))
- (find-files "build"))
- (invoke "fmtutil-sys" "--byfmt" "jadetex"
- "--fmtdir=web2c")
- (invoke "fmtutil-sys" "--byfmt" "pdfjadetex"
- "--fmtdir=web2c")))
- (add-after 'install 'install-formats-and-wrappers
- (lambda* (#:key inputs outputs #:allow-other-keys)
- (let* ((out (assoc-ref outputs "out"))
- (texlive-bin (assoc-ref inputs "texlive-bin"))
- (pdftex (string-append texlive-bin "/bin/pdftex"))
- (web2c (string-append out "/share/texmf-dist/web2c")))
- (mkdir-p web2c)
- (copy-recursively "web2c" web2c)
- ;; Create convenience command wrappers.
- (mkdir-p (string-append out "/bin"))
- (symlink pdftex (string-append out "/bin/jadetex"))
- (symlink pdftex (string-append out "/bin/pdfjadetex"))
- #t)))))))
- (propagated-inputs
- ;; Propagate the texlive-updmap.cfg input used by xmltex, which
provides the
- ;; required fonts for its use.
- (list texlive-xmltex texlive-kpathsea)) ;for fmtutil.cnf template
- (native-inputs
- (list texlive-cm ;for cmex10 and others
- texlive-latex-fonts ;for lasy6
- ;; The t1cmr.fd file of texlive-latex-base refers to the ecrm
font,
- ;; provided by the jknappen package collection.
- texlive-jknapltx
- texlive-hyperref
+ (package
+ (name "texlive-jadetex")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/man/man1/jadetex.1"
+ "doc/man/man1/jadetex.man1.pdf"
+ "doc/man/man1/pdfjadetex.1"
+ "doc/man/man1/pdfjadetex.man1.pdf"
+ "doc/otherformats/jadetex/base/"
+ "source/jadetex/base/"
+ "tex/jadetex/base/")
+ (base32
+ "0acan496ixymwjvygcd5rx5pmz4p5vffzkmazdryw1kpilhiixcx")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments
+ (list
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'build 'bring-ini-files
+ (lambda _
+ (for-each (lambda (f) (install-file f "build"))
+ (find-files "tex/jadetex/base"))))
+ (add-after 'bring-ini-files 'generate-formats
+ (lambda* (#:key inputs #:allow-other-keys)
+ (mkdir "web2c")
+ (with-directory-excursion "build"
+ (invoke "fmtutil-sys" "--byfmt" "jadetex"
+ "--fmtdir=../web2c")
+ (invoke "fmtutil-sys" "--byfmt" "pdfjadetex"
+ "--fmtdir=../web2c"))))
+ (add-after 'install 'install-formats-and-wrappers
+ (lambda* (#:key inputs #:allow-other-keys)
+ (let ((pdftex (search-input-file inputs "/bin/pdftex"))
+ (web2c (string-append #$output "/share/texmf-dist/web2c")))
+ (mkdir-p web2c)
+ (copy-recursively "web2c" web2c)
+ (for-each delete-file (find-files web2c "\\.log$"))
+ ;; Create convenience command wrappers.
+ (mkdir-p (string-append #$output "/bin"))
+ (symlink pdftex
+ (string-append #$output "/bin/jadetex"))
+ (symlink pdftex
+ (string-append #$output "/bin/pdfjadetex"))))))))
+ (native-inputs
+ (list texlive-amsfonts
+ texlive-cm ;for cmex10 and others
+ texlive-colortbl
+ texlive-fancyhdr
+ texlive-graphics ;for color.sty
+ texlive-hyperref
+ ;; The t1cmr.fd file of texlive-latex-base refers to the ecrm font,
+ ;; provided by the jknapltx package collection.
+ texlive-jknapltx
+ texlive-latex-fonts ;for lasy6
+ texlive-letltxmacro
+ texlive-marvosym
+ texlive-tex-ini-files ;for pdftexconfig
+ texlive-tools ;for array.sty
+ texlive-ulem)) ;for fmtutil.cnf template
+ (propagated-inputs
+ (list
+ (texlive-updmap.cfg
+ (list texlive-amsfonts
+ texlive-atbegshi
+ texlive-atveryend
+ texlive-auxhook
+ texlive-bigintcalc
+ texlive-bitset
texlive-colortbl
+ texlive-dehyph
+ texlive-ec
+ texlive-etexcmds
+ texlive-everyshi
texlive-fancyhdr
- texlive-graphics ;for color.sty
- texlive-tools ;for array.sty
+ texlive-firstaid
+ texlive-hycolor
+ texlive-hyperref
+ texlive-hyph-utf8
+ texlive-hyphen-base
+ texlive-latexconfig
+ texlive-iftex
+ texlive-infwarerr
+ texlive-intcalc
+ texlive-kvdefinekeys
+ texlive-kvoptions
+ texlive-kvsetkeys
+ texlive-l3backend
+ texlive-l3kernel
+ texlive-l3packages
+ texlive-latexconfig
+ texlive-letltxmacro
+ texlive-ltxcmds
texlive-marvosym
- texlive-tex-ini-files ;for pdftexconfig
- texlive-ulem))
- (home-page "https://www.ctan.org/pkg/jadetex/")
- (synopsis "TeX macros to produce TeX output using OpenJade")
- (description "JadeTeX is a companion package to the OpenJade DSSSL
+ texlive-passivetex
+ texlive-pdfescape
+ texlive-pdftex
+ texlive-pdftexcmds
+ texlive-rerunfilecheck
+ texlive-stmaryrd
+ texlive-symbol
+ texlive-tipa
+ texlive-ulem
+ texlive-unicode-data
+ texlive-uniquecounter
+ texlive-url
+ texlive-wasysym
+ ;; Propagate the texlive-updmap.cfg input used by xmltex,
+ ;; which provides the required fonts for its use.
+ texlive-xmltex
+ texlive-zapfding))))
+ (home-page "https://www.ctan.org/pkg/jadetex/")
+ (synopsis "TeX macros to produce TeX output using OpenJade")
+ (description "JadeTeX is a companion package to the OpenJade DSSSL
processor. OpenJade applies a DSSSL stylesheet to an SGML or XML document.
The output of this process can be in a number of forms, including a set of
high level LaTeX macros. It is the task of the JadeTeX package to transform
these macros into DVI/PostScript (using the @command{jadetex} command) or
Portable Document Format (PDF) form (using the @command{pdfjadetex}
command).")
- ;; The license text is found at the header of the jadetex.dtx file.
- (license license:expat))))
+ ;; The license text is found at the header of the jadetex.dtx file.
+ (license license:expat)))
(define-public texlive-libertine
(package
- 420/421: gnu: Add texlive-etex-pkg., (continued)
- 420/421: gnu: Add texlive-etex-pkg., guix-commits, 2023/05/28
- 138/421: gnu: texlive-kastrup: Refresh package definition., guix-commits, 2023/05/28
- 149/421: gnu: texlive-substr: Refresh package definition., guix-commits, 2023/05/28
- 173/421: gnu: texlive-xpatch: Refresh package definition., guix-commits, 2023/05/28
- 217/421: gnu: texlive-xypic: Refresh package definition., guix-commits, 2023/05/28
- 243/421: gnu: texlive-pdftexcmds: Refresh package definition., guix-commits, 2023/05/28
- 254/421: gnu: texlive-kvoptions: Refresh package definition., guix-commits, 2023/05/28
- 282/421: gnu: texlive-atveryend: Refresh package definition., guix-commits, 2023/05/28
- 288/421: gnu: texlive-hycolor: Refresh package definition., guix-commits, 2023/05/28
- 293/421: gnu: texlive-tools: Refresh package definition., guix-commits, 2023/05/28
- 295/421: gnu: texlive-jadetex: Refresh package definition.,
guix-commits <=
- 299/421: gnu: texlive-endnotes: Refresh package definition., guix-commits, 2023/05/28
- 311/421: gnu: texlive-calrsfs: Refresh package definition., guix-commits, 2023/05/28
- 314/421: gnu: texlive-fira: Refresh package definition., guix-commits, 2023/05/28
- 317/421: gnu: texlive-cs: Refresh package definition., guix-commits, 2023/05/28
- 321/421: gnu: texlive-l3build: Refresh package definition., guix-commits, 2023/05/28
- 319/421: gnu: texlive-lua-alt-getopt: Refresh package definition., guix-commits, 2023/05/28
- 326/421: gnu: texlive-glyphlist: Refresh package definition., guix-commits, 2023/05/28
- 330/421: gnu: texlive-kpfonts: Refresh package definition., guix-commits, 2023/05/28
- 342/421: gnu: texlive-lm-math: Refresh package definition., guix-commits, 2023/05/28
- 340/421: gnu: texlive-mflogo-font: Refresh package definition., guix-commits, 2023/05/28