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

Revision 9917, 18.5 KB checked in by daisuke, 8 years ago (diff)

TrueType?-vlgothic: 2.120

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