Magellan Linux

Diff of /smage/trunk/core/font-adobe-75dpi/font-adobe-75dpi-1.0.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 302 by niro, Tue Apr 27 23:16:23 2010 UTC revision 303 by niro, Tue Apr 27 23:20:18 2010 UTC
# Line 10  STATE="unstable" Line 10  STATE="unstable"
10  DESCRIPTION="Adobe font family - 75dpi."  DESCRIPTION="Adobe font family - 75dpi."
11  HOMEPAGE="http://xorg.freedesktop.org"  HOMEPAGE="http://xorg.freedesktop.org"
12    
13  sminclude xorg mcore  # keep helvB
14    MCORE_ONLY_KEEP="usr/share/fonts/75dpi/helvB08-ISO8859-1.pcf.gz
15     usr/share/fonts/75dpi/helvB08.pcf.gz
16     usr/share/fonts/75dpi/helvB10-ISO8859-1.pcf.gz
17     usr/share/fonts/75dpi/helvB10.pcf.gz
18     usr/share/fonts/75dpi/helvB12-ISO8859-1.pcf.gz
19     usr/share/fonts/75dpi/helvB12.pcf.gz
20     usr/share/fonts/75dpi/helvB14-ISO8859-1.pcf.gz
21     usr/share/fonts/75dpi/helvB14.pcf.gz
22     usr/share/fonts/75dpi/helvB18-ISO8859-1.pcf.gz
23     usr/share/fonts/75dpi/helvB18.pcf.gz
24     usr/share/fonts/75dpi/helvB24-ISO8859-1.pcf.gz
25     usr/share/fonts/75dpi/helvB24.pcf.gz"
26    
27    # keep helvBO
28    MCORE_ONLY_KEEP+=" usr/share/fonts/75dpi/helvBO08-ISO8859-1.pcf.gz
29     usr/share/fonts/75dpi/helvBO08.pcf.gz
30     usr/share/fonts/75dpi/helvBO10-ISO8859-1.pcf.gz
31     usr/share/fonts/75dpi/helvBO10.pcf.gz
32     usr/share/fonts/75dpi/helvBO12-ISO8859-1.pcf.gz
33     usr/share/fonts/75dpi/helvBO12.pcf.gz
34     usr/share/fonts/75dpi/helvBO14-ISO8859-1.pcf.gz
35     usr/share/fonts/75dpi/helvBO14.pcf.gz
36     usr/share/fonts/75dpi/helvBO18-ISO8859-1.pcf.gz
37     usr/share/fonts/75dpi/helvBO18.pcf.gz
38     usr/share/fonts/75dpi/helvBO24-ISO8859-1.pcf.gz
39     usr/share/fonts/75dpi/helvBO24.pcf.gz"
40    
41    # keep helvO
42    MCORE_ONLY_KEEP+=" usr/share/fonts/75dpi/helvO08-ISO8859-1.pcf.gz
43     usr/share/fonts/75dpi/helvO08.pcf.gz
44     usr/share/fonts/75dpi/helvO10-ISO8859-1.pcf.gz
45     usr/share/fonts/75dpi/helvO10.pcf.gz
46     usr/share/fonts/75dpi/helvO12-ISO8859-1.pcf.gz
47     usr/share/fonts/75dpi/helvO12.pcf.gz
48     usr/share/fonts/75dpi/helvO14-ISO8859-1.pcf.gz
49     usr/share/fonts/75dpi/helvO14.pcf.gz
50     usr/share/fonts/75dpi/helvO18-ISO8859-1.pcf.gz
51     usr/share/fonts/75dpi/helvO18.pcf.gz
52     usr/share/fonts/75dpi/helvO24-ISO8859-1.pcf.gz
53     usr/share/fonts/75dpi/helvO24.pcf.gz"
54    
55    # keep helvR
56    MCORE_ONLY_KEEP+=" usr/share/fonts/75dpi/helvR08-ISO8859-1.pcf.gz
57     usr/share/fonts/75dpi/helvR08.pcf.gz
58     usr/share/fonts/75dpi/helvR10-ISO8859-1.pcf.gz
59     usr/share/fonts/75dpi/helvR10.pcf.gz
60     usr/share/fonts/75dpi/helvR12-ISO8859-1.pcf.gz
61     usr/share/fonts/75dpi/helvR12.pcf.gz
62     usr/share/fonts/75dpi/helvR14-ISO8859-1.pcf.gz
63     usr/share/fonts/75dpi/helvR14.pcf.gz
64     usr/share/fonts/75dpi/helvR18-ISO8859-1.pcf.gz
65     usr/share/fonts/75dpi/helvR18.pcf.gz
66     usr/share/fonts/75dpi/helvR24-ISO8859-1.pcf.gz
67     usr/share/fonts/75dpi/helvR24.pcf.gz"
68    
69    # keep fontconfig
70    MCORE_ONLY_KEEP+=" usr/share/fonts/75dpi/fonts.dir
71     usr/share/fonts/75dpi/fonts.scale"
72    
73    sminclude xorg mcore-split
74    
75  SDEPEND=">= x11-apps/bdftopcf-1  SDEPEND=">= x11-apps/bdftopcf-1
76   >= media-fonts/font-util-1"   >= media-fonts/font-util-1"
# Line 20  UP2DATE="updatecmd_xorg ${PNAME}" Line 80  UP2DATE="updatecmd_xorg ${PNAME}"
80  src_compile()  src_compile()
81  {  {
82   cd ${SRCDIR}   cd ${SRCDIR}
83     local myconf
84    
85     # build only some generic fonts
86     myconf="--enable-iso8859-1"
87    
88     # disable all unwanted
89     myconf+=" --disable-iso8859-2"
90     myconf+=" --disable-iso8859-3"
91     myconf+=" --disable-iso8859-4"
92     myconf+=" --disable-iso8859-9"
93     myconf+=" --disable-iso8859-10"
94     myconf+=" --disable-iso8859-13"
95     myconf+=" --disable-iso8859-14"
96     myconf+=" --disable-iso8859-15"
97    
98   xorg_src_configure --with-mapfiles=/usr/share/fonts/util || die   xorg_src_configure --with-mapfiles=/usr/share/fonts/util ${myconf} || die
99   mmake || die   mmake || die
100  }  }

Legend:
Removed from v.302  
changed lines
  Added in v.303