[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
125/409: gnu: texlive-wasysym: Refresh package definition.
From: |
guix-commits |
Subject: |
125/409: gnu: texlive-wasysym: Refresh package definition. |
Date: |
Sat, 20 May 2023 04:02:34 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 0497b55c9edc0d5967969981187ce759f8c1819e
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 da3e21b2ba..eb0b3c0094 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -8359,23 +8359,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)
- 257/409: gnu: texlive-atbegshi: Refresh package definition., (continued)
- 257/409: gnu: texlive-atbegshi: Refresh package definition., guix-commits, 2023/05/20
- 68/409: gnu: texlive-latex-footmisc -> texlive-footmisc., guix-commits, 2023/05/20
- 72/409: gnu: texlive-latex-bookmark -> texlive-bookmark., guix-commits, 2023/05/20
- 75/409: gnu: texlive-latex-colortbl -> texlive-colortbl., guix-commits, 2023/05/20
- 94/409: gnu: Add texlive-ctablestack., guix-commits, 2023/05/20
- 96/409: gnu: Add texlive-luacode., guix-commits, 2023/05/20
- 99/409: gnu: texlive-latex-varwidth -> texlive-varwidth., guix-commits, 2023/05/20
- 113/409: gnu: texlive-latex-textpos -> texlive-textpos., guix-commits, 2023/05/20
- 114/409: gnu: texlive-latex-hyphenat -> texlive-hyphenat., guix-commits, 2023/05/20
- 123/409: gnu: texlive-tex-plain -> texlive-plain., guix-commits, 2023/05/20
- 125/409: gnu: texlive-wasysym: Refresh package definition.,
guix-commits <=
- 130/409: gnu: texlive-ydoc: Refresh package definition., guix-commits, 2023/05/20
- 134/409: gnu: texlive-ifoddpage: Refresh package definition., guix-commits, 2023/05/20
- 139/409: gnu: texlive-metafont: Refresh package definition., guix-commits, 2023/05/20
- 151/409: gnu: texlive-everysel: Refresh package definition., guix-commits, 2023/05/20
- 166/409: gnu: texlive-threeparttablex: Refresh package definition., guix-commits, 2023/05/20
- 172/409: gnu: texlive-floatflt: Refresh package definition., guix-commits, 2023/05/20
- 183/409: gnu: texlive-xcharter: Refresh package definition., guix-commits, 2023/05/20
- 185/409: gnu: texlive-newtx: Refresh package definition., guix-commits, 2023/05/20
- 189/409: gnu: texlive-fourier: Refresh package definition., guix-commits, 2023/05/20
- 191/409: gnu: texlive-mathdesign: Refresh package definition., guix-commits, 2023/05/20