Magellan Linux

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

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

revision 6654 by niro, Tue Sep 14 16:46:32 2010 UTC revision 9863 by niro, Fri Jan 13 19:22:05 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 87  X11_DIR="/usr" Line 87  X11_DIR="/usr"
87  INHERITS="${INHERITS} xorg"  INHERITS="${INHERITS} xorg"
88    
89  # pkg setup  # pkg setup
90  SRCFILE="${PNAME}-${PVER}.tar.bz2"  : ${SRCFILE="${PNAME}-${PVER}.tar.bz2"}
91  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"  : ${SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"}
92    
93  #XORG_MIRROR="http://ftp.x.org/pub"  #XORG_MIRROR="http://ftp.x.org/pub"
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 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 112  case ${PCATEGORIE} in Line 113  case ${PCATEGORIE} in
113  esac  esac
114    
115  SRC_URI=(  SRC_URI=(
116     ${SRC_URI[*]}
117  # ${XORG_MIRROR}/individual/app/${SRCFILE}  # ${XORG_MIRROR}/individual/app/${SRCFILE}
118  # ${XORG_MIRROR}/individual/data/${SRCFILE}  # ${XORG_MIRROR}/individual/data/${SRCFILE}
119  # ${XORG_MIRROR}/individual/doc/${SRCFILE}  # ${XORG_MIRROR}/individual/doc/${SRCFILE}
# Line 128  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.6654  
changed lines
  Added in v.9863