Magellan Linux

Diff of /trunk/include/xorg.sminc

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

revision 20669 by niro, Mon Feb 3 10:30:26 2014 UTC revision 22182 by niro, Fri Sep 12 06:58:11 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  # add default deps  UP2DATE="updatecmd_xorg ${PNAME}"
 DEPEND="${DEPEND}  
  >= virtual/man"  
106    
107    # add default deps
108  SDEPEND="${SDEPEND}  SDEPEND="${SDEPEND}
109   >= dev-util/pkgconfig-0.20   >= dev-util/pkgconfig-0.20
110   >= x11-misc/util-macros-1"   >= x11-misc/util-macros-1"
# Line 130  fi Line 130  fi
130  # default input driver dependencies  # default input driver dependencies
131  if is_xorg_input_driver  if is_xorg_input_driver
132  then  then
133     : ${DESCRIPTION="Xorg input driver for ${PNAME/xf86-input-/} devices."}
134    
135   DEPEND="${DEPEND}   DEPEND="${DEPEND}
136     >= x11-libs/libXi-1.7
137     >= x11-libs/libXtst-1.1
138   >= x11-base/xorg-server-1"   >= x11-base/xorg-server-1"
139    
140   SDEPEND="${SDEPEND}   SDEPEND="${SDEPEND}
# Line 142  fi Line 146  fi
146  # default video driver dependencies  # default video driver dependencies
147  if is_xorg_video_driver  if is_xorg_video_driver
148  then  then
149     : ${DESCRIPTION="Xorg video driver for ${PNAME/xf86-video-/} devices."}
150    
151   DEPEND="${DEPEND}   DEPEND="${DEPEND}
152   >= x11-base/xorg-server-1"   >= x11-base/xorg-server-1"
153    

Legend:
Removed from v.20669  
changed lines
  Added in v.22182