[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
86/306: gnu: Add texlive-dice.
From: |
guix-commits |
Subject: |
86/306: gnu: Add texlive-dice. |
Date: |
Mon, 21 Aug 2023 10:35:49 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 7c058795cd14d6ac3d23dfd0c3d393761e068418
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 12:01:44 2023 +0200
gnu: Add texlive-dice.
* gnu/packages/tex.scm (texlive-dice): New variable.
---
gnu/packages/tex.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index d069d59f3c..1fb9e22b9a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -9812,6 +9812,27 @@ may be controlled. The package also provides
@code{\\slashbox} and
package, which it supersedes.")
(license license:lppl1.3+)))
+(define-public texlive-dice
+ (package
+ (name "texlive-dice")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/dice/"
+ "fonts/source/public/dice/"
+ "fonts/tfm/public/dice/")
+ (base32
+ "0ky33hg66d0x8bcjmdq4ilynpb25mm82x93wzwnz11y59nv4cvsl")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/dice")
+ (synopsis "Font for die faces")
+ (description
+ "This package provides a Metafont font that can produce die faces in 2D
+or with various 3D effects.")
+ (license license:lppl)))
+
(define-public texlive-din1505
(package
(name "texlive-din1505")
- 44/306: gnu: Add texlive-braille., (continued)
- 44/306: gnu: Add texlive-braille., guix-commits, 2023/08/21
- 93/306: gnu: Add texlive-droid., guix-commits, 2023/08/21
- 54/306: gnu: Add texlive-cfr-lm., guix-commits, 2023/08/21
- 65/306: gnu: Add texlive-cmsrb., guix-commits, 2023/08/21
- 72/306: gnu: Add texlive-concmath-otf., guix-commits, 2023/08/21
- 74/306: gnu: Add texlive-cooperhewitt., guix-commits, 2023/08/21
- 76/306: gnu: Add texlive-countriesofeurope., guix-commits, 2023/08/21
- 78/306: gnu: Add texlive-courierten., guix-commits, 2023/08/21
- 79/306: gnu: Add texlive-crimson., guix-commits, 2023/08/21
- 88/306: gnu: Add texlive-dingbat., guix-commits, 2023/08/21
- 86/306: gnu: Add texlive-dice.,
guix-commits <=
- 89/306: gnu: Add texlive-domitian., guix-commits, 2023/08/21
- 91/306: gnu: Add texlive-dozenal., guix-commits, 2023/08/21
- 105/306: gnu: Add texlive-eiad-ltx., guix-commits, 2023/08/21
- 112/306: gnu: Add texlive-erewhon-math., guix-commits, 2023/08/21
- 113/306: gnu: Add texlive-esrelation., guix-commits, 2023/08/21
- 116/306: gnu: Add texlive-etbb., guix-commits, 2023/08/21
- 118/306: gnu: Add texlive-euxm., guix-commits, 2023/08/21
- 125/306: gnu: Add texlive-firamath-otf., guix-commits, 2023/08/21
- 132/306: gnu: Add texlive-fouriernc., guix-commits, 2023/08/21
- 69/306: gnu: Add texlive-comfortaa., guix-commits, 2023/08/21