|
|
@ -2,6 +2,7 @@ |
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
# |
|
|
|
# |
|
|
|
# Filename: package/.../microsoft-web-core-fonts/microsoft-web-core-fonts.conf |
|
|
|
# Filename: package/.../microsoft-web-core-fonts/microsoft-web-core-fonts.conf |
|
|
|
|
|
|
|
# Copyright (C) 2010 The OpenSDE Project |
|
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
|
|
# Copyright (C) 1998 - 2003 Clifford Wolf |
|
|
|
# Copyright (C) 1998 - 2003 Clifford Wolf |
|
|
|
# |
|
|
|
# |
|
|
@ -14,7 +15,8 @@ |
|
|
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
|
|
|
|
|
|
|
|
|
ms_tt_inst() { |
|
|
|
ms_tt_inst() { |
|
|
|
|
|
|
|
local fontpath="$root/usr/share/fonts/truetype/ms-corefonts" |
|
|
|
|
|
|
|
mkdir -p "$fontpath" |
|
|
|
for x in `match_source_file -p .`; do |
|
|
|
for x in `match_source_file -p .`; do |
|
|
|
echo "${x##*/}" |
|
|
|
echo "${x##*/}" |
|
|
|
case "$x" in |
|
|
|
case "$x" in |
|
|
@ -23,7 +25,7 @@ ms_tt_inst() { |
|
|
|
esac |
|
|
|
esac |
|
|
|
|
|
|
|
|
|
|
|
# check for a way to lowercase all files? |
|
|
|
# check for a way to lowercase all files? |
|
|
|
mv -vf $(ls *.TTF *.ttf) $root/usr/X11/lib/X11/fonts/TTF/ |
|
|
|
mv -vf $(ls *.TTF *.ttf) "$fontpath/" |
|
|
|
done |
|
|
|
done |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|