When I try to install opensymbols font (or allfonts, which includes
opensymbols), I get an error because the file has moved on the Debian servers.
The following patch works for me:
--- winetricks.orig 2013-03-19 07:43:29.000000000 +0100
+++ winetricks 2013-03-19 07:46:09.000000000 +0100
@@ -7378,7 +7378,7 @@
publisher="OpenOffice.org" \
year="2010" \
media="download" \
- file1="ttf-opensymbol_3.2.1-11+squeeze4_all.deb" \
+ file1="ttf-opensymbol_3.2.1-11+squeeze8_all.deb" \
installed_file1="$W_FONTSDIR_WIN/opens___.ttf"
load_opensymbol()
@@ -7386,7 +7386,7 @@
# The OpenSymbol fonts are a replacement for the Windows Wingdings font from OpenOffice.org.
# Need to w_download Debian since I can't find a standalone download from OpenOffice
# Note: The source download package on debian is for _all_ of OpenOffice, which is 266 MB.
- w_download
http://ftp.us.debian.org/debian/pool/main/o/openoffice.org/ttf-opensymbol_3.2.1-
11+squeeze4_all.deb 7950540f404daf1af7f279a67cd1164a6d599fc1
+ w_download
http://ftp.us.debian.org/debian/pool/main/o/openoffice.org/ttf-opensymbol_3.2.1-
11+squeeze8_all.deb c5e0fa518a988a511ea2392f3919f516c0a3c65c
cd "$W_TMP"
w_try ar x "$W_CACHE/opensymbol/$file1" data.tar.bz2
Note though that in wheezy, the package is no longer named ttf-opensymbol, but
fonts-opensymbol, so this might need an update as soon as wheezy is out and
squeeze is no longer maintained.
Original issue reported on code.google.com by goo...@rohieb.name on 19 Mar 2013 at 6:50
Original issue reported on code.google.com by
goo...@rohieb.name
on 19 Mar 2013 at 6:50