Magellan Linux

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

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

revision 1716 by niro, Tue Mar 1 22:32:23 2011 UTC revision 1717 by niro, Thu Sep 15 18:54:20 2011 UTC
# Line 128  SRC_URI=( Line 128  SRC_URI=(
128  )  )
129    
130  # add default deps  # add default deps
131  # DEPEND="${DEPEND}  #DEPEND="${DEPEND}
132  # >= sys-apps/man-1.6"  # >= sys-apps/man-1.6"
133    
134  SDEPEND="${SDEPEND}  SDEPEND="${SDEPEND}
135   >= dev-util/pkgconfig-0.20   >= dev-util/pkgconfig-0.20
# 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.1716  
changed lines
  Added in v.1717