guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

317/435: gnu: texlive-greek-fontenc: Refresh package definition.


From: guix-commits
Subject: 317/435: gnu: texlive-greek-fontenc: Refresh package definition.
Date: Tue, 6 Jun 2023 11:40:16 -0400 (EDT)

ngz pushed a commit to branch tex-team-next
in repository guix.

commit b296cd7d0c222a6748e04cc718f6d77559eb26f8
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 89631a0d1a..20e5fdbe4c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3755,19 +3755,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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]