[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/31: gnu: texlive-latex-wasysym: Rename to texlive-wasysym.
From: |
guix-commits |
Subject: |
12/31: gnu: texlive-latex-wasysym: Rename to texlive-wasysym. |
Date: |
Thu, 14 Jan 2021 10:12:54 -0500 (EST) |
apteryx pushed a commit to branch core-updates
in repository guix.
commit 568729e8219999018aaa231aa38d4688ec51c8ab
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Jan 4 17:07:08 2021 -0500
gnu: texlive-latex-wasysym: Rename to texlive-wasysym.
* gnu/packages/tex.scm (texlive-latex-wasysym): Rename to texlive-wasysym,
according to the texlive.tlpdb database. Deprecate old package name.
---
gnu/packages/tex.scm | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 2ecf677..b381cfd 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5811,9 +5811,9 @@ Association for Computing Machinery (ACM).")
get a narrower “natural” width.")
(license license:lppl)))
-(define-public texlive-latex-wasysym
+(define-public texlive-wasysym
(package
- (name "texlive-latex-wasysym")
+ (name "texlive-wasysym")
(version (number->string %texlive-revision))
(source (origin
(method svn-fetch)
@@ -5833,6 +5833,9 @@ lasy font set and other odds and ends. The wasysym
package implements an easy
to use interface for these symbols.")
(license license:lppl)))
+(define-public texlive-latex-wasysym
+ (deprecated-package "texlive-latex-wasysym" texlive-wasysym))
+
(define-public texlive-latex-wrapfig
(package
(name "texlive-latex-wrapfig")
- branch core-updates updated (b5ccc6c -> 92fd897), guix-commits, 2021/01/14
- 02/31: gnu: opensp: Add doc output, enable tests and add search path., guix-commits, 2021/01/14
- 04/31: gnu: Add iso-8879-entities., guix-commits, 2021/01/14
- 06/31: gnu: Add docbook-dsssl., guix-commits, 2021/01/14
- 07/31: gnu: Add perl-sgmls., guix-commits, 2021/01/14
- 01/31: gnu: opensp: Move package to (gnu packages xml)., guix-commits, 2021/01/14
- 10/31: gnu: Add config., guix-commits, 2021/01/14
- 03/31: gnu: Add openjade., guix-commits, 2021/01/14
- 05/31: gnu: Add docbook-sgml., guix-commits, 2021/01/14
- 13/31: gnu: texlive-fonts-stmaryrd: Rename to texlive-stmaryrd., guix-commits, 2021/01/14
- 12/31: gnu: texlive-latex-wasysym: Rename to texlive-wasysym.,
guix-commits <=
- 21/31: gnu: texlive-wasysym: Update synopsis and description., guix-commits, 2021/01/14
- 19/31: gnu: texlive-stmaryrd: Actually include the fonts., guix-commits, 2021/01/14
- 14/31: gnu: texlive-latex-oberdiek: Rename to texlive-oberdiek., guix-commits, 2021/01/14
- 17/31: gnu: Add texlive-courier., guix-commits, 2021/01/14
- 20/31: gnu: Add texlive-wasy., guix-commits, 2021/01/14
- 18/31: gnu: Add texlive-helvetic., guix-commits, 2021/01/14
- 24/31: gnu: Add docbook-utils., guix-commits, 2021/01/14
- 08/31: gnu: Add docbook-sgml-3.1., guix-commits, 2021/01/14
- 09/31: gnu: Add texlive-marvosym., guix-commits, 2021/01/14
- 11/31: gnu: Add texlive-tipa., guix-commits, 2021/01/14