[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
351/452: gnu: texlive-dvipdfmx: Refresh package definition.
From: |
guix-commits |
Subject: |
351/452: gnu: texlive-dvipdfmx: Refresh package definition. |
Date: |
Fri, 9 Jun 2023 13:44:00 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit c9762ac95daff11e139d31319cac394b540489e8
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed May 17 08:53:31 2023 +0200
gnu: texlive-dvipdfmx: Refresh package definition.
* gnu/packages/dvipdfmx (texlive-dvipdfmx): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 72 ++++++++++++++++++++++++++++++++--------------------
1 file changed, 44 insertions(+), 28 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 3207249b09..6722fc9345 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -837,35 +837,51 @@ default versions of those), etc.")
(license license:knuth)))
(define-public texlive-dvipdfmx
- (let ((template (simple-texlive-package
- "texlive-dvipdfmx"
- (list "doc/dvipdfm/"
- "doc/dvipdfmx/"
- "doc/man/man1/"
- "dvipdfmx/"
- "fonts/cmap/dvipdfmx/"
- "fonts/map/dvipdfmx/")
- (base32
- "08i81hciksh0sm9pw6lw8v8s2rj92p58wd5j2mq1mzqbp171wjmr")
- #:trivial? #t)))
- (package
- (inherit template)
- (source
- (origin
- (inherit (package-source template))
- ;; This map file is supposed to be generated in a profile hook.
- (snippet '(delete-file "fonts/map/dvipdfmx/updmap/kanjix.map"))))
- (propagated-inputs (list texlive-glyphlist))
- (home-page "https://www.tug.org/texlive/")
- (synopsis "Extended version of dvipdfm")
- (description
- "Dvipdfmx (formerly dvipdfm-cjk) is a development of dvipdfm created to
+ (package
+ (name "texlive-dvipdfmx")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/dvipdfm/"
+ "doc/dvipdfmx/"
+ "doc/man/man1/dvipdfm.1"
+ "doc/man/man1/dvipdfm.man1.pdf"
+ "doc/man/man1/dvipdfmx.1"
+ "doc/man/man1/dvipdfmx.man1.pdf"
+ "doc/man/man1/dvipdft.1"
+ "doc/man/man1/dvipdft.man1.pdf"
+ "doc/man/man1/ebb.1"
+ "doc/man/man1/ebb.man1.pdf"
+ "doc/man/man1/extractbb.1"
+ "doc/man/man1/extractbb.man1.pdf"
+ "doc/man/man1/xdvipdfmx.1"
+ "doc/man/man1/xdvipdfmx.man1.pdf"
+ "dvipdfmx/"
+ "fonts/cmap/dvipdfmx/"
+ "fonts/map/dvipdfmx/")
+ (base32
+ "16qvi1id9qb8l337kl182qkl1di7wf16qbjw5k67x38g3p18qqna")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments
+ (list
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'unpack 'delete-map-file
+ ;; This map file is supposed to be generated in a profile hook.
+ (lambda _
+ (delete-file "fonts/map/dvipdfmx/updmap/kanjix.map"))))))
+ (propagated-inputs (list texlive-glyphlist))
+ (home-page "https://ctan.org/pkg/dvipdfmx")
+ (synopsis "Extended version of dvipdfm")
+ (description
+ "Dvipdfmx (formerly dvipdfm-cjk) is a development of dvipdfm created to
support multi-byte character encodings and large character sets for East Asian
-languages. Dvipdfmx, if \"called\" with the name dvipdfm, operates in a
-\"dvipdfm compatibility\" mode, so that users of the both packages need only
-keep one executable. A secondary design goal is to support as many \"PDF\"
-features as does pdfTeX.")
- (license license:gpl3+))))
+languages. Dvipdfmx, if called with the name dvipdfm, operates in a dvipdfm
+compatibility mode, so that users of the both packages need only keep one
+executable. A secondary design goal is to support as many PDF features as
+does pdfTeX.")
+ (license license:gpl3+)))
(define-public texlive-dvips
(package
- 283/452: gnu: texlive-xcolor: Refresh package definition., (continued)
- 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
- 308/452: gnu: texlive-fira: Refresh package definition., guix-commits, 2023/06/09
- 312/452: gnu: texlive-luaotfload: Refresh package definition., guix-commits, 2023/06/09
- 317/452: gnu: texlive-greek-fontenc: Refresh package definition., guix-commits, 2023/06/09
- 333/452: gnu: texlive-mkpattern: Refresh package definition., guix-commits, 2023/06/09
- 334/452: gnu: texlive-mflogo-font: Refresh package definition., guix-commits, 2023/06/09
- 344/452: gnu: texlive-cbfonts: Refresh package definition., guix-commits, 2023/06/09
- 349/452: gnu: texlive-underscore: Refresh package definition., guix-commits, 2023/06/09
- 351/452: gnu: texlive-dvipdfmx: Refresh package definition.,
guix-commits <=
- 353/452: gnu: Add texlive-manfnt-font., guix-commits, 2023/06/09
- 355/452: gnu: Add texlive-luatex., guix-commits, 2023/06/09
- 360/452: gnu: texlive-tetex: Refresh package definition., guix-commits, 2023/06/09
- 366/452: gnu: texlive-tabu: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 365/452: gnu: texlive-catchfile: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 372/452: gnu: texlive-qrcode: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 373/452: gnu: texlive-unicode-math: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 383/452: gnu: texlive-lastpage: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 380/452: gnu: texlive-abstract: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 385/452: gnu: texlive-soulutf8: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09