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

Revision 6303, 17.1 KB checked in by daisuke, 12 years ago (diff)

update to 20120610

Line 
1%define version 2.45
2%define release 1%{?_dist_release}
3%define vlgothic_date 20120610
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 Jun 10 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.45-1
100- update to 20120610
101
102* Sun Mar 25 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.44-1
103- update to 20120325
104
105* Mon Mar 12 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.43-1
106- update to 20120312
107
108* Sun Jan 29 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.42-1
109- replace to new tar ball (20120129)
110
111* Sun Jan 29 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.41-1
112- update to 20120129
113
114* Tue Nov 22 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.40-1
115- update to 20111122
116
117* Sun Nov 20 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.39-1
118- update to 20111120
119
120* Fri Jul 22 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.38-1
121- update to 20110722
122
123* Wed Jul 13 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.37-1
124- update to 20110713
125  - update M+ part (sync with TESTFLIGHT 041)
126
127* Sun Jul 10 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.36-1
128- update to 20110710
129  - update M+ part
130  - update VLKanji glyphs
131
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
138* Sat Dec 18 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.34-1
139- update to 20101218
140  - update M+ part
141  - update VLkanji glyphs
142
143* Fri Oct 22 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.33-1
144- update to 20101022
145  - update VLkanji glyphs
146
147* Tue Oct 12 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.32-1
148- update to 20101012
149  - update M+ part
150  - update VLkanji glyphs
151
152* Wed Aug 18 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.31-1
153- update to 20100818
154  - update M+ part
155  - fixed font height and line gap (fixed size of Ascent/Descent)
156
157* Fri Apr 16 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.30-1
158- update to 20100416
159  - update M+ part
160  - fix glyph width of VOICED (SEMI-)SOUND MARK
161
162* Tue Jan 26 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.29-1
163- update to 20100126
164  - update VL kanji glyphs
165  - add new special sign charactors
166  - change glyph width of "MINUS SIGN"
167
168* Mon Dec 14 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.28-1
169- update to 20091214
170  - update VL kanji glyphs
171
172* Fri Dec 11 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.27-1
173- update to 20091211
174  - update VL kanji glyphs
175
176* Tue Dec 08 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26-1
177- update to 20091208
178  - update M+ part
179  - update VL kanji glyphs
180
181* Wed Dec 02 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.25-1
182- update to 20091202
183  - update VL kanji glyphs
184
185* Fri Nov 27 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24-1
186- update to 20091127
187  - update VL kanji glyphs
188
189* Wed Nov 18 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.23-1
190- update to 20091118
191  - update M+ part
192
193* Sun Aug 24 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.22-1
194- add fontpath.d symlink
195
196* Tue Aug 11 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.21-1
197- update to 20090811
198  - update VL kanji glyphs
199
200* Mon Aug 10 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.20-1
201- update to 20090810
202  - update VL kanji glyphs
203
204* Thu Aug 06 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.19-1
205- update to 20090806
206  - update VL kanji glyphs
207  - update M+ part
208  - adjust CJK ambiguous width of VL Gothic
209
210* Fri Jul 10 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18-1
211- update to 20090710
212  - update VL kanji glyphs
213  - update M+ part
214
215* Fri Jul 03 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.17-1
216- update to 20090703
217  - update VL kanji glyphs
218  - update M+ part
219
220* Fri Jun 12 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.16-1
221- update to 20090612
222  - update VL kanji glyphs
223  - update M+ part
224
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
230* Thu Apr 16 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14-2
231- really update VLGothic to 20090421..
232
233* Thu Apr 16 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14-1
234- update VLGotihc to 20090421
235  - update VL kanji glyphs
236  - update M+ part
237- use new rpm macros
238
239* Tue Mar 31 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.13-1
240- remove Require/Requires(post): TrueType-base
241
242* Wed Feb 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12-1
243- update VLGothic to 20090204
244  - update VL kanji glyphs
245  - update M+ part
246- use update-defaultfont (vutils>=2.0.2)
247
248* Thu Jan 08 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.11-1
249- update VLGothic to 20090108
250  - update VL kanji glyphs
251  - update vine.map and exec updmap-sys on %%post/%%postun
252 
253* Wed Dec 03 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10-1
254- update VLGothic to 20081203
255  - update VL kanji glyphs
256  - add some full width special sign charactors
257  - fix font metrics
258
259* Mon Nov 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.9-1
260- update VLGothic to 20081124
261  - update VL kanji glyphs
262  - update M+ part (add more latin glyphs)
263  - change font metrics
264    - set negative value for ascend/descend to descrease line gap
265
266* Wed Oct 29 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8-1
267- update VLGothic to 20081029
268  - update VL kanji glyphs
269  - update M+ part (add more latin glyphs)
270  - fix embolden problem
271
272* Wed Oct 28 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.7-1
273- add gs8 cidfmap for vlgothic
274
275* Mon Sep 08 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6-1
276- update VLGothic to 20080908
277  - update VL kanji glyphs
278  - add M+ latin glyphs to VLPGothic
279
280* Tue Jun 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.5-1
281- update VLGothic to 20080610
282  - update VL kanji glyphs
283  - update M+ part
284
285* Tue Jun 10 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4-1
286- update VLGothic to 20080610
287  - update VL kanji glyphs
288  - update M+ part
289
290* Tue Jun 03 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3-1
291- update VLGothic to 20080603
292  - update VL kanji glyphs
293
294* Sun Jun 01 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2-1
295- update VLGothic to 20080601
296  - update M+ part
297
298* Mon May 26 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1-1
299- update VLGothic to 20080429
300- add 59-vlgothic.conf to set hinting configuration
301
302* Mon Apr 21 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0-1
303- build for xorg-x11-7.3
304  - change font location to %%{_datadir}/fonts/%{name}
305  - require fontconfig and xorg-x11-font-utils
306
307* Sun Apr 20 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.10-1
308- update VLGothic to 20080420
309  - update M+ part
310  - add [aiueo]macron charactor
311
312* Thu Mar 27 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.9-1
313- update VLGothic to 20080327
314  - update M+ part
315
316* Sat Dec 15 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.8-0vl1
317- update VLGothic to 20071215
318  - update M+ part
319  - update VL kanji/latin extended/special sign charactor
320
321* Tue Oct 31 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.7-0vl1
322- update VLGothic to new replaced archive.
323
324* Tue Oct 31 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.6-0vl1
325- update VLGothic to 20071031
326  - update M+ part
327  - update VL kanji glyphs
328
329* Mon Oct 15 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5-0vl1
330- update VLGothic to 20071015
331  - update M+ part
332  - update VL kanji glyphs
333
334* Sat Oct 06 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4-0vl1
335- update VLGothic to 20071006
336  - update M+ part
337  - update VL kanji glyphs, hankaku-kana glyphs
338
339* Sat Sep 29 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3-0vl1
340- update VLGothic to 20070929
341  - update VL kanji glyphs
342
343* Mon Sep 24 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2-0vl2
344- Obsoletes: TrueType-sazanami < 3.0
345
346* Mon Sep 24 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2-0vl1
347- update VLGothic to 20070924
348  - update M+ part and some kanji glyphs
349
350* Sat Sep 15 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1-0vl1
351- update VLGothic to 20070915
352  - update M+ part and some kanji glyphs
353
354* Thu Sep 13 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0-0vl1
355- split VLGothic from TrueType-sazanami
356
357* Sat Sep 01 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10-0vl1
358- update VLGothic to 20070901
359  - update some kanji glyphs
360
361* Thu Aug 30 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.9-0vl1
362- update VLGothic to 20070830
363  - update M+1C/M+1M to CVS head
364  - update some kanji glyphs
365
366* Mon Jul 31 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8-0vl1
367- update VLGothic to 20070731
368  - update M+1C/M+1M to CVS head
369  - add new glyphs to VL-PGothic/VL-Gothic
370    - add Roman Numeral Glyphs (some part of Number Forms)
371    - update some glyphs
372
373* Mon May 07 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.7-0vl1
374- update VLGothic to 20070507
375  - add new glyphs to VL-Gothic
376    - add ISO8859-1 Glyphs (Latin-1 Supplement)
377    - add ISO8859-15 Glyphs (some part of Latin Extended-A)
378
379* Sun May 06 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6-0vl1
380- update VLGothic to 20070506
381  - add new glyphs to VL-PGothic
382    - add ISO8859-1 Glyphs (Latin-1 Supplement)
383    - add ISO8859-15 Glyphs (some part of Latin Extended-A)
384
385* Thu May 03 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.5-0vl1
386- update VLGothic to 20070503
387  - update M+1C/1M to CVS head
388
389* Wed Mar 28 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4-0vl1
390- update VLGothic to 20070328
391  - update M+1C/1M to CVS head
392  - fix embolden problem on freetype-2.2
393
394* Sat Mar 17 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3-0vl1
395- update VLGothic to 20070317
396  - update M+1C/1M to CVS head
397    - include M+ Kanji glyphs
398  - update some glyphs
399  - add some special sign characters
400  - fix broken glyphs
401
402* Mon Jan 01 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2-0vl1
403- update VLGothic to 20070101
404  - fix embolden problem on freetype-2.2
405
406* Sun Dec 31 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1-0vl1
407- update VLGothic to 20061231
408  - update M+1C/M+1M to cvs head 20061231
409  - update kanji glyphs
410- update Sazanami to 20040629-vl-20061231
411  - fix broken glyphs of sazanami-mincho
412
413* Sat Oct 21 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0-0vl1
414- bump up version to 2.0
415- update VLGothic to 20061026
416  - update greek letter glyphs
417  - split license information file from README.
418  - add english version of license.
419
420* Sat Oct 21 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.29-0vl1
421- update VLGothic to 20061021
422
423* Fri Oct 20 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.28-0vl1
424- update VLGothic to 20061020 (<BTS:221>)
425  - update M+1C/M+1M to TESTFILGHT012
426  - update some glyphs
427  - fix outline direction
428  - remove overlap path
429
430* Thu Oct 05 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.27-0vl1
431- update VLGothic to 20061005 (<BTS:221>)
432  - update some glyphs
433  - fix outline direction
434  - remove overlap path
435
436* Sat Sep 30 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.26-0vl1
437- update VLGothic to 20060930 (<BTS:221>)
438  - fix outline direction
439  - remove overlap path
440
441* Fri Sep 29 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.25-0vl1
442- update VLGothic to 20060929
443  - update some glyphs
444  - fix outline direction
445  - remove overlap path
446
447* Mon Sep 25 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.24-0vl1
448- update VLGothic to 20060925
449  - update some glyphs
450  - add minimum gsub table for vertical writing
451
452* Thu Sep 21 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.23-0vl1
453- update VLGothic to 20060921
454  - update few glyphs
455  - update M+1C/M+1M to cvs head 2006/09/21
456
457* Wed Sep 13 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.22-0vl1
458- update VLGothic to 20060913
459  - update some glyphs
460  - fix half width space
461
462* Mon Sep 11 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.21-0vl1
463- update VLGothic to 20060911
464  - update M+1C/M+1M to cvs head 2006/09/11
465- use VL-PGothic for -alias-gothic-p- (legacy core font)
466
467* Thu Aug 31 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.20-0vl1
468- update VLGothic to 20060831
469  - add VL-Gothic-Regular.ttf for
470  - use M+1C for VLPGothic instead of M+1P
471
472* Mon Aug 28 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.19-0vl1
473- fix sazanami.ttfconf
474
475* Tue Aug 22 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.18-0vl1
476- change the fontname to VLPGothic
477- update VLPGothic
478- TODO:
479  - split VLGothic family to new package.
480  - add M+1M based VLGothic for monospace font.
481
482* Wed Aug 15 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.17-0vl1
483- update M+1P+Sazanami.ttf
484  - refine more glyphs
485
486* Wed Aug 09 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.16-0vl1
487- update M+1P+Sazanami.ttf
488  - refine more glyphs
489  - add some glyphs for windows compatibility
490- update sazanami.ttfconf
491  - add -fake-kochi gothic-, -fake-kochi mincho- without TTCap
492    for Flash Plugin. (<BTS:0100>)
493
494* Fri Aug 04 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.15-0vl1
495- update M+1P+Sazanami.ttf
496  - refine more glyphs
497  - add new full-width alphabets and numeric letters based on M+1P
498
499* Mon Jul 31 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.14-0vl1
500- update M+1P+Sazanami.ttf
501  - refine more glyphs
502
503* Sun Jul 30 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.13-0vl1
504- update M+1P+Sazanami.ttf
505  - refine more glyphs
506  - redesign greek letter based on M+ 1P fonts
507
508* Thu Jul 27 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.12-0vl1
509- update M+1P+Sazanami.ttf
510  - refine more glyphs
511
512* Sun Jul 23 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.11-0vl1
513- update M+1P+Sazanami.ttf
514  - refine more glyphs
515
516* Fri Jul 21 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.10-0vl1
517- update M+1P+Sazanami.ttf
518  - refine more glyphs
519  - fix encoding
520
521* Thu Jul 20 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.9-0vl1
522- update M+1P+Sazanami.ttf
523  - refine more glyphs
524  - fix outline direction (fix corruption on emboldening)
525
526* Wed Jul 19 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.8-0vl1
527- update M+1P+Sazanami.ttf
528  - refine more glyphs
529  - fix broken glyph
530  - refine greek letters
531
532* Tue Jul 18 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.7-0vl1
533- update M+1P+Sazanami.ttf
534  - refine more glyphs
535  - TODO: should rename the fontname?
536
537* Sun Jul 16 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.6-0vl1
538- update M+1P+Sazanami.ttf
539  - fix outline direction (fix corruption of some glyphs)
540  - refine more glyphs
541
542* Wed Jul 12 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5-0vl1
543- update M+1P+Sazanami.ttf
544  - refine some glyphs.. (modified 200 or more)
545- update sazanami.ttfconf to use M+1P+Sazanami for alias-{sans,gothic}-p
546
547* Mon Jul 10 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4-0vl1
548- update M+1P+Sazanami.ttf
549  - refine some glyphs.. (modified 100 or more)
550
551* Mon Jul 10 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3-0vl1
552- update M+1P-Sazanami.ttf
553  - fix corruption of some glyphs
554  - refine some glyphs to make it more usable..
555
556* Thu May 11 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2-0vl1
557- add M+1P+Sazanami.ttf (Mplus 1P Font + Sazanami Gothic)
558
559* Mon Nov 08 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1-0vl1
560- new upstream release
561
562* Wed Jun 16 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0-0vl1
563- initial build for Vine Linux based on TrueType-kochi-subst package
564- Provides TrueType-kochi, TrueTypeFonts_jp
565- include Kochi-{mincho,gothic}.ttf symlinks for compatibility
Note: See TracBrowser for help on using the repository browser.