[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
330/421: gnu: texlive-kpfonts: Refresh package definition.
From: |
guix-commits |
Subject: |
330/421: gnu: texlive-kpfonts: Refresh package definition. |
Date: |
Sun, 28 May 2023 01:30:22 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 141e7ff236e30aa01e63ec7ba8bb50468d6c12f6
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue May 16 22:44:57 2023 +0200
gnu: texlive-kpfonts: Refresh package definition.
* gnu/packages/tex.scm (texlive-kpfonts): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 30 +++++++++++++++++-------------
1 file changed, 17 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 39ec8f3c94..9366973f77 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3150,19 +3150,23 @@ mechanism. This package provides supporting files.")
(define-public texlive-kpfonts
(package
- (inherit (simple-texlive-package
- "texlive-kpfonts"
- (list "doc/fonts/kpfonts/"
- "fonts/enc/dvips/kpfonts/"
- "fonts/map/dvips/kpfonts/"
- "fonts/tfm/public/kpfonts/"
- "fonts/type1/public/kpfonts/"
- "fonts/vf/public/kpfonts/"
- "source/fonts/kpfonts/"
- "tex/latex/kpfonts/")
- (base32 "0inai1p9bbjd5x790nsamakjaj0imvwv21mp9f98dwvdlj58vkqb")
- #:trivial? #t))
- (home-page "https://ctan.org/fonts/kpfonts")
+ (name "texlive-kpfonts")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/kpfonts/"
+ "fonts/enc/dvips/kpfonts/"
+ "fonts/map/dvips/kpfonts/"
+ "fonts/tfm/public/kpfonts/"
+ "fonts/type1/public/kpfonts/"
+ "fonts/vf/public/kpfonts/"
+ "source/fonts/kpfonts/"
+ "tex/latex/kpfonts/")
+ (base32
+ "0inai1p9bbjd5x790nsamakjaj0imvwv21mp9f98dwvdlj58vkqb")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/kpfonts")
(synopsis "Complete set of fonts for text and mathematics")
(description
"The family contains text fonts in roman, sans-serif and monospaced
- 288/421: gnu: texlive-hycolor: Refresh package definition., (continued)
- 288/421: gnu: texlive-hycolor: Refresh package definition., guix-commits, 2023/05/28
- 293/421: gnu: texlive-tools: Refresh package definition., guix-commits, 2023/05/28
- 295/421: gnu: texlive-jadetex: Refresh package definition., guix-commits, 2023/05/28
- 299/421: gnu: texlive-endnotes: Refresh package definition., guix-commits, 2023/05/28
- 311/421: gnu: texlive-calrsfs: Refresh package definition., guix-commits, 2023/05/28
- 314/421: gnu: texlive-fira: Refresh package definition., guix-commits, 2023/05/28
- 317/421: gnu: texlive-cs: Refresh package definition., guix-commits, 2023/05/28
- 321/421: gnu: texlive-l3build: Refresh package definition., guix-commits, 2023/05/28
- 319/421: gnu: texlive-lua-alt-getopt: Refresh package definition., guix-commits, 2023/05/28
- 326/421: gnu: texlive-glyphlist: Refresh package definition., guix-commits, 2023/05/28
- 330/421: gnu: texlive-kpfonts: Refresh package definition.,
guix-commits <=
- 342/421: gnu: texlive-lm-math: Refresh package definition., guix-commits, 2023/05/28
- 340/421: gnu: texlive-mflogo-font: Refresh package definition., guix-commits, 2023/05/28
- 348/421: gnu: texlive-cm: Refresh package definition., guix-commits, 2023/05/28
- 351/421: gnu: texlive-fontname: Refresh package definition., guix-commits, 2023/05/28
- 352/421: gnu: texlive-fontinst: Refresh package definition., guix-commits, 2023/05/28
- 355/421: gnu: texlive-underscore: Refresh package definition., guix-commits, 2023/05/28
- 358/421: gnu: Add texlive-manfnt., guix-commits, 2023/05/28
- 362/421: gnu: texlive-siunitx: Refresh package definition., guix-commits, 2023/05/28
- 363/421: gnu: texlive-context: Refresh package definition., guix-commits, 2023/05/28
- 375/421: gnu: texlive-pagenote: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28