Magellan Linux

Contents of /smage/trunk/core/font-misc-misc/font-misc-misc-1.1.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 230 - (show annotations) (download)
Mon Apr 26 22:10:25 2010 UTC (14 years ago) by niro
File size: 1542 byte(s)
auto added: ver bump to 1.1.0-r1
1 # $Id$
2
3 PNAME="font-misc-misc"
4 PVER="1.1.0"
5 PBUILD="r1"
6
7 PCATEGORIE="media-fonts"
8 STATE="unstable"
9
10 DESCRIPTION="A Misc Public Domain font family."
11 HOMEPAGE="http://xorg.freedesktop.org"
12
13 MCORE_ONLY_KEEP="usr/share/fonts/misc/6x13.pcf.gz
14 usr/share/fonts/misc/6x13-ISO8859-1.pcf.gz
15 usr/share/fonts/misc/6x13-ISO8859-15.pcf.gz
16 usr/share/fonts/misc/6x13B.pcf.gz
17 usr/share/fonts/misc/6x13B-ISO8859-1.pcf.gz
18 usr/share/fonts/misc/6x13B-ISO8859-15.pcf.gz
19 usr/share/fonts/misc/6x13O.pcf.gz
20 usr/share/fonts/misc/6x13O-ISO8859-1.pcf.gz
21 usr/share/fonts/misc/6x13O-ISO8859-15.pcf.gz
22 usr/share/fonts/misc/fonts.dir
23 usr/share/fonts/misc/fonts.scale"
24
25 sminclude xorg mcore-split
26
27 SDEPEND=">= x11-apps/bdftopcf-1
28 >= media-fonts/font-util-1"
29
30 UP2DATE="updatecmd_xorg ${PNAME}"
31
32 src_compile()
33 {
34 cd ${SRCDIR}
35 local myconf
36
37 # build only some generic fonts
38 myconf="--enable-iso8859-1"
39 myconf+=" --enable-iso8859-15"
40
41 # disable all unwanted
42 myconf+=" --disable-iso8859-2"
43 myconf+=" --disable-iso8859-3"
44 myconf+=" --disable-iso8859-4"
45 myconf+=" --disable-iso8859-5"
46 myconf+=" --disable-iso8859-6"
47 myconf+=" --disable-iso8859-7"
48 myconf+=" --disable-iso8859-8"
49 myconf+=" --disable-iso8859-9"
50 myconf+=" --disable-iso8859-10"
51 myconf+=" --disable-iso8859-11"
52 myconf+=" --disable-iso8859-12"
53 myconf+=" --disable-iso8859-13"
54 myconf+=" --disable-iso8859-14"
55 myconf+=" --disable-iso8859-16"
56 myconf+=" --disable-koi8-r"
57 myconf+=" --disable-jisx0201"
58
59 xorg_src_configure --with-mapfiles=/usr/share/fonts/util ${myconf} || die
60 mmake || die
61 }

Properties

Name Value
svn:keywords Id