[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
338/452: gnu: texlive-tex-gyre: Refresh package definition.
From: |
guix-commits |
Subject: |
338/452: gnu: texlive-tex-gyre: Refresh package definition. |
Date: |
Fri, 9 Jun 2023 13:43:57 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 77fe214cd48d0189dabd39dbd4fe6b391c7d9b13
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 419ca05979..152a2abf13 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
- 307/452: gnu: texlive-pstool: Refresh package definition., (continued)
- 307/452: gnu: texlive-pstool: Refresh package definition., guix-commits, 2023/06/09
- 310/452: gnu: Add texlive-cmexb., guix-commits, 2023/06/09
- 313/452: gnu: texlive-lua-alt-getopt: Refresh package definition., guix-commits, 2023/06/09
- 316/452: gnu: texlive-url: Refresh package definition., guix-commits, 2023/06/09
- 320/452: gnu: texlive-glyphlist: Refresh package definition., guix-commits, 2023/06/09
- 321/452: gnu: texlive-fancyvrb: Refresh package definition., guix-commits, 2023/06/09
- 325/452: gnu: texlive-kpathsea: Refresh package definition., guix-commits, 2023/06/09
- 324/452: gnu: texlive-kpfonts: Refresh package definition., guix-commits, 2023/06/09
- 328/452: gnu: texlive-ukrhyph: Refresh package definition., guix-commits, 2023/06/09
- 335/452: gnu: texlive-knuth-lib: Refresh package definition., guix-commits, 2023/06/09
- 338/452: gnu: texlive-tex-gyre: Refresh package definition.,
guix-commits <=
- 343/452: gnu: texlive-cbfonts-fd: Refresh package definition., guix-commits, 2023/06/09
- 356/452: gnu: texlive-siunitx: Refresh package definition., guix-commits, 2023/06/09
- 362/452: gnu: texlive-hyph-utf8: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 358/452: gnu: texlive-latex-base: Refresh package definition., guix-commits, 2023/06/09
- 368/452: gnu: texlive-morefloats: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 363/452: gnu: texlive-amsmath: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 378/452: gnu: texlive-babel-danish: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 377/452: gnu: texlive-babel-finnish: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 370/452: gnu: texlive-titling: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 381/452: gnu: texlive-breqn: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09