Magellan Linux

Diff of /branches/R11-unstable/include/xorg.sminc

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

branches/magellan-next/include/xorg.sminc revision 9207 by niro, Tue Nov 8 19:19:36 2011 UTC trunk/include/xorg.sminc revision 9880 by niro, Sat Jan 14 01:48:34 2012 UTC
# Line 1  Line 1 
1  # $Header: /magellan-cvs/smage/include/xorg.sminc,v 1.18 2008/02/16 11:26:47 niro Exp $  # $Id$
2  # xorg global smage2 functions  # xorg global smage2 functions
3    
4  # must: X11_dir (defaults to /usr in sminc)  # must: X11_dir (defaults to /usr in sminc)
# Line 94  INHERITS="${INHERITS} xorg" Line 94  INHERITS="${INHERITS} xorg"
94  XORG_MIRROR="http://xorg.freedesktop.org/archive"  XORG_MIRROR="http://xorg.freedesktop.org/archive"
95    
96  # get the right subdir  # get the right subdir
97  case ${PCATEGORIE} in  case ${PCAT} in
98   app-doc) URISUBDIR="doc" ;;   app-doc) URISUBDIR="doc" ;;
99   media-fonts) URISUBDIR="font" ;;   media-fonts) URISUBDIR="font" ;;
100   x11-apps) URISUBDIR="app" ;;   x11-apps) URISUBDIR="app" ;;
# Line 130  SRC_URI=( Line 130  SRC_URI=(
130    
131  # add default deps  # add default deps
132  DEPEND="${DEPEND}  DEPEND="${DEPEND}
133   >= sys-apps/man-1.6"   >= virtual/man"
134    
135  SDEPEND="${SDEPEND}  SDEPEND="${SDEPEND}
136   >= dev-util/pkgconfig-0.20   >= dev-util/pkgconfig-0.20

Legend:
Removed from v.9207  
changed lines
  Added in v.9880