[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/418: gnu: texlive-latex-blindtext -> texlive-blindtext.
From: |
guix-commits |
Subject: |
08/418: gnu: texlive-latex-blindtext -> texlive-blindtext. |
Date: |
Mon, 29 May 2023 17:38:43 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 5d091918201f8e82ef805b002498ae9236597516
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu May 4 19:51:14 2023 +0200
gnu: texlive-latex-blindtext -> texlive-blindtext.
* gnu/packages/tex.scm (texlive-blindtext): New variable.
(texlive-latex-blindtext): Deprecate variable.
---
gnu/packages/tex.scm | 26 +++++++++++++++-----------
1 file changed, 15 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 97ea921b0f..3885cfb95a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4783,20 +4783,22 @@ packages.")
(define-deprecated-package texlive-latex-bigfoot texlive-bigfoot)
-(define-public texlive-latex-blindtext
+(define-public texlive-blindtext
(package
- (name "texlive-latex-blindtext")
+ (name "texlive-blindtext")
(version (number->string %texlive-revision))
- (source (origin
- (method svn-fetch)
- (uri (texlive-ref "latex" "blindtext"))
- (file-name (string-append name "-" version "-checkout"))
- (sha256
- (base32
- "1jrja9b1pzdh9zgv1jh807w4xijqja58n2mqny6dkwicv8qfgbfg"))))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/blindtext/"
+ "source/latex/blindtext/"
+ "tex/latex/blindtext/")
+ (base32
+ "1gakawih3mzm5jh01kb44sjpsa4r8c3zwzig5bac37g4ha2vqska")))
+ (outputs '("out" "doc"))
(build-system texlive-build-system)
- (arguments '(#:tex-directory "latex/blindtext"))
- (home-page "https://www.ctan.org/pkg/blindtext")
+ (propagated-inputs
+ (list texlive-tools))
+ (home-page "https://ctan.org/pkg/blindtext")
(synopsis "Producing 'blind' text for testing")
(description
"The package provides the commands @code{\\blindtext} and
@@ -4808,6 +4810,8 @@ the @code{latin} option provides a short \"lorem ipsum\"
(for a fuller \"lorem
ipsum\" text, see the @code{lipsum} package).")
(license license:lppl)))
+(define-deprecated-package texlive-latex-blindtext texlive-blindtext)
+
(define-public texlive-latex-dinbrief
(package
(name "texlive-latex-dinbrief")
- 01/418: guix: texlive-build-system: Improvements on non-trivial packages., (continued)
- 01/418: guix: texlive-build-system: Improvements on non-trivial packages., guix-commits, 2023/05/29
- 02/418: gnu: Simplify simple-texlive-package for non-trivial packages., guix-commits, 2023/05/29
- 03/418: guix: import: Update texlive importer according to new build system., guix-commits, 2023/05/29
- 04/418: guix: import: Improve home-page generation in texlive importer., guix-commits, 2023/05/29
- 05/418: guix: import: texlive use full file names for generic directories., guix-commits, 2023/05/29
- 06/418: guix: import: Fix multiple licenses output in texlive importer., guix-commits, 2023/05/29
- 14/418: gnu: texlive-latex-eqparbox -> texlive-eqparbox., guix-commits, 2023/05/29
- 07/418: gnu: texlive-latex-l3kernel -> texlive-l3kernel., guix-commits, 2023/05/29
- 12/418: gnu: texlive-latex-trimspaces -> texlive-trimspaces., guix-commits, 2023/05/29
- 13/418: gnu: texlive-latex-environ -> texlive-environ., guix-commits, 2023/05/29
- 08/418: gnu: texlive-latex-blindtext -> texlive-blindtext.,
guix-commits <=
- 09/418: gnu: texlive-latex-dinbrief -> texlive-dinbrief., guix-commits, 2023/05/29
- 16/418: gnu: texlive-latex-expdlist -> texlive-expdlist., guix-commits, 2023/05/29
- 17/418: gnu: Add texlive-minitoc., guix-commits, 2023/05/29
- 20/418: gnu: Add texlive-mfirstuc., guix-commits, 2023/05/29
- 10/418: gnu: Add texlive-everypage., guix-commits, 2023/05/29
- 21/418: gnu: Add texlive-filehook., guix-commits, 2023/05/29
- 23/418: gnu: Add texlive-lualatex-math., guix-commits, 2023/05/29
- 24/418: gnu: Add texlive-enctex., guix-commits, 2023/05/29
- 27/418: gnu: Add texlive-luabidi., guix-commits, 2023/05/29
- 29/418: gnu: Add texlive-euenc., guix-commits, 2023/05/29