Change dependency for default Japanese font from Kochi to Sazanami
Approved by: mita
This commit is contained in:
parent
836665da11
commit
0c116c6467
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=128893
@ -17,7 +17,7 @@ MAINTAINER= mita@FreeBSD.org
|
||||
COMMENT= Japanese Vector font library
|
||||
|
||||
BUILD_DEPENDS= xmkmf:${X_IMAKE_PORT}
|
||||
RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/TrueType/kochi-mincho-subst.ttf:${PORTSDIR}/japanese/kochi-ttfonts
|
||||
RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/TrueType/sazanami-mincho.ttf:${PORTSDIR}/japanese/sazanami-ttf
|
||||
|
||||
VFLIB_VERSION= 2.25.6
|
||||
PLIST_SUB= VFLIB_VERSION=${VFLIB_VERSION}
|
||||
|
@ -5,10 +5,10 @@
|
||||
|
||||
min:\
|
||||
- :fc=watanabe-mincho:
|
||||
+ :fc=kochi-mincho:
|
||||
+ :fc=sazanami-mincho:
|
||||
goth:\
|
||||
- :fc=watanabe-mincho:
|
||||
+ :fc=kochi-gothic:
|
||||
+ :fc=sazanami-gothic:
|
||||
#min:\
|
||||
# :ft=freetype:\
|
||||
# :ff=/usr/local/share/fonts/DynaFont-Premium30/win95/futt/dfhsmw3.ttc:
|
||||
@ -16,17 +16,17 @@
|
||||
###--------------------------
|
||||
#### PRIMITIVE FONTS
|
||||
####
|
||||
+### Kochi fonts
|
||||
+kochi-mincho:\
|
||||
+ :fc=r-kochi-mincho:
|
||||
+kochi-gothic:\
|
||||
+ :fc=r-kochi-gothic:
|
||||
+r-kochi-mincho|Kochi Mincho:\
|
||||
+### Sazanami fonts
|
||||
+sazanami-mincho:\
|
||||
+ :fc=r-sazanami-mincho:
|
||||
+sazanami-gothic:\
|
||||
+ :fc=r-sazanami-gothic:
|
||||
+r-sazanami-mincho|Sazanami Mincho:\
|
||||
+ :ft=freetype:\
|
||||
+ :ff=/usr/X11R6/lib/X11/fonts/TrueType/kochi-mincho-subst.ttf:
|
||||
+r-kochi-gothic|Kochi Gothic:\
|
||||
+ :ff=/usr/X11R6/lib/X11/fonts/TrueType/sazanami-mincho.ttf:
|
||||
+r-sazanami-gothic|Sazanami Gothic:\
|
||||
+ :ft=freetype:\
|
||||
+ :ff=/usr/X11R6/lib/X11/fonts/TrueType/kochi-gothic-subst.ttf:
|
||||
+ :ff=/usr/X11R6/lib/X11/fonts/TrueType/sazanami-gothic.ttf:
|
||||
|
||||
### SONY VECTOR FONTS
|
||||
r-sony-mincho|Sony Vector Font (Mincho):\
|
||||
|
Loading…
Reference in New Issue
Block a user