Magellan Linux

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

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

revision 18716 by niro, Wed Aug 14 10:41:53 2013 UTC revision 21408 by niro, Fri Jun 20 08:50:14 2014 UTC
# Line 59  X11_DIR="/usr" Line 59  X11_DIR="/usr"
59  INHERITS="${INHERITS} xorg"  INHERITS="${INHERITS} xorg"
60    
61  # pkg setup  # pkg setup
62    : ${HOMEPAGE="http://xorg.freedesktop.org"}
63  : ${SRCFILE="${PNAME}-${PVER}.tar.bz2"}  : ${SRCFILE="${PNAME}-${PVER}.tar.bz2"}
64  : ${SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"}  : ${SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"}
65    
# Line 72  fi Line 73  fi
73    
74  # get the right subdir  # get the right subdir
75  case ${PCAT} in  case ${PCAT} in
76   app-doc) URISUBDIR="doc" ;;   app-doc) URISUBDIR="doc" ;;
77   media-fonts) URISUBDIR="font" ;;   media-fonts) URISUBDIR="font" ;;
78   x11-apps) URISUBDIR="app" ;;   x11-apps) URISUBDIR="app" ;;
79   x11-base) URISUBDIR="xserver" ;;   x11-base) URISUBDIR="xserver" ;;
80   x11-drivers) URISUBDIR="driver" ;;   x11-drivers) URISUBDIR="driver" ;;
81   x11-libs) URISUBDIR="lib" ;;   x11-libs)
82   x11-misc) case ${PNAME} in   case ${PNAME} in
83   xbitmaps|xkbdata) URISUBDIR="data" ;;   glamor-egl) URISUBDIR="driver" ;;
84   xkeyboard-config) URISUBDIR="data/xkeyboard-config" ;;   *) URISUBDIR="lib" ;;
85   *)  URISUBDIR="util" ;;   esac
86   esac   ;;
87     x11-misc)
88     case ${PNAME} in
89     xbitmaps|xkbdata) URISUBDIR="data" ;;
90     xkeyboard-config) URISUBDIR="data/xkeyboard-config" ;;
91     *)  URISUBDIR="util" ;;
92     esac
93   ;;   ;;
94   x11-proto) URISUBDIR="proto" ;;   x11-proto) URISUBDIR="proto" ;;
95   x11-themes) URISUBDIR="data" ;;   x11-themes) URISUBDIR="data" ;;
96   x11-wm) URISUBDIR="app" ;;   x11-wm) URISUBDIR="app" ;;
97  esac  esac
98    
99  SRC_URI=(  SRC_URI=(
# Line 95  SRC_URI=( Line 102  SRC_URI=(
102   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
103  )  )
104    
105    UP2DATE="updatecmd_xorg ${PNAME}"
106    
107  # add default deps  # add default deps
108  DEPEND="${DEPEND}  DEPEND="${DEPEND}
109   >= virtual/man"   >= virtual/man"
# Line 125  fi Line 134  fi
134  if is_xorg_input_driver  if is_xorg_input_driver
135  then  then
136   DEPEND="${DEPEND}   DEPEND="${DEPEND}
137     >= x11-libs/libXi-1.7
138     >= x11-libs/libXtst-1.1
139   >= x11-base/xorg-server-1"   >= x11-base/xorg-server-1"
140    
141   SDEPEND="${SDEPEND}   SDEPEND="${SDEPEND}

Legend:
Removed from v.18716  
changed lines
  Added in v.21408