[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
63/233: gnu: Add psautohint-font-data.
From: |
guix-commits |
Subject: |
63/233: gnu: Add psautohint-font-data. |
Date: |
Sun, 24 Apr 2022 23:39:43 -0400 (EDT) |
apteryx pushed a commit to branch wip-ipython-polyglossia
in repository guix.
commit d7a7c54b551572bb17433097a42040fc4bc7c8cc
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Apr 6 12:01:53 2022 -0400
gnu: Add psautohint-font-data.
* gnu/packages/fontutils.scm (psautohint-font-data): New variable.
---
gnu/packages/fontutils.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index a2e71f1ad0..9cb9caf159 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -72,6 +72,7 @@
#:use-module (guix download)
#:use-module (guix svn-download)
#:use-module (guix git-download)
+ #:use-module (guix build-system copy)
#:use-module (guix build-system cmake)
#:use-module (guix build-system gnu)
#:use-module (guix build-system python)
@@ -314,6 +315,33 @@ was developed for interpolating data related to fonts, but
if can handle any
arithmetic object.")
(license license:bsd-3)))
+(define-public psautohint-font-data
+ ;; There is no release tag, so use the latest commit.
+ (let ((revision "0")
+ (commit "1e4c5061d328105c4dcfcb6fdbc27ec49b3e9d23"))
+ (hidden-package
+ (package
+ (name "psautohint-font-data")
+ (version (git-version "0.0.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/adobe-type-tools/psautohint-testdata")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0p7g8mnndzp8zpbj9h6lkvfdpvd74fy10q8wmkagbg2ahbdi1zva"))))
+ (build-system copy-build-system)
+ (home-page "https://github.com/adobe-type-tools/psautohint-testdata")
+ (synopsis "Test font data psautohint")
+ (description "This package contains the font data used by the test
+suite of the @code{psautohint} package.")
+ ;; The bundle contains font data from the Cantarell, Libertinus, Source
+ ;; Code Pro, Source Serif Pro, all available under the same license.
+ (license license:silofl1.1)))))
+
(define-public python-ufoprocessor
(package
(name "python-ufoprocessor")
- 46/233: gnu: Add python-pip-run-bootstrap., (continued)
- 46/233: gnu: Add python-pip-run-bootstrap., guix-commits, 2022/04/24
- 59/233: gnu: Add python-pytest-perf., guix-commits, 2022/04/24
- 54/233: gnu: Add python-jaraco-functools., guix-commits, 2022/04/24
- 27/233: gnu: Add python-fontpens-bootstrap., guix-commits, 2022/04/24
- 41/233: gnu: Add python-types-freezegun., guix-commits, 2022/04/24
- 45/233: gnu: Add python-path-bootstrap., guix-commits, 2022/04/24
- 48/233: gnu: python-pytest-black: Update to 0.3.12., guix-commits, 2022/04/24
- 72/233: gnu: Add python-scikit-build., guix-commits, 2022/04/24
- 57/233: gnu: Add python-pip-run., guix-commits, 2022/04/24
- 60/233: gnu: python-factory-boy: Update to 3.2.1., guix-commits, 2022/04/24
- 63/233: gnu: Add psautohint-font-data.,
guix-commits <=
- 61/233: gnu: python-faker: Update to 13.3.4 and honor TESTS?., guix-commits, 2022/04/24
- 62/233: gnu: Add python-pytest-randomly., guix-commits, 2022/04/24
- 69/233: gnu: python-pathpy: Deprecate by python-path., guix-commits, 2022/04/24
- 71/233: gnu: python-pytest-cov: Update to 3.0.0., guix-commits, 2022/04/24
- 74/233: gnu: python-scipy: Move input fields below arguments field., guix-commits, 2022/04/24
- 75/233: gnu: python-scipy: Update to 1.8.0 and enable parallel build., guix-commits, 2022/04/24
- 78/233: gnu: Add python-afdko., guix-commits, 2022/04/24
- 80/233: gnu: Add skia., guix-commits, 2022/04/24
- 81/233: gnu: Add python-skia-pathops., guix-commits, 2022/04/24
- 82/233: gnu: Add python-ufolib2., guix-commits, 2022/04/24