[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
132/452: gnu: texlive-kastrup: Refresh package definition.
From: |
guix-commits |
Subject: |
132/452: gnu: texlive-kastrup: Refresh package definition. |
Date: |
Fri, 9 Jun 2023 13:43:10 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 8f3166c39dc990f9f11e828281640199e1564348
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 f8f88bd6f9..02d24101be 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11608,31 +11608,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
- 359/452: gnu: texlive-hyphen-package: Remove SIMPLE-TEXLIVE-PACKAGE call., (continued)
- 359/452: gnu: texlive-hyphen-package: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 19/452: gnu: Add texlive-xfor., guix-commits, 2023/06/09
- 53/452: gnu: texlive-latex-g-brief -> texlive-g-brief., guix-commits, 2023/06/09
- 59/452: gnu: texlive-latex-geometry -> texlive-geometry., guix-commits, 2023/06/09
- 62/452: gnu: texlive-latex-supertabular -> texlive-supertabular., guix-commits, 2023/06/09
- 71/452: gnu: texlive-zref: Fix build., guix-commits, 2023/06/09
- 89/452: gnu: texlive-latex-threeparttable -> texlive-threeparttable., guix-commits, 2023/06/09
- 104/452: gnu: texlive-latex-ocgx2 -> texlive-ocgx2., guix-commits, 2023/06/09
- 107/452: gnu: texlive-latex-readarray -> texlive-readarray., guix-commits, 2023/06/09
- 119/452: gnu: texlive-generic-babel-norsk -> texlive-babel-norsk., guix-commits, 2023/06/09
- 132/452: gnu: texlive-kastrup: Refresh package definition.,
guix-commits <=
- 136/452: gnu: texlive-adjustbox: Refresh package definition., guix-commits, 2023/06/09
- 149/452: gnu: texlive-comment: Refresh package definition., guix-commits, 2023/06/09
- 156/452: gnu: texlive-datetime2: Refresh package definition., guix-commits, 2023/06/09
- 159/452: gnu: texlive-setspace: Refresh package definition., guix-commits, 2023/06/09
- 158/452: gnu: texlive-pgfgantt: Refresh package definition., guix-commits, 2023/06/09
- 172/452: gnu: texlive-floatflt: Refresh package definition., guix-commits, 2023/06/09
- 181/452: gnu: texlive-tcolorbox: Refresh package definition., guix-commits, 2023/06/09
- 168/452: gnu: texlive-was: Refresh package definition., guix-commits, 2023/06/09
- 13/452: gnu: texlive-latex-environ -> texlive-environ., guix-commits, 2023/06/09
- 16/452: gnu: texlive-latex-expdlist -> texlive-expdlist., guix-commits, 2023/06/09