From 1bef429b179c3eae4f0bbaebc23d730b87dbe9df Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 21 Aug 2023 12:23:32 +0200 Subject: [PATCH] gnu: Add texlive-greenpoint. * gnu/packages/tex.scm (texlive-greenpoint): New variable. --- gnu/packages/tex.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index d5e1b007a8..e99e19d94c 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -13494,6 +13494,29 @@ The package also provides an interface to control various settings including algorithm parameters.") (license license:expat))) +(define-public texlive-greenpoint + (package + (name "texlive-greenpoint") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/fonts/greenpoint/" + "fonts/source/public/greenpoint/" + "fonts/tfm/public/greenpoint/") + (base32 + "1y5an7lgx975ppb8s1abx494s4m115k137f82hy08iwdx9l1plj5"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (native-inputs (list texlive-metafont)) + (home-page "https://ctan.org/pkg/greenpoint") + (synopsis "Green Point logo") + (description + "This package provides a Metafont-implementation of the logo commonly +known as @emph{Der Grune Punkt} (``The Green Point''). In Austria, it can be +found on nearly every bottle. It should not be confused with the Recycle +logo.") + (license license:gpl3+))) + (define-public texlive-gregoriotex (package (name "texlive-gregoriotex")