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

Revision 8908, 18.4 KB checked in by daisuke, 10 years ago (diff)

TrueType?-vlgothic: update to 20140801

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