[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
58/418: gnu: texlive-grffile: Fix build.
From: |
guix-commits |
Subject: |
58/418: gnu: texlive-grffile: Fix build. |
Date: |
Fri, 2 Jun 2023 17:23:55 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit af5ada76503e2c7cacb3922bd07cc65a37c8a015
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat May 13 11:15:07 2023 +0200
gnu: texlive-grffile: Fix build.
* gnu/packages/tex.scm (texlive-grffile)[source]: Set proper locations.
Remove `simple-texlive-package' call.
---
gnu/packages/tex.scm | 54 +++++++++++++++++++++++++++-------------------------
1 file changed, 28 insertions(+), 26 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 46ce18e8b6..f0f0536108 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4038,32 +4038,34 @@ the l3kernel and xparse bundles from the LaTeX 3
development team.")
(define-deprecated-package texlive-latex-fontspec texlive-fontspec)
(define-public texlive-grffile
- (let ((template (simple-texlive-package
- "texlive-grffile"
- (list "/doc/latex/grffile/README.md"
- "/source/latex/grffile/grffile.dtx")
- (base32
- "1ib2n4d52faipvxdvdh4ar1p5j997h7cza26sfyd8z3qdf0naqgx"))))
- (package
- (inherit template)
- (arguments
- (substitute-keyword-arguments (package-arguments template)
- ((#:tex-directory _ #t)
- "latex/grffile")
- ((#:build-targets _ #t)
- '(list "grffile.dtx"))
- ((#:phases phases)
- `(modify-phases ,phases
- (add-after 'unpack 'chdir
- (lambda _ (chdir "source/latex/grffile/")))))))
- (home-page "https://www.ctan.org/pkg/grffile")
- (synopsis "Extended file name support for graphics (legacy package)")
- (description
- "The original grffile package extended the file name processing of the
-@code{graphics} package to support a larger range of file names. The base
-LaTeX code now supports multiple dots and spaces, and this package by default
-is a stub that just loads @code{graphicx}.")
- (license license:lppl1.3c+))))
+ (package
+ (name "texlive-grffile")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/grffile/"
+ "source/latex/grffile/"
+ "tex/latex/grffile/")
+ (base32
+ "01mlvdhqwfwj1l91jfvkdfbn1hj95rlb6xhwikzx1r8qrz5whw7n")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments
+ (list
+ #:tex-engine "tex"
+ #:tex-format "tex"))
+ (native-inputs
+ (list texlive-tiny))
+ (propagated-inputs
+ (list texlive-graphics))
+ (home-page "https://www.ctan.org/pkg/grffile")
+ (synopsis "Extended file name support for graphics (legacy package)")
+ (description
+ "The original @code{grffile} package extended the file name processing
+of the @code{graphics} package to support a larger range of file names. The
+base LaTeX code now supports multiple dots and spaces, and this package by
+default is a stub that just loads @code{graphicx}.")
+ (license license:lppl1.3c+)))
(define-public texlive-stringenc
(let ((template (simple-texlive-package
- 57/418: gnu: texlive-fonts-latex -> texlive-latex-fonts., (continued)
- 57/418: gnu: texlive-fonts-latex -> texlive-latex-fonts., guix-commits, 2023/06/02
- 65/418: gnu: texlive-latex-appendix -> texlive-appendix., guix-commits, 2023/06/02
- 28/418: gnu: Add texlive-refstyle., guix-commits, 2023/06/02
- 36/418: gnu: texlive-latex-backend -> texlive-backend., guix-commits, 2023/06/02
- 38/418: gnu: texlive-latex-l3packages -> texlive-l3packages., guix-commits, 2023/06/02
- 41/418: gnu: texlive-latex-hanging -> texlive-hanging., guix-commits, 2023/06/02
- 42/418: gnu: texlive-latex-ifplatform -> texlive-ifplatform., guix-commits, 2023/06/02
- 49/418: gnu: texlive-latex-stackengine -> texlive-stackengine., guix-commits, 2023/06/02
- 55/418: gnu: texlive-latex-gcite -> texlive-gcite., guix-commits, 2023/06/02
- 56/418: gnu: texlive-generic-babel-english -> texlive-babel-english., guix-commits, 2023/06/02
- 58/418: gnu: texlive-grffile: Fix build.,
guix-commits <=
- 60/418: gnu: texlive-latex-mdwtools -> texlive-mdwtools., guix-commits, 2023/06/02
- 61/418: gnu: texlive-latex-marginfix -> texlive-marginfix., guix-commits, 2023/06/02
- 79/418: gnu: texlive-latex-jknapltx -> texlive-jknapltx., guix-commits, 2023/06/02
- 82/418: gnu: texlive-latex-enotez -> texlive-enotez., guix-commits, 2023/06/02
- 34/418: gnu: Add texlive-showexpl., guix-commits, 2023/06/02
- 71/418: gnu: texlive-zref: Fix build., guix-commits, 2023/06/02
- 75/418: gnu: texlive-latex-colortbl -> texlive-colortbl., guix-commits, 2023/06/02
- 83/418: gnu: texlive-latex-multirow -> texlive-multirow., guix-commits, 2023/06/02
- 86/418: gnu: texlive-latex-pbox -> texlive-pbox., guix-commits, 2023/06/02
- 91/418: gnu: texlive-booktabs: Fix build., guix-commits, 2023/06/02