Magellan Linux

Diff of /smage/trunk/include/xorg.sminc

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

revision 2288 by niro, Wed Jun 8 14:59:46 2011 UTC revision 2428 by niro, Wed Jun 15 19:00:27 2011 UTC
# Line 138  SDEPEND="${SDEPEND} Line 138  SDEPEND="${SDEPEND}
138  # font dependencies  # font dependencies
139  if is_xorg_font  if is_xorg_font
140  then  then
141   DEPEND="${DEPEND}   SDEPEND="${DEPEND}
142   >= x11-apps/mkfontscale-1   >= x11-apps/mkfontscale-1
143   >= x11-apps/mkfontdir-1   >= x11-apps/mkfontdir-1
144   >= media-fonts/font-alias-1"   >= media-fonts/font-alias-1"
145    
146   # encodings are run-time needed to rebuild the font.dirs files !!   # encodings are run-time needed to rebuild the font.dirs files !!
147   # so don't use SDEPEND but DEPEND here!   # so don't use SDEPEND but DEPEND here!
148   DEPEND="${DEPEND}   SDEPEND="${DEPEND}
149   >= media-fonts/encodings-1"   >= media-fonts/encodings-1"
150    
151   XORG_FONT_PKG=yes   XORG_FONT_PKG=yes

Legend:
Removed from v.2288  
changed lines
  Added in v.2428