source: projects/specs/trunk/T/TrueType-vlgothic/TrueType-vlgothic-vl.spec @ 5542

Revision 5542, 16.9 KB checked in by daisuke, 12 years ago (diff)

update to new tarball

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