[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
132/418: gnu: texlive-kastrup: Refresh package definition.
From: |
guix-commits |
Subject: |
132/418: gnu: texlive-kastrup: Refresh package definition. |
Date: |
Mon, 29 May 2023 17:39:03 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit aadb08f0f19161d549388f7c0bbac397ca7e890f
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 ab62d3e309..c87d14f216 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
- 119/418: gnu: texlive-generic-babel-norsk -> texlive-babel-norsk., (continued)
- 119/418: gnu: texlive-generic-babel-norsk -> texlive-babel-norsk., guix-commits, 2023/05/29
- 118/418: gnu: texlive-generic-babel-german -> texlive-babel-german., guix-commits, 2023/05/29
- 117/418: gnu: texlive-latex-koma-script -> texlive-koma-script., guix-commits, 2023/05/29
- 121/418: gnu: texlive-fonts-iwona -> texlive-iwona., guix-commits, 2023/05/29
- 120/418: gnu: texlive-fonts-rsfs -> texlive-rsfs., guix-commits, 2023/05/29
- 123/418: gnu: texlive-tex-plain -> texlive-plain., guix-commits, 2023/05/29
- 124/418: gnu: texlive-metapost: Refresh package definition., guix-commits, 2023/05/29
- 126/418: gnu: texlive-bibtex: Refresh package definition., guix-commits, 2023/05/29
- 127/418: gnu: Add texlive-newverbs., guix-commits, 2023/05/29
- 129/418: gnu: Add texlive-gincltex., guix-commits, 2023/05/29
- 132/418: gnu: texlive-kastrup: Refresh package definition.,
guix-commits <=
- 135/418: gnu: texlive-storebox: Refresh package definition., guix-commits, 2023/05/29
- 140/418: gnu: texlive-docstrip: Refresh package definition., guix-commits, 2023/05/29
- 137/418: gnu: texlive-standalone: Refresh package definition., guix-commits, 2023/05/29
- 136/418: gnu: texlive-adjustbox: Refresh package definition., guix-commits, 2023/05/29
- 142/418: gnu: texlive-xetex: Refresh package definition., guix-commits, 2023/05/29
- 143/418: gnu: texlive-substr: Refresh package definition., guix-commits, 2023/05/29
- 144/418: gnu: texlive-xstring: Refresh package definition., guix-commits, 2023/05/29
- 145/418: gnu: texlive-sourcecodepro: Refresh package definition., guix-commits, 2023/05/29
- 151/418: gnu: texlive-everysel: Refresh package definition., guix-commits, 2023/05/29
- 155/418: gnu: texlive-tracklang: Refresh package definition., guix-commits, 2023/05/29