File: make-ubuntu-v0.83-from-0.80.sh

package info (click to toggle)
fonts-ubuntu 0.83-6
  • links: PTS, VCS
  • area: non-free
  • in suites: bookworm, forky, sid, trixie
  • size: 26,300 kB
  • sloc: python: 91; makefile: 25; sh: 9
file content (12 lines) | stat: -rw-r--r-- 407 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
TTF_VERSION="0.83"
TTF_FILES="Ubuntu-R.ttf Ubuntu-RI.ttf Ubuntu-B.ttf Ubuntu-BI.ttf Ubuntu-L.ttf Ubuntu-LI.ttf Ubuntu-M.ttf Ubuntu-MI.ttf Ubuntu-C.ttf"

# setup a virtualenv and run script
 virtualenv ./env
source env/bin/activate
pip install git+https://github.com/behdad/fonttools.git
python ubuntu0.8fix.py "$TTF_VERSION" $TTF_FILES
deactivate
rm -r env
echo "Please sign new fonts using dmote"