[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
132/409: gnu: texlive-kastrup: Refresh package definition.
From: |
guix-commits |
Subject: |
132/409: gnu: texlive-kastrup: Refresh package definition. |
Date: |
Sat, 20 May 2023 04:02:35 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit bb610ef8181f81983a745a9cdc0171070f423ec8
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun May 14 22:35:19 2023 +0200
gnu: texlive-kastrup: Refresh package definition.
* gnu/packages/tex.scm (texlive-kastrup)[source]: Use TEXLIVE-ORIGIN
instead of TEXLIVE-REF and SVN-FETCH.
---
gnu/packages/tex.scm | 38 +++++++++++++++-----------------------
1 file changed, 15 insertions(+), 23 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 104921a171..53a86a4e68 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11616,31 +11616,23 @@ pre-compiled font files, and documentation.")
(package
(name "texlive-kastrup")
(version (number->string %texlive-revision))
- (source
- (origin
- (method svn-fetch)
- (uri (texlive-ref "generic" "kastrup"))
- (file-name (string-append name "-" version "-checkout"))
- (sha256
- (base32
- "1kkshc48brkq2nx3rlbv78a2130izykbf33ri1q2shqr8pjfmmq8"))))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/kastrup/"
+ "source/generic/kastrup/"
+ "tex/generic/kastrup/")
+ (base32
+ "0sbf4xw1jsh9pbjhqw3f0bg067f0rhf936wfnqpzj9kp2167n41j")))
+ (outputs '("out" "doc"))
(build-system texlive-build-system)
- (arguments
- '(#:tex-directory "generic/kastrup"
- #:phases
- (modify-phases %standard-phases
- (add-after 'unpack 'remove-generated-file
- (lambda _
- (delete-file "binhex.drv")
- #t)))))
- (home-page "http://www.ctan.org/pkg/binhex")
+ (home-page "https://ctan.org/pkg/binhex")
(synopsis "Convert numbers into binary, octal and hexadecimal")
- (description "The @code{kastrup} package provides the
-@emph{binhex.tex} file. This file provides expandable macros for both
-fixed-width and minimum-width numbers to bases 2, 4, 8 and 16. All
-constructs TeX accepts as arguments to its @code{\\number} primitive
-are valid as arguments for the macros. The package may be used under
-LaTeX and plain TeX.")
+ (description
+ "The @code{kastrup} package provides the @emph{binhex.tex} file. This
+file provides expandable macros for both fixed-width and minimum-width numbers
+to bases 2, 4, 8 and 16. All constructs TeX accepts as arguments to its
+@code{\\number} primitive are valid as arguments for the macros. The package
+may be used under LaTeX and plain TeX.")
(license (license:fsf-free "file:/binhex.dtx"))))
(define-public texlive-translations
- 88/409: gnu: texlive-latex-tabulary -> texlive-tabulary., (continued)
- 88/409: gnu: texlive-latex-tabulary -> texlive-tabulary., guix-commits, 2023/05/20
- 89/409: gnu: texlive-latex-threeparttable -> texlive-threeparttable., guix-commits, 2023/05/20
- 91/409: gnu: texlive-booktabs: Fix build., guix-commits, 2023/05/20
- 93/409: gnu: texlive-preprint: Fix build., guix-commits, 2023/05/20
- 95/409: gnu: Add texlive-luatexbase., guix-commits, 2023/05/20
- 98/409: gnu: texlive-latex-acmart -> texlive-acmart., guix-commits, 2023/05/20
- 104/409: gnu: texlive-latex-ocgx2 -> texlive-ocgx2., guix-commits, 2023/05/20
- 107/409: gnu: texlive-latex-readarray -> texlive-readarray., guix-commits, 2023/05/20
- 109/409: gnu: texlive-latex-examplep -> texlive-examplep., guix-commits, 2023/05/20
- 102/409: gnu: texlive-latex-needspace -> texlive-needspace., guix-commits, 2023/05/20
- 132/409: gnu: texlive-kastrup: Refresh package definition.,
guix-commits <=
- 45/409: gnu: texlive-latex-newunicodechar -> texlive-newunicodechar., guix-commits, 2023/05/20
- 61/409: gnu: texlive-latex-marginfix -> texlive-marginfix., guix-commits, 2023/05/20
- 64/409: gnu: texlive-latex-anysize -> texlive-anysize., guix-commits, 2023/05/20
- 67/409: gnu: texlive-stringenc: Fix build., guix-commits, 2023/05/20
- 73/409: gnu: texlive-latex-changebar -> texlive-changebar., guix-commits, 2023/05/20
- 79/409: gnu: texlive-latex-jknapltx -> texlive-jknapltx., guix-commits, 2023/05/20
- 101/409: gnu: texlive-latex-preview -> texlive-preview., guix-commits, 2023/05/20
- 103/409: gnu: texlive-latex-media9 -> texlive-media9., guix-commits, 2023/05/20
- 105/409: gnu: texlive-latex-changepage -> texlive-changepage., guix-commits, 2023/05/20
- 115/409: gnu: texlive-latex-tabto-ltx -> texlive-tabto-ltx., guix-commits, 2023/05/20