[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
190/458: gnu: texlive-bera: Refresh package definition.
From: |
guix-commits |
Subject: |
190/458: gnu: texlive-bera: Refresh package definition. |
Date: |
Wed, 14 Jun 2023 05:22:29 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 41fa56812a1eab7a76f9790df3340bbbcab3044e
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 0bff6033b0..fa017e76f4 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11142,25 +11142,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
- 402/458: gnu: texlive-wasy: Fix build., (continued)
- 402/458: gnu: texlive-wasy: Fix build., guix-commits, 2023/06/14
- 412/458: guix: texlive-build-system: Handle doc-only packages gracefully., guix-commits, 2023/06/14
- 416/458: gnu: faif: Update texlive package names., guix-commits, 2023/06/14
- 424/458: gnu: texlive-pdftex: Create formats., guix-commits, 2023/06/14
- 425/458: gnu: texlive-babel: Do not rely on TEXLIVE-LATEX-BASE., guix-commits, 2023/06/14
- 426/458: gnu: texlive-latex-base: Simplify package., guix-commits, 2023/06/14
- 439/458: gnu: Add texlive-makeindex., guix-commits, 2023/06/14
- 172/458: gnu: texlive-floatflt: Refresh package definition., guix-commits, 2023/06/14
- 185/458: gnu: texlive-newtx: Refresh package definition., guix-commits, 2023/06/14
- 445/458: gnu: Add texlive-mfnfss., guix-commits, 2023/06/14
- 190/458: gnu: texlive-bera: Refresh package definition.,
guix-commits <=
- 251/458: gnu: texlive-subfigure: Refresh package definition., guix-commits, 2023/06/14
- 255/458: gnu: texlive-ncctools: Refresh package definition., guix-commits, 2023/06/14
- 275/458: gnu: texlive-halloweenmath: Refresh package definition., guix-commits, 2023/06/14
- 136/458: gnu: texlive-adjustbox: Refresh package definition., guix-commits, 2023/06/14
- 153/458: gnu: texlive-ragged2e: Refresh package definition., guix-commits, 2023/06/14
- 157/458: gnu: texlive-pdflscape: Refresh package definition., guix-commits, 2023/06/14
- 159/458: gnu: texlive-setspace: Refresh package definition., guix-commits, 2023/06/14
- 160/458: gnu: Add texlive-lipsum., guix-commits, 2023/06/14
- 162/458: gnu: Add texlive-selinput., guix-commits, 2023/06/14
- 171/458: gnu: texlive-apa6: Refresh package definition., guix-commits, 2023/06/14