Magellan Linux

Diff of /trunk/extras/pyqt4/pyqt4-4.6.1-r1.smage2

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

revision 3980 by niro, Sun Nov 15 18:20:15 2009 UTC revision 3981 by niro, Sun Nov 15 18:38:57 2009 UTC
# Line 25  sminclude qt4 python mbuild Line 25  sminclude qt4 python mbuild
25  SRC_URI=(  SRC_URI=(
26   http://www.riverbankcomputing.com/static/Downloads/PyQt4/${SRCFILE}   http://www.riverbankcomputing.com/static/Downloads/PyQt4/${SRCFILE}
27   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
  mirror://${PNAME}/${PNAME}-${PVER}-licence-fix.patch  
  mirror://${PNAME}/${PNAME}-${PVER}-configure.py.patch  
28  )  )
29    
30  UP2DATE="updatecmd ${HOMEPAGE}/download | lasttarball gz"  UP2DATE="updatecmd ${HOMEPAGE}/download | lasttarball gz"
31    
 src_prepare()  
 {  
  munpack ${SRCFILE} || die  
  cd ${SRCDIR}  
   
  # remove license information  
  mpatch ${PNAME}-${PVER}-licence-fix.patch || die  
   
  # nostrip etc  
  mpatch ${PNAME}-${PVER}-configure.py.patch || die  
 }  
   
32  src_compile()  src_compile()
33  {  {
34   cd ${SRCDIR}   cd ${SRCDIR}

Legend:
Removed from v.3980  
changed lines
  Added in v.3981