TrueType-vlgothic-vl.spec 18 KB

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