[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
372/435: gnu: texlive-qrcode: Remove SIMPLE-TEXLIVE-PACKAGE call.
From: |
guix-commits |
Subject: |
372/435: gnu: texlive-qrcode: Remove SIMPLE-TEXLIVE-PACKAGE call. |
Date: |
Tue, 6 Jun 2023 11:40:28 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 57e1958a8da8f2f0c2ebdb4647f782f3535dcbc2
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 92ae08cd58..f288a3c397 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12170,33 +12170,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
- 326/435: gnu: texlive-inputenx: Refresh package definition., (continued)
- 326/435: gnu: texlive-inputenx: Refresh package definition., guix-commits, 2023/06/06
- 327/435: gnu: texlive-ruhyphen: Refresh package definition., guix-commits, 2023/06/06
- 335/435: gnu: texlive-knuth-lib: Refresh package definition., guix-commits, 2023/06/06
- 347/435: gnu: texlive-tex-ini-files: Refresh package definition., guix-commits, 2023/06/06
- 352/435: gnu: Add texlive-manfnt., guix-commits, 2023/06/06
- 351/435: gnu: texlive-dvipdfmx: Refresh package definition., guix-commits, 2023/06/06
- 355/435: gnu: Add texlive-luatex., guix-commits, 2023/06/06
- 356/435: gnu: texlive-siunitx: Refresh package definition., guix-commits, 2023/06/06
- 368/435: gnu: texlive-morefloats: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/06
- 354/435: gnu: Add texlive-mptopdf., guix-commits, 2023/06/06
- 372/435: gnu: texlive-qrcode: Remove SIMPLE-TEXLIVE-PACKAGE call.,
guix-commits <=
- 377/435: gnu: texlive-babel-finnish: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/06
- 380/435: gnu: texlive-abstract: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/06
- 379/435: gnu: texlive-babel-polish: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/06
- 378/435: gnu: texlive-babel-danish: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/06
- 386/435: gnu: texlive-totcount: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/06
- 390/435: guix: import: Handle native inputs in texlive importer., guix-commits, 2023/06/06
- 393/435: gnu: texlive-knuth-lib: Fix build., guix-commits, 2023/06/06
- 394/435: gnu: texlive-mflogo-font: Fix build., guix-commits, 2023/06/06
- 395/435: gnu: texlive-ec: Fix build., guix-commits, 2023/06/06
- 400/435: gnu: texlive-tipa: Fix build., guix-commits, 2023/06/06