guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: Add r-fontbitstreamvera.


From: guix-commits
Subject: 02/05: gnu: Add r-fontbitstreamvera.
Date: Thu, 4 Feb 2021 10:24:37 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 0beef79e442c9bab41b9a8b878abd906697c4f54
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Feb 4 16:22:24 2021 +0100

    gnu: Add r-fontbitstreamvera.
    
    * gnu/packages/cran.scm (r-fontbitstreamvera): New variable.
---
 gnu/packages/cran.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 7aef39b..eafb916 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -25911,3 +25911,29 @@ for the fontquiver package.  This fontset covers the 
12 combinations of
 families (sans, serif, mono) and faces (plain, bold, italic, bold italic)
 supported in R graphics devices.")
     (license license:silofl1.1)))
+
+(define-public r-fontbitstreamvera
+  (package
+    (name "r-fontbitstreamvera")
+    (version "0.1.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "fontBitstreamVera" version))
+       (sha256
+        (base32
+         "0nipdlmhjv1wr3aidcl97nk6mppdkd65krgwqnhdsnv0jpfv761j"))))
+    (properties
+     `((upstream-name . "fontBitstreamVera")))
+    (build-system r-build-system)
+    (home-page "https://cran.r-project.org/package=fontBitstreamVera";)
+    (synopsis "Fonts for fontquiver")
+    (description
+     "This package is a placeholder for the Bitstream Vera font. It is
+intended for the fontquiver package.")
+    (license
+     (license:fsdg-compatible
+      "https://www.gnome.org/fonts/#Final_Bitstream_Vera_Fonts";
+      "The Font Software may be sold as part of a larger software package but
+no copy of one or more of the Font Software typefaces may be sold by
+itself."))))



reply via email to

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