summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2013-01-29 15:25:30 +0000
committerRobin Gareus <robin@gareus.org>2013-01-29 15:25:30 +0000
commiteb369215ae4564da89b63831f474e094181ec7f0 (patch)
treefa278202100e8127904f63b31b1e01f7fbbba6b8 /tools
parentabc9e6405a10028d3d757f33d4054f9f03216f03 (diff)
Custom Monospace font for clocks and such (no dot in zero).
ArdourMono is a renamed version of https://www.google.com/webfonts/specimen/Droid+Sans+Mono distributed under Apache License, version 2.0. Since the name Droid(R) is registered by Google Inc it was renamed to ArdourMono - otherwise the .tff is unchanged (build 112) git-svn-id: svn://localhost/ardour2/branches/3.0@14026 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'tools')
-rwxr-xr-xtools/linux_packaging/build1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build
index 194a056b60..49a0bdfd6d 100755
--- a/tools/linux_packaging/build
+++ b/tools/linux_packaging/build
@@ -520,6 +520,7 @@ fi
# share stuff
cp -R ../../gtk2_ardour/splash.png $Shared
+cp -R ../../gtk2_ardour/ArdourMono.ttf $Shared
# go through and recursively remove any .svn dirs in the bundle
for svndir in `find $APPDIR -name .svn -type d`; do