Magellan Linux

Diff of /trunk/include/xorg.sminc

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

revision 22182 by niro, Fri Sep 12 06:58:11 2014 UTC revision 33625 by niro, Thu Aug 10 15:05:08 2023 UTC
# Line 60  INHERITS="${INHERITS} xorg" Line 60  INHERITS="${INHERITS} xorg"
60    
61  # pkg setup  # pkg setup
62  : ${HOMEPAGE="http://xorg.freedesktop.org"}  : ${HOMEPAGE="http://xorg.freedesktop.org"}
63  : ${SRCFILE="${PNAME}-${PVER}.tar.bz2"}  : ${SRCFILE="${PNAME}-${PVER}.tar.xz"}
64  : ${SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"}  : ${SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"}
65    
66  #XORG_MIRROR="http://ftp.x.org/pub"  #XORG_MIRROR="http://ftp.x.org/pub"
# Line 106  UP2DATE="updatecmd_xorg ${PNAME}" Line 106  UP2DATE="updatecmd_xorg ${PNAME}"
106    
107  # add default deps  # add default deps
108  SDEPEND="${SDEPEND}  SDEPEND="${SDEPEND}
109   >= dev-util/pkgconfig-0.20   >= virtual/pkgconfig
110   >= x11-misc/util-macros-1"   >= x11-misc/util-macros-1"
111    
112  # font dependencies  # font dependencies
# Line 138  then Line 138  then
138   >= x11-base/xorg-server-1"   >= x11-base/xorg-server-1"
139    
140   SDEPEND="${SDEPEND}   SDEPEND="${SDEPEND}
141   >= x11-proto/inputproto-1   == x11-proto/xorg-protos-7.7"
  >= x11-proto/randrproto-1  
  >= x11-proto/xproto-7"  
142  fi  fi
143    
144  # default video driver dependencies  # default video driver dependencies
# Line 152  then Line 150  then
150   >= x11-base/xorg-server-1"   >= x11-base/xorg-server-1"
151    
152   SDEPEND="${SDEPEND}   SDEPEND="${SDEPEND}
153   >= x11-proto/fontsproto-2   == x11-proto/xorg-protos-7.7"
  >= x11-proto/randrproto-1  
  >= x11-proto/renderproto-0.9  
  >= x11-proto/xextproto-7  
  >= x11-proto/xproto-7  
  >= x11-proto/videoproto-2"  
154  fi  fi
155    
156  xorg_src_prepare()  xorg_src_prepare()

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