[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
190/418: gnu: texlive-bera: Refresh package definition.
From: |
guix-commits |
Subject: |
190/418: gnu: texlive-bera: Refresh package definition. |
Date: |
Mon, 29 May 2023 17:39:12 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit c9bf2b3d8361f4ed88a2607159bcea7c33ca2432
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 19:03:30 2023 +0200
gnu: texlive-bera: Refresh package definition.
* gnu/packages/tex.scm (texlive-bera): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[propagated-inputs]: Add TEXLIVE-GRAPHICS.
---
gnu/packages/tex.scm | 41 +++++++++++++++++++++++------------------
1 file changed, 23 insertions(+), 18 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 79fe12fb3e..733e48139b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11150,25 +11150,30 @@ created by the Greek Font Society).")
(define-public texlive-bera
(package
- (inherit (simple-texlive-package
- "texlive-bera"
- (list "/doc/fonts/bera/"
- "/fonts/afm/public/bera/"
- "/fonts/map/dvips/bera/"
- "/fonts/tfm/public/bera/"
- "/fonts/type1/public/bera/"
- "/fonts/vf/public/bera/"
- "/tex/latex/bera/")
- (base32
- "1pkmhhr6ah44xhipjr7nianv03hr4w4bn45xcvp264yw6ymqzqwr")
- #:trivial? #t))
- (home-page "https://www.ctan.org/pkg/bera")
+ (name "texlive-bera")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/bera/"
+ "fonts/afm/public/bera/"
+ "fonts/map/dvips/bera/"
+ "fonts/tfm/public/bera/"
+ "fonts/type1/public/bera/"
+ "fonts/vf/public/bera/"
+ "tex/latex/bera/")
+ (base32
+ "1pkmhhr6ah44xhipjr7nianv03hr4w4bn45xcvp264yw6ymqzqwr")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-graphics))
+ (home-page "https://ctan.org/pkg/bera")
(synopsis "Bera fonts")
- (description "The @code{bera} package contains the Bera Type 1
-fonts and files to use the fonts with LaTeX. Bera is a set of three
-font families: Bera Serif (a slab-serif Roman), Bera Sans (a Frutiger
-descendant) and Bera Mono (monospaced/typewriter). The Bera family is
-a repackaging, for use with TeX, of the Bitstream Vera family.")
+ (description "The @code{bera} package contains the Bera Type 1 fonts and
+files to use the fonts with LaTeX. Bera is a set of three font families: Bera
+Serif (a slab-serif Roman), Bera Sans (a Frutiger descendant) and Bera
+Mono (monospaced/typewriter). The Bera family is a repackaging, for use with
+TeX, of the Bitstream Vera family.")
(license license:silofl1.1)))
(define-public texlive-fourier
- 130/418: gnu: texlive-ydoc: Refresh package definition., (continued)
- 130/418: gnu: texlive-ydoc: Refresh package definition., guix-commits, 2023/05/29
- 138/418: gnu: Add texlive-modes., guix-commits, 2023/05/29
- 133/418: gnu: texlive-collectbox: Refresh package definition., guix-commits, 2023/05/29
- 157/418: gnu: texlive-pdflscape: Refresh package definition., guix-commits, 2023/05/29
- 161/418: gnu: Add texlive-kantlipsum., guix-commits, 2023/05/29
- 170/418: gnu: texlive-apacite: Refresh package definition., guix-commits, 2023/05/29
- 186/418: gnu: texlive-cabin: Refresh package definition., guix-commits, 2023/05/29
- 184/418: gnu: Add texlive-etextools., guix-commits, 2023/05/29
- 189/418: gnu: texlive-fourier: Refresh package definition., guix-commits, 2023/05/29
- 191/418: gnu: texlive-mathdesign: Refresh package definition., guix-commits, 2023/05/29
- 190/418: gnu: texlive-bera: Refresh package definition.,
guix-commits <=
- 194/418: gnu: texlive-fp: Refresh package definition., guix-commits, 2023/05/29
- 188/418: gnu: texlive-utopia: Refresh package definition., guix-commits, 2023/05/29
- 195/418: gnu: texlive-mathpazo: Refresh package definition., guix-commits, 2023/05/29
- 210/418: gnu: texlive-charter: Refresh package definition., guix-commits, 2023/05/29
- 209/418: gnu: texlive-beamer: Refresh package definition., guix-commits, 2023/05/29
- 206/418: gnu: texlive-iftex: Refresh package definition., guix-commits, 2023/05/29
- 201/418: gnu: texlive-todonotes: Refresh package definition., guix-commits, 2023/05/29
- 198/418: gnu: texlive-minted: Refresh package definition., guix-commits, 2023/05/29
- 203/418: gnu: texlive-biblatex: Refresh package definition., guix-commits, 2023/05/29
- 208/418: gnu: texlive-pstricks: Refresh package definition., guix-commits, 2023/05/29