[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
125/452: gnu: texlive-wasysym: Refresh package definition.
From: |
guix-commits |
Subject: |
125/452: gnu: texlive-wasysym: Refresh package definition. |
Date: |
Fri, 9 Jun 2023 13:43:08 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 5ccc5a1021167cc324bb1bf0125cc06aed3cd3dd
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun May 14 22:04:42 2023 +0200
gnu: texlive-wasysym: Refresh package definition.
* gnu/packages/tex.scm (texlive-wasysym)[source]: Use TEXLIVE-ORIGIN
instead of TEXLIVE-REF and SVN-FETCH.
---
gnu/packages/tex.scm | 25 ++++++++++++-------------
1 file changed, 12 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 77f99a2d40..fc62d76e33 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -8351,23 +8351,22 @@ the @code{wasysym} package.")
(package
(name "texlive-wasysym")
(version (number->string %texlive-revision))
- (source (origin
- (method svn-fetch)
- (uri (texlive-ref "latex" "wasysym"))
- (file-name (string-append name "-" version "-checkout"))
- (sha256
- (base32
- "0zxcf0pfqf439cfwl0r5dd93b0v4pbiih36n2pwshdlvnmy0nr50"))))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/wasysym/" "source/latex/wasysym/"
+ "tex/latex/wasysym/")
+ (base32
+ "1n0rrrh510hy04a4fkxqh7skwfhp3xiiji78cw3mc65g06h1jyjc")))
+ (outputs '("out" "doc"))
(build-system texlive-build-system)
- (arguments '(#:tex-directory "latex/wasysym"))
- (home-page "https://www.ctan.org/pkg/wasysym")
- (synopsis "LaTeX support file to use the @code{wasy} fonts")
+ (home-page "https://ctan.org/pkg/wasysym")
+ (synopsis "LaTeX support for the @code{wasy} fonts")
(description
- "The @code{wasy} (Waldi Symbol) font by Roland Waldi provides many glyphs
like
-male and female symbols and astronomical symbols, as well as the complete
+ "The @code{wasy} (Waldi Symbol) font by Roland Waldi provides many glyphs
+like male and female symbols and astronomical symbols, as well as the complete
@code{lasy} font set and other odds and ends. The @code{wasysym} package
implements an easy to use interface for these symbols.")
- (license license:lppl)))
+ (license license:lppl1.3c)))
(define-deprecated-package texlive-latex-wasysym texlive-wasysym)
- 423/452: gnu: Add texlive-latex., (continued)
- 423/452: gnu: Add texlive-latex., guix-commits, 2023/06/09
- 425/452: gnu: texlive-babel: Do not rely on TEXLIVE-LATEX-BASE., guix-commits, 2023/06/09
- 424/452: gnu: texlive-pdftex: Create formats., guix-commits, 2023/06/09
- 438/452: gnu: Add texlive-hyphenex., guix-commits, 2023/06/09
- 440/452: gnu: Add texlive-xdvi., guix-commits, 2023/06/09
- 444/452: gnu: Add texlive-latex-bin., guix-commits, 2023/06/09
- 450/452: gnu: Add texlive-collection-latex., guix-commits, 2023/06/09
- 443/452: gnu: Add texlive-fix2col., guix-commits, 2023/06/09
- 22/452: gnu: Add texlive-currfile., guix-commits, 2023/06/09
- 56/452: gnu: texlive-generic-babel-english -> texlive-babel-english., guix-commits, 2023/06/09
- 125/452: gnu: texlive-wasysym: Refresh package definition.,
guix-commits <=
- 143/452: gnu: texlive-substr: Refresh package definition., guix-commits, 2023/06/09
- 234/452: gnu: texlive-bigfoot: Refresh package definition., guix-commits, 2023/06/09