Magellan Linux

Annotation of /branches/magellan-next/core/font-alias/font-alias-1.0.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8161 - (hide annotations) (download)
Tue Jul 12 21:35:23 2011 UTC (12 years, 11 months ago) by niro
File size: 432 byte(s)
auto added: ver bump to 1.0.3-r1
1 niro 8161 # $Id: font-alias-1.0.2-r1.smage2 5406 2010-05-30 19:38:53Z niro $
2    
3     PNAME="font-alias"
4     PVER="1.0.3"
5     PBUILD="r1"
6    
7     PCATEGORIE="media-fonts"
8     STATE="unstable"
9    
10     DESCRIPTION="Standard X font aliases."
11     HOMEPAGE="http://xorg.freedesktop.org"
12    
13     DEPEND=">= x11-apps/mkfontscale-1"
14    
15     sminclude xorg
16    
17     UP2DATE="updatecmd_xorg ${PNAME}"
18    
19     src_compile()
20     {
21     cd ${SRCDIR}
22    
23     xorg_src_configure --with-fontrootdir=/usr/share/fonts || die
24     mmake || die
25     }