X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=blobdiff_plain;f=install-dlls.sh;h=311a6f9c7d0135ab037b8143b7cdcabf519c6817;hp=69da64158be952a1cf4a6c40869fa041e95cae8f;hb=d5a678f5d08779e649e022a6fec8ee2987e11685;hpb=e92d32fdb9e95ecf87ce036dbd14ccd1fe89902f diff --git a/install-dlls.sh b/install-dlls.sh index 69da6415..311a6f9c 100755 --- a/install-dlls.sh +++ b/install-dlls.sh @@ -10,21 +10,22 @@ set -ex : ${INSTALLDIR:=.} for DLL in \ + freetype6.dll \ intl.dll \ libatk-1.0-0.dll \ libcairo-2.dll \ + libexpat-1.dll \ libfontconfig-1.dll \ - libfreetype6.dll \ - libgdk-win32-2.0-0.dll \ - libgdk_pixbuf-2.0-0.dll \ libgdkglext-win32-1.0-0.dll \ + libgdk_pixbuf-2.0-0.dll \ + libgdk-win32-2.0-0.dll \ libgio-2.0-0.dll \ libglib-2.0-0.dll \ libgmodule-2.0-0.dll \ libgobject-2.0-0.dll \ libgthread-2.0-0.dll \ - libgtk-win32-2.0-0.dll \ libgtkglext-win32-1.0-0.dll \ + libgtk-win32-2.0-0.dll \ libpango-1.0-0.dll \ libpangocairo-1.0-0.dll \ libpangoft2-1.0-0.dll \ @@ -36,19 +37,157 @@ for DLL in \ $CP "`$WHICHDLL $DLL`" $INSTALLDIR/ done -# apparently we no longer need this workaround: -# -# $CP "$GTKDIR/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-bmp.dll" $INSTALLDIR/libgdk-win32-2.0-0-pixbufloader-bmp.dll -# $MKDIR $INSTALLDIR/etc/gtk-2.0 -# $CAT > $INSTALLDIR/etc/gtk-2.0/gdk-pixbuf.loaders <<'EOF' -# # GdkPixbuf Image Loader Modules file -# # -# # -# -# "libgdk-win32-2.0-0-pixbufloader-bmp.dll" -# "bmp" 5 "gtk20" "The BMP image format" -# "image/bmp" "image/x-bmp" "image/x-MS-bmp" "" -# "bmp" "" -# "BM" "" 100 -# -# EOF +$MKDIR $INSTALLDIR/etc/fonts +$CAT > $INSTALLDIR/etc/fonts/fonts.conf + + + + + + + + + + WINDOWSFONTDIR + + ~/.fonts + + + + + mono + + + monospace + + + + + + + sans serif + + + sans-serif + + + + + + + sans + + + sans-serif + + + + + conf.d + + + + WINDOWSTEMPDIR_FONTCONFIG_CACHE + ~/.fontconfig + + + + + 0x0020 + 0x00A0 + 0x00AD + 0x034F + 0x0600 + 0x0601 + 0x0602 + 0x0603 + 0x06DD + 0x070F + 0x115F + 0x1160 + 0x1680 + 0x17B4 + 0x17B5 + 0x180E + 0x2000 + 0x2001 + 0x2002 + 0x2003 + 0x2004 + 0x2005 + 0x2006 + 0x2007 + 0x2008 + 0x2009 + 0x200A + 0x200B + 0x200C + 0x200D + 0x200E + 0x200F + 0x2028 + 0x2029 + 0x202A + 0x202B + 0x202C + 0x202D + 0x202E + 0x202F + 0x205F + 0x2060 + 0x2061 + 0x2062 + 0x2063 + 0x206A + 0x206B + 0x206C + 0x206D + 0x206E + 0x206F + 0x2800 + 0x3000 + 0x3164 + 0xFEFF + 0xFFA0 + 0xFFF9 + 0xFFFA + 0xFFFB + + + + 30 + + + + +EOF