Magellan Linux

Diff of /trunk/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 21410 by niro, Fri Jun 20 08:57:21 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 124  fi Line 133  fi
133  # default input driver dependencies  # default input driver dependencies
134  if is_xorg_input_driver  if is_xorg_input_driver
135  then  then
136     : ${DESCRIPTION="Xorg input driver for ${PNAME/xf86-input-/} devices."}
137    
138   DEPEND="${DEPEND}   DEPEND="${DEPEND}
139     >= x11-libs/libXi-1.7
140     >= x11-libs/libXtst-1.1
141   >= x11-base/xorg-server-1"   >= x11-base/xorg-server-1"
142    
143   SDEPEND="${SDEPEND}   SDEPEND="${SDEPEND}
# Line 136  fi Line 149  fi
149  # default video driver dependencies  # default video driver dependencies
150  if is_xorg_video_driver  if is_xorg_video_driver
151  then  then
152     : ${DESCRIPTION="Xorg video driver for ${PNAME/xf86-video-/} devices."}
153    
154   DEPEND="${DEPEND}   DEPEND="${DEPEND}
155   >= x11-base/xorg-server-1"   >= x11-base/xorg-server-1"
156    

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