[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
372/416: gnu: texlive-qrcode: Remove SIMPLE-TEXLIVE-PACKAGE call.
From: |
guix-commits |
Subject: |
372/416: gnu: texlive-qrcode: 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 f2e8e239a8abf614255a5c4f988bf3b36ca545d4
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu May 18 14:04:09 2023 +0200
gnu: texlive-qrcode: Remove SIMPLE-TEXLIVE-PACKAGE call.
* gnu/packages/tex.scm (texlive-qrcode!): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[native-inputs]: Remove them.
[description]: Shorten it.
---
gnu/packages/tex.scm | 34 +++++++++++++---------------------
1 file changed, 13 insertions(+), 21 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 350a4d062f..8537dc58a3 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12196,33 +12196,25 @@ provided box macros are @code{\\lapbox},
@code{\\marginbox},
(define-public texlive-qrcode
(package
- (inherit (simple-texlive-package
- "texlive-qrcode"
- (list "doc/latex/qrcode/README"
- "source/latex/qrcode/qrcode.dtx"
- "source/latex/qrcode/qrcode.ins")
- (base32
- "1xfv0imrrbxjqwjapcf2silg19rwz2jinawy1x65c1krg919vn02")))
+ (name "texlive-qrcode")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/qrcode/" "source/latex/qrcode/"
+ "tex/latex/qrcode/")
+ (base32
+ "197v18lsvb90i07gxvc6mrmn1z63q8v0wvcnbk8dnn3hhabpn16y")))
(outputs '("out" "doc"))
- (arguments
- (list
- #:tex-directory "latex/qrcode"))
+ (build-system texlive-build-system)
(propagated-inputs
(list texlive-lm
texlive-xcolor
texlive-xkeyval))
- (native-inputs
- (list (texlive-updmap.cfg (list texlive-lm texlive-zapfding))
- texlive-hyperref
- texlive-stringenc
- texlive-xcolor
- texlive-xkeyval))
- (home-page "https://www.ctan.org/pkg/qrcode")
+ (home-page "https://ctan.org/pkg/qrcode")
(synopsis "QR codes without external tools")
- (description "This package creates @acronym{QR,Quick Response} codes for
-LaTeX documents without depending on external graphics packages. It supports
-generating codes of different sizes and with different error correction
-levels. All functionality is provided by the single @code{\\qrcode} command.")
+ (description
+ "The package generates QR (Quick Response) codes in LaTeX, without the
+need for PSTricks or any other graphical package.")
(license license:lppl1.3c+)))
(define-public texlive-tcolorbox
- 350/416: gnu: texlive-dvips: Refresh package definition., (continued)
- 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, 2023/05/28
- 372/416: gnu: texlive-qrcode: Remove SIMPLE-TEXLIVE-PACKAGE call.,
guix-commits <=
- 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
- 396/416: gnu: texlive-latex-fonts: Fix build., guix-commits, 2023/05/28