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

Revision 6795, 17.5 KB checked in by daisuke, 12 years ago (diff)

update to 20120905

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