Magellan Linux

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

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

revision 1665 by niro, Sat Jan 22 23:35:03 2011 UTC revision 2288 by niro, Wed Jun 8 14:59:46 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 127  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

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