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

Revision 12393, 19.1 KB checked in by tomop, 4 years ago (diff)

updated 6 packages

OpenType?-ipaexfont-4.01-1

OpenType?-ipamj-mincho-6.01-1

OpenType?-source-sans-pro-3.006-1

TrueType?-ipafont-3.03-4

TrueType?-vlgothic-2.120-2

ghostscript-9.52-1

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