openoffice-1.1-zh_TW 的選單中文問題解法..
不知道有沒有人有裝 openoffice-1.1-zh_TW
但選單上原本會有『字(中文)』的地方都空空的
我的解法是 ln -fs /usr/local/share/fonts/TrueType/bsmi00lp.ttf \
/usr/local/OpenOffice.org1.1.4/share/fonts/truetype/bsmi00lp.ttf
不過這樣要因應 OOo 版本變化因素,所以比較好的方式是
diff -ruN openoffice-1.1-zh_TW.orig/Makefile openoffice-1.1-zh_TW/Makefile
--- openoffice-1.1-zh_TW.orig/Makefile Sun Nov 9 22:11:21 2003
+++ openoffice-1.1-zh_TW/Makefile Wed May 18 09:03:58 2005
@@ -14,5 +14,12 @@
BUILD_DEPENDS+= ${PREFIX}/share/fonts/TrueType/bsmi00lp.ttf:${PORTSDIR}/chinese/arphicttf
MASTERDIR= ${.CURDIR}/../../editors/openoffice-1.1
L10NHELP= helpcontent_${LANG_EXT}_unix.tgz
+DEFAULTFONT= bsmi00lp.ttf
+FONT_DIR= ${INSTALLATION_BASEDIR}/share/fonts/truetype
+pre-install:
+ @${MKDIR} ${PREFIX}/${FONT_DIR}
+ @${LN} -fs ${PREFIX}/share/fonts/TrueType/${DEFAULTFONT} \
+ ${PREFIX}/${FONT_DIR}/${DEFAULTFONT}
+
.include "${MASTERDIR}/Makefile"
不知道有沒有長輩有更好的解法? :Q
不然我就 send-pr 囉..
--
靜中見真境,淡中識本然
chinsan <chinsan@mail2000.com.tw>
--
◢◣ - ● -
◢██◣◢◣ ` Origin: 宜蘭資教.山水蘭陽 telnet://yilan.twbbs.org
~~ ﹌ ~﹌ ﹉ From : sw169-31-180.adsl.seed.net.tw
討論串 (同標題文章)
FreeBSD 近期熱門文章
PTT數位生活區 即時熱門文章
3
10