[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
371/416: gnu: texlive-grfext: Remove SIMPLE-TEXLIVE-PACKAGE call.
From: |
guix-commits |
Subject: |
371/416: gnu: texlive-grfext: Remove SIMPLE-TEXLIVE-PACKAGE call. |
Date: |
Sun, 28 May 2023 02:33:36 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 3b5ca1a2b51e11fced711fcc93ee4d2c9068cb68
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu May 18 14:01:23 2023 +0200
gnu: texlive-grfext: Remove SIMPLE-TEXLIVE-PACKAGE call.
* gnu/packages/tex.scm (texlive-grfext!): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[propagated-inputs]: Add TEXLIVE-INFWARERR, TEXLIVE-KVDEFINEKEYS.
[home-page]: Use CTAN URL.
[synopsis]: Add proper Texinfo markup.
---
gnu/packages/tex.scm | 41 ++++++++++++++++++++---------------------
1 file changed, 20 insertions(+), 21 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index ec9733e8e7..350a4d062f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12136,27 +12136,26 @@ The macros were designed for use within other
macros.")
(license license:lppl1.3)))
(define-public texlive-grfext
- (let ((template (simple-texlive-package
- "texlive-grfext"
- (list "doc/latex/grfext/"
- "source/latex/grfext/"
- "tex/latex/grfext/")
- (base32
- "1x35r10mkjg8dzx7aj99y4dwyf69jgs41qwapdx523lbglywmgxp"))))
- (package
- (inherit template)
- (outputs '("out" "doc"))
- (arguments
- (substitute-keyword-arguments (package-arguments template)
- ((#:tex-directory _ #t)
- "latex/grfext")
- ((#:build-targets _ #t)
- #~(list "grfext.dtx"))))
- (home-page "https://github.com/ho-tex/grfext")
- (synopsis "Manipulate the graphics package's list of extensions")
- (description "This package provides macros for adding to, and reordering
-the list of graphics file extensions recognised by package graphics.")
- (license license:lppl1.3c+))))
+ (package
+ (name "texlive-grfext")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/grfext/" "source/latex/grfext/"
+ "tex/latex/grfext/")
+ (base32
+ "1x35r10mkjg8dzx7aj99y4dwyf69jgs41qwapdx523lbglywmgxp")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-infwarerr
+ texlive-kvdefinekeys))
+ (home-page "https://ctan.org/pkg/grfext")
+ (synopsis "Manipulate the @code{graphics} package's list of extensions")
+ (description
+ "This package provides macros for adding to, and reordering the list of
+graphics file extensions recognised by package @code{graphics}.")
+ (license license:lppl1.3c+)))
(define-public texlive-adjustbox
(package
- 351/416: gnu: texlive-dvipdfmx: Refresh package definition., (continued)
- 351/416: gnu: texlive-dvipdfmx: Refresh package definition., guix-commits, 2023/05/28
- 350/416: gnu: texlive-dvips: Refresh package definition., guix-commits, 2023/05/28
- 354/416: gnu: Add texlive-mptopdf., guix-commits, 2023/05/28
- 360/416: gnu: texlive-tetex: Refresh package definition., guix-commits, 2023/05/28
- 363/416: gnu: texlive-amsmath: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 365/416: gnu: texlive-catchfile: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 366/416: gnu: texlive-tabu: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 369/416: gnu: texlive-pagenote: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 361/416: gnu: simple-texlive-package: Turn it into a stub., guix-commits, 2023/05/28
- 370/416: gnu: texlive-titling: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 371/416: gnu: texlive-grfext: Remove SIMPLE-TEXLIVE-PACKAGE call.,
guix-commits <=
- 372/416: gnu: texlive-qrcode: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 373/416: gnu: texlive-unicode-math: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 379/416: gnu: texlive-babel-polish: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 381/416: gnu: texlive-breqn: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 384/416: gnu: texlive-soul: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 383/416: gnu: texlive-lastpage: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 385/416: gnu: texlive-soulutf8: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 390/416: guix: import: Handle native inputs in texlive importer., guix-commits, 2023/05/28
- 391/416: gnu: texlive-cm: Fix build., guix-commits, 2023/05/28
- 394/416: gnu: texlive-mflogo-font: Fix build., guix-commits, 2023/05/28