TrueType-vlgothic-vl.spec 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634
  1. %define version 2.120
  2. %define release 2%{?_dist_release}
  3. %define vlgothic_date 20141206
  4. %define ttfjp_version 6.0
  5. %define fontdir %{_datadir}/fonts/%{name}/
  6. %define texmf %{_datadir}/texmf
  7. %define mapdir %{texmf}/fonts/map/dvipdfmx
  8. Summary: VLGothic font family - Free Japanese True Type Font
  9. Summary(ja): VLゴシックフォントファミリ - フリーの日本語 True Type フォント
  10. Name: TrueType-vlgothic
  11. Version: %{version}
  12. Release: %{release}
  13. Group: User Interface/X
  14. Vendor: Project Vine
  15. Distribution: Vine Linux
  16. Packager: daisuke
  17. License: BSD style
  18. Url: http://vlgothic.dicey.org/
  19. Source: %{name}.tar.bz2
  20. # VLGothic Font Family
  21. Source1: VLGothic-%{vlgothic_date}.tar.xz
  22. Source10: 59-vlgothic.conf
  23. Source20: cidfmap.ja.vlgothic
  24. BuildArch: noarch
  25. Buildroot: %{_tmppath}/%{name}-%{version}-root
  26. Requires(post): mktcapdir >= 0.5.4
  27. Requires(post): fontconfig, xorg-x11-font-utils
  28. Requires(post): vutils >= 2.0.2
  29. Provides: TrueTypeFonts_jp = %{ttfjp_version}
  30. Obsoletes: TrueTypeFonts_jp < 4.1
  31. Obsoletes: TrueType-kochi <= 4.4.1
  32. Obsoletes: TrueType-sazanami < 3.0
  33. BuildRequires: rpm >= 4.4.2.3-7
  34. %description
  35. VLGothic font family - Free Japanese True Type Font
  36. - VL PGothic
  37. - VL Gothic
  38. %description -l ja
  39. このパッケージには以下のフリーの日本語 True Type フォントが含まれています。
  40. - VL Pゴシック (M+ 1C Regular および さざなみゴシック をベースに
  41. Project Vine が改良をおこなったフォント。)
  42. - VLゴシック (M+ 1M Regular および さざなみゴシック をベースに
  43. Project Vine が改良をおこなったフォント。)
  44. %prep
  45. rm -rf ${RPM_BUILD_ROOT}
  46. %setup -n %{name} -a 1
  47. mv VLGothic/*.ttf .
  48. %install
  49. mkdir -p $RPM_BUILD_ROOT/%{fontdir}
  50. install -m664 *.ttfconf *.ttf $RPM_BUILD_ROOT/%{fontdir}
  51. mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/fonts/conf.{avail,d}
  52. install -m664 %{SOURCE10} $RPM_BUILD_ROOT/%{_sysconfdir}/fonts/conf.avail/
  53. for i in $RPM_BUILD_ROOT/%{_sysconfdir}/fonts/conf.avail/*.conf
  54. do
  55. ln -sf ../conf.avail/$(basename $i) $RPM_BUILD_ROOT/%{_sysconfdir}/fonts/conf.d/
  56. done
  57. # install ghostscript8 cidfmap
  58. #mkdir -p $RPM_BUILD_ROOT%{_datadir}/ghostscript/conf.d
  59. #install -m644 %{SOURCE20} $RPM_BUILD_ROOT%{_datadir}/ghostscript/conf.d
  60. # add fontpath.d symlinks
  61. mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/X11/fontpath.d
  62. ln -sf /usr/share/fonts/%{name} $RPM_BUILD_ROOT%{_sysconfdir}/X11/fontpath.d/
  63. %post
  64. %__font_install_post %{fontdir}
  65. %posttrans
  66. update-alternatives --install \
  67. /usr/share/fonts/alias/TrueType/fonts-japanese-gothic.ttf \
  68. fonts-japanese-gothic.ttf \
  69. %{fontdir}/VL-Gothic-Regular.ttf \
  70. 80
  71. if [ ! -f /usr/share/fonts/alias/TrueType/fonts-japanese-gothic.ttf ] ; then
  72. /sbin/update-alternatives --auto fonts-japanese-gothic.ttf
  73. fi
  74. %preun
  75. if [ $1 -eq 0 ]; then
  76. update-alternatives --remove \
  77. fonts-japanese-gothic.ttf \
  78. %{fontdir}/VL-Gothic-Regular.ttf
  79. /sbin/update-alternatives --auto fonts-japanese-gothic.ttf ||:
  80. fi
  81. %postun
  82. %__font_install_postun %{fontdir}
  83. %clean
  84. rm -rf $RPM_BUILD_ROOT
  85. %files
  86. %defattr(-,root,root)
  87. %doc VLGothic/*
  88. %{fontdir}/*
  89. %{_sysconfdir}/fonts/conf.avail/*.conf
  90. %{_sysconfdir}/X11/fontpath.d/%{name}
  91. %config(missingok,noreplace) %{_sysconfdir}/fonts/conf.d/*.conf
  92. #%config %{_datadir}/ghostscript/conf.d/cidfmap.ja.vlgothic
  93. %changelog
  94. * Mon May 04 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.120-2
  95. - made to use alternatives for new ghostscript structure.
  96. * Sat Dec 06 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 2.120-1
  97. - update to 20141206
  98. * Fri Aug 01 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 2.111-1
  99. - update to 20140801
  100. - sync package version to font's internal version.
  101. * Fri May 30 2014 Daisuke SUZUKI <daisuke@linux.or.jp> 2.59-1
  102. - update to 20140530
  103. * Fri Jun 07 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 2.58-1
  104. - update to 20130607
  105. * Fri May 10 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 2.57-1
  106. - update to 20130510
  107. * Tue May 07 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 2.56-1
  108. - update fontconfig file for fontconfig > 2.10
  109. * Mon Apr 22 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 2.55-1
  110. - update to 20130422
  111. * Sun Dec 30 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.54-1
  112. - update to 20121230
  113. * Sun Nov 11 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.53-1
  114. - update to 20121110
  115. * Fri Nov 09 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.52-1
  116. - update to 20121109
  117. * Fri Sep 28 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.51-1
  118. - update to 20120928
  119. * Wed Sep 05 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.50-1
  120. - update to 20120905
  121. * Wed Aug 29 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.49-1
  122. - update to 20120829
  123. * Mon Aug 27 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.48-1
  124. - update to 20120827
  125. * Fri Jun 29 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.47-1
  126. - update to 20120629
  127. * Mon Jun 18 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.46-1
  128. - update to 20120618
  129. * Sun Jun 10 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.45-1
  130. - update to 20120610
  131. * Sun Mar 25 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.44-1
  132. - update to 20120325
  133. * Mon Mar 12 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.43-1
  134. - update to 20120312
  135. * Sun Jan 29 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.42-1
  136. - replace to new tar ball (20120129)
  137. * Sun Jan 29 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.41-1
  138. - update to 20120129
  139. * Tue Nov 22 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.40-1
  140. - update to 20111122
  141. * Sun Nov 20 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.39-1
  142. - update to 20111120
  143. * Fri Jul 22 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.38-1
  144. - update to 20110722
  145. * Wed Jul 13 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.37-1
  146. - update to 20110713
  147. - update M+ part (sync with TESTFLIGHT 041)
  148. * Sun Jul 10 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.36-1
  149. - update to 20110710
  150. - update M+ part
  151. - update VLKanji glyphs
  152. * Thu Apr 14 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.35-1
  153. - update to 20110414
  154. - update M+ part
  155. - update VLkanji glyphs
  156. - import M+ kerning table to VL-PGothic
  157. * Sat Dec 18 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.34-1
  158. - update to 20101218
  159. - update M+ part
  160. - update VLkanji glyphs
  161. * Fri Oct 22 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.33-1
  162. - update to 20101022
  163. - update VLkanji glyphs
  164. * Tue Oct 12 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.32-1
  165. - update to 20101012
  166. - update M+ part
  167. - update VLkanji glyphs
  168. * Wed Aug 18 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.31-1
  169. - update to 20100818
  170. - update M+ part
  171. - fixed font height and line gap (fixed size of Ascent/Descent)
  172. * Fri Apr 16 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.30-1
  173. - update to 20100416
  174. - update M+ part
  175. - fix glyph width of VOICED (SEMI-)SOUND MARK
  176. * Tue Jan 26 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.29-1
  177. - update to 20100126
  178. - update VL kanji glyphs
  179. - add new special sign charactors
  180. - change glyph width of "MINUS SIGN"
  181. * Mon Dec 14 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.28-1
  182. - update to 20091214
  183. - update VL kanji glyphs
  184. * Fri Dec 11 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.27-1
  185. - update to 20091211
  186. - update VL kanji glyphs
  187. * Tue Dec 08 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26-1
  188. - update to 20091208
  189. - update M+ part
  190. - update VL kanji glyphs
  191. * Wed Dec 02 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.25-1
  192. - update to 20091202
  193. - update VL kanji glyphs
  194. * Fri Nov 27 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24-1
  195. - update to 20091127
  196. - update VL kanji glyphs
  197. * Wed Nov 18 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.23-1
  198. - update to 20091118
  199. - update M+ part
  200. * Mon Aug 24 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.22-1
  201. - add fontpath.d symlink
  202. * Tue Aug 11 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.21-1
  203. - update to 20090811
  204. - update VL kanji glyphs
  205. * Mon Aug 10 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.20-1
  206. - update to 20090810
  207. - update VL kanji glyphs
  208. * Thu Aug 06 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.19-1
  209. - update to 20090806
  210. - update VL kanji glyphs
  211. - update M+ part
  212. - adjust CJK ambiguous width of VL Gothic
  213. * Fri Jul 10 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18-1
  214. - update to 20090710
  215. - update VL kanji glyphs
  216. - update M+ part
  217. * Fri Jul 03 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.17-1
  218. - update to 20090703
  219. - update VL kanji glyphs
  220. - update M+ part
  221. * Fri Jun 12 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.16-1
  222. - update to 20090612
  223. - update VL kanji glyphs
  224. - update M+ part
  225. * Wed Apr 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.15-1
  226. - update VLGothic to 20090422
  227. - fix GSUB vert table for vertical glyphs
  228. - add VL kanji glyph
  229. * Thu Apr 16 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14-2
  230. - really update VLGothic to 20090421..
  231. * Thu Apr 16 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14-1
  232. - update VLGotihc to 20090421
  233. - update VL kanji glyphs
  234. - update M+ part
  235. - use new rpm macros
  236. * Tue Mar 31 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.13-1
  237. - remove Require/Requires(post): TrueType-base
  238. * Wed Feb 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12-1
  239. - update VLGothic to 20090204
  240. - update VL kanji glyphs
  241. - update M+ part
  242. - use update-defaultfont (vutils>=2.0.2)
  243. * Thu Jan 08 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.11-1
  244. - update VLGothic to 20090108
  245. - update VL kanji glyphs
  246. - update vine.map and exec updmap-sys on %%post/%%postun
  247. * Wed Dec 03 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10-1
  248. - update VLGothic to 20081203
  249. - update VL kanji glyphs
  250. - add some full width special sign charactors
  251. - fix font metrics
  252. * Mon Nov 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.9-1
  253. - update VLGothic to 20081124
  254. - update VL kanji glyphs
  255. - update M+ part (add more latin glyphs)
  256. - change font metrics
  257. - set negative value for ascend/descend to descrease line gap
  258. * Wed Oct 29 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8-1
  259. - update VLGothic to 20081029
  260. - update VL kanji glyphs
  261. - update M+ part (add more latin glyphs)
  262. - fix embolden problem
  263. * Tue Oct 28 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.7-1
  264. - add gs8 cidfmap for vlgothic
  265. * Mon Sep 08 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6-1
  266. - update VLGothic to 20080908
  267. - update VL kanji glyphs
  268. - add M+ latin glyphs to VLPGothic
  269. * Tue Jun 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.5-1
  270. - update VLGothic to 20080610
  271. - update VL kanji glyphs
  272. - update M+ part
  273. * Tue Jun 10 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4-1
  274. - update VLGothic to 20080610
  275. - update VL kanji glyphs
  276. - update M+ part
  277. * Tue Jun 03 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3-1
  278. - update VLGothic to 20080603
  279. - update VL kanji glyphs
  280. * Sun Jun 01 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2-1
  281. - update VLGothic to 20080601
  282. - update M+ part
  283. * Mon May 26 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1-1
  284. - update VLGothic to 20080429
  285. - add 59-vlgothic.conf to set hinting configuration
  286. * Mon Apr 21 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0-1
  287. - build for xorg-x11-7.3
  288. - change font location to %%{_datadir}/fonts/%{name}
  289. - require fontconfig and xorg-x11-font-utils
  290. * Sun Apr 20 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.10-1
  291. - update VLGothic to 20080420
  292. - update M+ part
  293. - add [aiueo]macron charactor
  294. * Thu Mar 27 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.9-1
  295. - update VLGothic to 20080327
  296. - update M+ part
  297. * Sat Dec 15 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.8-0vl1
  298. - update VLGothic to 20071215
  299. - update M+ part
  300. - update VL kanji/latin extended/special sign charactor
  301. * Wed Oct 31 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.7-0vl1
  302. - update VLGothic to new replaced archive.
  303. * Wed Oct 31 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.6-0vl1
  304. - update VLGothic to 20071031
  305. - update M+ part
  306. - update VL kanji glyphs
  307. * Mon Oct 15 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5-0vl1
  308. - update VLGothic to 20071015
  309. - update M+ part
  310. - update VL kanji glyphs
  311. * Sat Oct 06 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4-0vl1
  312. - update VLGothic to 20071006
  313. - update M+ part
  314. - update VL kanji glyphs, hankaku-kana glyphs
  315. * Sat Sep 29 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3-0vl1
  316. - update VLGothic to 20070929
  317. - update VL kanji glyphs
  318. * Mon Sep 24 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2-0vl2
  319. - Obsoletes: TrueType-sazanami < 3.0
  320. * Mon Sep 24 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2-0vl1
  321. - update VLGothic to 20070924
  322. - update M+ part and some kanji glyphs
  323. * Sat Sep 15 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1-0vl1
  324. - update VLGothic to 20070915
  325. - update M+ part and some kanji glyphs
  326. * Thu Sep 13 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0-0vl1
  327. - split VLGothic from TrueType-sazanami
  328. * Sat Sep 01 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10-0vl1
  329. - update VLGothic to 20070901
  330. - update some kanji glyphs
  331. * Thu Aug 30 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.9-0vl1
  332. - update VLGothic to 20070830
  333. - update M+1C/M+1M to CVS head
  334. - update some kanji glyphs
  335. * Tue Jul 31 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8-0vl1
  336. - update VLGothic to 20070731
  337. - update M+1C/M+1M to CVS head
  338. - add new glyphs to VL-PGothic/VL-Gothic
  339. - add Roman Numeral Glyphs (some part of Number Forms)
  340. - update some glyphs
  341. * Mon May 07 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.7-0vl1
  342. - update VLGothic to 20070507
  343. - add new glyphs to VL-Gothic
  344. - add ISO8859-1 Glyphs (Latin-1 Supplement)
  345. - add ISO8859-15 Glyphs (some part of Latin Extended-A)
  346. * Sun May 06 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6-0vl1
  347. - update VLGothic to 20070506
  348. - add new glyphs to VL-PGothic
  349. - add ISO8859-1 Glyphs (Latin-1 Supplement)
  350. - add ISO8859-15 Glyphs (some part of Latin Extended-A)
  351. * Thu May 03 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.5-0vl1
  352. - update VLGothic to 20070503
  353. - update M+1C/1M to CVS head
  354. * Wed Mar 28 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4-0vl1
  355. - update VLGothic to 20070328
  356. - update M+1C/1M to CVS head
  357. - fix embolden problem on freetype-2.2
  358. * Sat Mar 17 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3-0vl1
  359. - update VLGothic to 20070317
  360. - update M+1C/1M to CVS head
  361. - include M+ Kanji glyphs
  362. - update some glyphs
  363. - add some special sign characters
  364. - fix broken glyphs
  365. * Mon Jan 01 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2-0vl1
  366. - update VLGothic to 20070101
  367. - fix embolden problem on freetype-2.2
  368. * Sun Dec 31 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1-0vl1
  369. - update VLGothic to 20061231
  370. - update M+1C/M+1M to cvs head 20061231
  371. - update kanji glyphs
  372. - update Sazanami to 20040629-vl-20061231
  373. - fix broken glyphs of sazanami-mincho
  374. * Sat Oct 21 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0-0vl1
  375. - bump up version to 2.0
  376. - update VLGothic to 20061026
  377. - update greek letter glyphs
  378. - split license information file from README.
  379. - add english version of license.
  380. * Sat Oct 21 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.29-0vl1
  381. - update VLGothic to 20061021
  382. * Fri Oct 20 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.28-0vl1
  383. - update VLGothic to 20061020 (<BTS:221>)
  384. - update M+1C/M+1M to TESTFILGHT012
  385. - update some glyphs
  386. - fix outline direction
  387. - remove overlap path
  388. * Thu Oct 05 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.27-0vl1
  389. - update VLGothic to 20061005 (<BTS:221>)
  390. - update some glyphs
  391. - fix outline direction
  392. - remove overlap path
  393. * Sat Sep 30 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.26-0vl1
  394. - update VLGothic to 20060930 (<BTS:221>)
  395. - fix outline direction
  396. - remove overlap path
  397. * Fri Sep 29 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.25-0vl1
  398. - update VLGothic to 20060929
  399. - update some glyphs
  400. - fix outline direction
  401. - remove overlap path
  402. * Mon Sep 25 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.24-0vl1
  403. - update VLGothic to 20060925
  404. - update some glyphs
  405. - add minimum gsub table for vertical writing
  406. * Thu Sep 21 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.23-0vl1
  407. - update VLGothic to 20060921
  408. - update few glyphs
  409. - update M+1C/M+1M to cvs head 2006/09/21
  410. * Wed Sep 13 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.22-0vl1
  411. - update VLGothic to 20060913
  412. - update some glyphs
  413. - fix half width space
  414. * Mon Sep 11 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.21-0vl1
  415. - update VLGothic to 20060911
  416. - update M+1C/M+1M to cvs head 2006/09/11
  417. - use VL-PGothic for -alias-gothic-p- (legacy core font)
  418. * Thu Aug 31 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.20-0vl1
  419. - update VLGothic to 20060831
  420. - add VL-Gothic-Regular.ttf for
  421. - use M+1C for VLPGothic instead of M+1P
  422. * Mon Aug 28 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.19-0vl1
  423. - fix sazanami.ttfconf
  424. * Tue Aug 22 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.18-0vl1
  425. - change the fontname to VLPGothic
  426. - update VLPGothic
  427. - TODO:
  428. - split VLGothic family to new package.
  429. - add M+1M based VLGothic for monospace font.
  430. * Tue Aug 15 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.17-0vl1
  431. - update M+1P+Sazanami.ttf
  432. - refine more glyphs
  433. * Wed Aug 09 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.16-0vl1
  434. - update M+1P+Sazanami.ttf
  435. - refine more glyphs
  436. - add some glyphs for windows compatibility
  437. - update sazanami.ttfconf
  438. - add -fake-kochi gothic-, -fake-kochi mincho- without TTCap
  439. for Flash Plugin. (<BTS:0100>)
  440. * Fri Aug 04 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.15-0vl1
  441. - update M+1P+Sazanami.ttf
  442. - refine more glyphs
  443. - add new full-width alphabets and numeric letters based on M+1P
  444. * Mon Jul 31 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.14-0vl1
  445. - update M+1P+Sazanami.ttf
  446. - refine more glyphs
  447. * Sun Jul 30 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.13-0vl1
  448. - update M+1P+Sazanami.ttf
  449. - refine more glyphs
  450. - redesign greek letter based on M+ 1P fonts
  451. * Thu Jul 27 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.12-0vl1
  452. - update M+1P+Sazanami.ttf
  453. - refine more glyphs
  454. * Sun Jul 23 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.11-0vl1
  455. - update M+1P+Sazanami.ttf
  456. - refine more glyphs
  457. * Fri Jul 21 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.10-0vl1
  458. - update M+1P+Sazanami.ttf
  459. - refine more glyphs
  460. - fix encoding
  461. * Thu Jul 20 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.9-0vl1
  462. - update M+1P+Sazanami.ttf
  463. - refine more glyphs
  464. - fix outline direction (fix corruption on emboldening)
  465. * Wed Jul 19 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.8-0vl1
  466. - update M+1P+Sazanami.ttf
  467. - refine more glyphs
  468. - fix broken glyph
  469. - refine greek letters
  470. * Tue Jul 18 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.7-0vl1
  471. - update M+1P+Sazanami.ttf
  472. - refine more glyphs
  473. - TODO: should rename the fontname?
  474. * Sun Jul 16 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.6-0vl1
  475. - update M+1P+Sazanami.ttf
  476. - fix outline direction (fix corruption of some glyphs)
  477. - refine more glyphs
  478. * Wed Jul 12 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5-0vl1
  479. - update M+1P+Sazanami.ttf
  480. - refine some glyphs.. (modified 200 or more)
  481. - update sazanami.ttfconf to use M+1P+Sazanami for alias-{sans,gothic}-p
  482. * Mon Jul 10 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4-0vl1
  483. - update M+1P+Sazanami.ttf
  484. - refine some glyphs.. (modified 100 or more)
  485. * Mon Jul 10 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3-0vl1
  486. - update M+1P-Sazanami.ttf
  487. - fix corruption of some glyphs
  488. - refine some glyphs to make it more usable..
  489. * Thu May 11 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2-0vl1
  490. - add M+1P+Sazanami.ttf (Mplus 1P Font + Sazanami Gothic)
  491. * Mon Nov 08 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1-0vl1
  492. - new upstream release
  493. * Wed Jun 16 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0-0vl1
  494. - initial build for Vine Linux based on TrueType-kochi-subst package
  495. - Provides TrueType-kochi, TrueTypeFonts_jp
  496. - include Kochi-{mincho,gothic}.ttf symlinks for compatibility