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

Revision 5984, 17.0 KB checked in by daisuke, 12 years ago (diff)

update to 20120325

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