Magellan Linux

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

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

revision 2211 by niro, Wed Jun 8 10:20:41 2011 UTC revision 2428 by niro, Wed Jun 15 19:00:27 2011 UTC
# Line 102  case ${PCATEGORIE} in Line 102  case ${PCATEGORIE} in
102   x11-drivers) URISUBDIR="driver" ;;   x11-drivers) URISUBDIR="driver" ;;
103   x11-libs) URISUBDIR="lib" ;;   x11-libs) URISUBDIR="lib" ;;
104   x11-misc) case ${PNAME} in   x11-misc) case ${PNAME} in
105   xbitmaps|xkbdata|xkeyboard-config) URISUBDIR="data" ;;   xbitmaps|xkbdata) URISUBDIR="data" ;;
106     xkeyboard-config) URISUBDIR="data/xkeyboard-config" ;;
107   *)  URISUBDIR="util" ;;   *)  URISUBDIR="util" ;;
108   esac   esac
109   ;;   ;;
# Line 137  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.2211  
changed lines
  Added in v.2428