guix-commits
[Top][All Lists]
Advanced

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

319/435: gnu: texlive-graphics-def: Refresh package definition.


From: guix-commits
Subject: 319/435: gnu: texlive-graphics-def: 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 0c0354252348bbd3c4847f2a03dac9599254fc74
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue May 16 22:25:37 2023 +0200

    gnu: texlive-graphics-def: Refresh package definition.
    
    * gnu/packages/tex.scm (texlive-graphics-def): Remove SIMPLE-TEXLIVE-PACKAGE
    call.
---
 gnu/packages/tex.scm | 23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 3222eda11a..648c0af797 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3692,17 +3692,18 @@ Unicode points; it is maintained by Adobe.  The 
additional
 
 (define-public texlive-graphics-def
   (package
-    (inherit (simple-texlive-package
-              "texlive-graphics-def"
-              (list "/doc/latex/graphics-def/README.md"
-                    "/tex/latex/graphics-def/")
-              (base32
-               "0b66fy06safyrd717rfr476g1gz6nqfv1vqvam7ac2yy0g0djb17")
-              #:trivial? #t))
-    (propagated-inputs
-     (list texlive-epstopdf-pkg))
-    (home-page "https://www.ctan.org/pkg/latex-graphics";)
-    (synopsis "Color and graphics option files")
+    (name "texlive-graphics-def")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/graphics-def/"
+                   "tex/latex/graphics-def/")
+             (base32
+              "0b66fy06safyrd717rfr476g1gz6nqfv1vqvam7ac2yy0g0djb17")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/graphics-def";)
+    (synopsis "Colour and graphics option files")
     (description
      "This bundle is a combined distribution consisting of @file{dvips.def},
 @file{pdftex.def}, @file{luatex.def}, @file{xetex.def}, @file{dvipdfmx.def},



reply via email to

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