From b84efc5b838c48c2f36de9424ec103ed7f551e71 Mon Sep 17 00:00:00 2001 From: Andrew Robbins Date: Mon, 10 Dec 2018 22:39:07 -0500 Subject: Pull in Unicode data for a specific UCD version Previously the dejavu-fonts script pulled in the latest versions of UnicodeData.txt and Blocks.txt files from https://www.unicode.org/Public/UNIDATA/ which are unversioned. This is an issue because the files at this URI will change over time as new UCD versions are released, making reproducible builds of dejavu-fonts impossible. The solution to this issue is to simply download the requisite files from https://www.unicode.org/Public/$ucd_version/ucd/ where $ucd_version is the version specified in projects/dejavu-fonts/configs/unicode/ucd-version --- projects/dejavu-fonts/configs/unicode/ucd-version | 1 + 1 file changed, 1 insertion(+) create mode 100644 projects/dejavu-fonts/configs/unicode/ucd-version (limited to 'projects/dejavu-fonts/configs/unicode/ucd-version') diff --git a/projects/dejavu-fonts/configs/unicode/ucd-version b/projects/dejavu-fonts/configs/unicode/ucd-version new file mode 100644 index 00000000..275283a1 --- /dev/null +++ b/projects/dejavu-fonts/configs/unicode/ucd-version @@ -0,0 +1 @@ +11.0.0 -- cgit v1.2.3-70-g09d2