[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
317/416: gnu: texlive-greek-fontenc: Refresh package definition.
From: |
guix-commits |
Subject: |
317/416: gnu: texlive-greek-fontenc: Refresh package definition. |
Date: |
Sun, 28 May 2023 02:33:13 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit e8a607ecc94bbe06dbdefc8edcf401e34b7f5ac0
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue May 16 22:11:46 2023 +0200
gnu: texlive-greek-fontenc: Refresh package definition.
* gnu/packages/tex.scm (texlive-greek-fontenc): Remove
SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 25 ++++++++++++++-----------
1 file changed, 14 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index ae5d4cdce8..39cbd2961f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3759,19 +3759,22 @@ documents. It comprises the packages @code{color},
@code{graphics},
(define-public texlive-greek-fontenc
(package
- (inherit (simple-texlive-package
- "texlive-greek-fontenc"
- (list "doc/latex/greek-fontenc/"
- "tex/latex/greek-fontenc/"
- "source/latex/greek-fontenc/")
- (base32
- "1ncsvj5mlnkgllrvqdnbkv0qwpv2y7jkq3x2wdmm7d3daqq0ka5h")
- #:trivial? #t))
- (home-page "https://ctan.org/language/greek/greek-fontenc")
+ (name "texlive-greek-fontenc")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/greek-fontenc/"
+ "source/latex/greek-fontenc/"
+ "tex/latex/greek-fontenc/")
+ (base32
+ "1ncsvj5mlnkgllrvqdnbkv0qwpv2y7jkq3x2wdmm7d3daqq0ka5h")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/greek-fontenc")
(synopsis "LICR macros and encoding definition files for Greek")
(description
- "The package provides Greek LICR macro definitions and encoding
definition files
-for Greek text font encodings for use with fontenc.")
+ "The package provides Greek LICR macro definitions and encoding
+definition files for Greek text font encodings for use with @code{fontenc}.")
(license license:lppl1.3+)))
(define-public texlive-hycolor
- 263/416: gnu: texlive-intcalc: Refresh package definition., (continued)
- 263/416: gnu: texlive-intcalc: Refresh package definition., guix-commits, 2023/05/28
- 278/416: gnu: texlive-epstopdf-pkg: Refresh package definition., guix-commits, 2023/05/28
- 281/416: gnu: Add texlive-hopatch., guix-commits, 2023/05/28
- 303/416: gnu: texlive-ddphonism: Refresh package definition., guix-commits, 2023/05/28
- 289/416: gnu: texlive-jadetex: Refresh package definition., guix-commits, 2023/05/28
- 321/416: gnu: texlive-fancyvrb: Refresh package definition., guix-commits, 2023/05/28
- 318/416: gnu: texlive-graphics-cfg: Refresh package definition., guix-commits, 2023/05/28
- 342/416: gnu: texlive-cm: Refresh package definition., guix-commits, 2023/05/28
- 329/416: gnu: texlive-dehyph-exptl: Refresh package definition., guix-commits, 2023/05/28
- 341/416: gnu: texlive-cm-lgc: Refresh package definition., guix-commits, 2023/05/28
- 317/416: gnu: texlive-greek-fontenc: Refresh package definition.,
guix-commits <=
- 328/416: gnu: texlive-ukrhyph: Refresh package definition., guix-commits, 2023/05/28
- 358/416: gnu: texlive-latex-base: Refresh package definition., guix-commits, 2023/05/28
- 356/416: gnu: texlive-siunitx: Refresh package definition., guix-commits, 2023/05/28
- 340/416: gnu: texlive-cm-super: Refresh package definition., guix-commits, 2023/05/28
- 314/416: gnu: texlive-lualibs: Refresh package definition., guix-commits, 2023/05/28
- 323/416: gnu: texlive-latexconfig: Refresh package definition., guix-commits, 2023/05/28
- 338/416: gnu: texlive-tex-gyre: Refresh package definition., guix-commits, 2023/05/28
- 346/416: gnu: texlive-fontinst: Refresh package definition., guix-commits, 2023/05/28
- 349/416: gnu: texlive-underscore: Refresh package definition., guix-commits, 2023/05/28
- 355/416: gnu: Add texlive-luatex., guix-commits, 2023/05/28