summaryrefslogtreecommitdiff
path: root/init.sh
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@notion.se>2019-01-07 20:15:58 +0300
committerRasmus Andersson <rasmus@notion.se>2019-01-07 20:15:58 +0300
commitdfe6b939c719410b73aa965016173b50b5b55995 (patch)
tree9f64794459df0c7f98af04699e1edf680b0b6e74 /init.sh
parent01d2e27868a353c607af499753b20330d2b5b02a (diff)
downloadinter-dfe6b939c719410b73aa965016173b50b5b55995.tar.xz
upgrade ufo2ft that includes fixed fonttools. This means we can also drop our temporary fonttools patch. Related to https://github.com/fonttools/fonttools/pull/1430 and https://github.com/googlei18n/ufo2ft/issues/306
Diffstat (limited to 'init.sh')
-rwxr-xr-xinit.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/init.sh b/init.sh
index 18dbd0143..aec63a02d 100755
--- a/init.sh
+++ b/init.sh
@@ -130,16 +130,6 @@ else
date '+%s' > "$UPDATE_TIMESTAMP_FILE"
fi
- # patch fonttools [BUG #110]
- P1_FILE="$VENV_DIR/lib/python/site-packages/fontTools/misc/psCharStrings.py"
- P1_BACKUP="$P1_FILE.orig"
- if [[ ! -f "$P1_BACKUP" ]]; then
- echo "Patching $P1_FILE (backup at $P1_BACKUP)"
- mv "$P1_FILE" "$P1_BACKUP"
- patch "$P1_BACKUP" -o "$P1_FILE" -u -i \
- misc/fonttools-3.34.2-psCharStrings.patch
- fi
-
# ——————————————————————————————————————————————————————————————————
# activate env (for rest of this script)