Magellan Linux

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

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

revision 5460 by niro, Tue Mar 25 10:51:24 2014 UTC revision 5712 by niro, Thu Jul 3 13:55: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 101  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 130  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 142  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.5460  
changed lines
  Added in v.5712