[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
338/418: gnu: texlive-tex-gyre: Refresh package definition.
From: |
guix-commits |
Subject: |
338/418: gnu: texlive-tex-gyre: Refresh package definition. |
Date: |
Fri, 2 Jun 2023 17:25:45 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit aa87c95bcdd69e104f9a9cba4ea3ffe46ee3fecf
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed May 17 00:13:28 2023 +0200
gnu: texlive-tex-gyre: Refresh package definition.
* gnu/packages/tex.scm (texlive-tex-gyre): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[propagated-inputs]: Add TEXLIVE-KVOPTIONS.
---
gnu/packages/tex.scm | 31 ++++++++++++++++++-------------
1 file changed, 18 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 965c315853..d62f05bd9a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1338,19 +1338,24 @@ font from Adobe's basic set.")
(define-public texlive-tex-gyre
(package
- (inherit (simple-texlive-package
- "texlive-tex-gyre"
- '("/doc/fonts/tex-gyre/GUST-FONT-LICENSE.txt"
- "/fonts/afm/public/tex-gyre/"
- "/fonts/enc/dvips/tex-gyre/"
- "/fonts/map/dvips/tex-gyre/"
- "/fonts/opentype/public/tex-gyre/"
- "/fonts/tfm/public/tex-gyre/"
- "/fonts/type1/public/tex-gyre/"
- "/tex/latex/tex-gyre/")
- (base32
- "1ldnlmclghm3gnyv02r8a6cqybygz2ifq07mhykhf43h1pw3aq7k")
- #:trivial? #t))
+ (name "texlive-tex-gyre")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/tex-gyre/"
+ "fonts/afm/public/tex-gyre/"
+ "fonts/enc/dvips/tex-gyre/"
+ "fonts/map/dvips/tex-gyre/"
+ "fonts/opentype/public/tex-gyre/"
+ "fonts/tfm/public/tex-gyre/"
+ "fonts/type1/public/tex-gyre/"
+ "source/fonts/tex-gyre/"
+ "tex/latex/tex-gyre/")
+ (base32
+ "0229aa7cgw614zlc2n589fi4hfdfnv7dd83f5mfa358zdb8iw54j")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs (list texlive-kvoptions))
(home-page "https://ctan.org/pkg/tex-gyre")
(synopsis "TeX fonts extending URW fonts")
(description
- 297/418: gnu: texlive-times: Refresh package definition., (continued)
- 297/418: gnu: texlive-times: Refresh package definition., guix-commits, 2023/06/02
- 305/418: gnu: texlive-calrsfs: Refresh package definition., guix-commits, 2023/06/02
- 306/418: gnu: texlive-seminar: Refresh package definition., guix-commits, 2023/06/02
- 313/418: gnu: texlive-lua-alt-getopt: Refresh package definition., guix-commits, 2023/06/02
- 310/418: gnu: Add texlive-cmexb., guix-commits, 2023/06/02
- 311/418: gnu: texlive-cs: Refresh package definition., guix-commits, 2023/06/02
- 347/418: gnu: texlive-tex-ini-files: Refresh package definition., guix-commits, 2023/06/02
- 354/418: gnu: Add texlive-mptopdf., guix-commits, 2023/06/02
- 331/418: gnu: texlive-hardwrap: Refresh package definition., guix-commits, 2023/06/02
- 335/418: gnu: texlive-knuth-lib: Refresh package definition., guix-commits, 2023/06/02
- 338/418: gnu: texlive-tex-gyre: Refresh package definition.,
guix-commits <=
- 348/418: gnu: texlive-hyphen-base: Refresh package definition., guix-commits, 2023/06/02
- 365/418: gnu: texlive-catchfile: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/02
- 376/418: gnu: texlive-babel-dutch: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/02
- 378/418: gnu: texlive-babel-danish: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/02
- 384/418: gnu: texlive-soul: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/02
- 387/418: gnu: texlive-totpages: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/02
- 392/418: gnu: texlive-etex: Fix build., guix-commits, 2023/06/02
- 369/418: gnu: texlive-pagenote: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/02
- 370/418: gnu: texlive-titling: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/02
- 374/418: gnu: texlive-fvextra: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/02