Magellan Linux

Diff of /branches/magellan-next/extras/pyqt4/pyqt4-4.8.4-r1.smage2

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

revision 8571 by niro, Fri Jul 22 11:04:17 2011 UTC revision 8572 by niro, Fri Jul 22 11:05:05 2011 UTC
# Line 35  sminclude qt4 python mbuild Line 35  sminclude qt4 python mbuild
35  SRC_URI=(  SRC_URI=(
36   http://www.riverbankcomputing.com/static/Downloads/PyQt4/${SRCFILE}   http://www.riverbankcomputing.com/static/Downloads/PyQt4/${SRCFILE}
37   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
  mirror://${PNAME}/${PNAME}-4.7.7-fix-scpk-and-flags.patch  
38  )  )
39    
40  UP2DATE="updatecmd ${HOMEPAGE}/download | firsttarball gz"  UP2DATE="updatecmd ${HOMEPAGE}/download | firsttarball gz"
# Line 45  src_prepare() Line 44  src_prepare()
44   munpack ${SRCFILE} || die   munpack ${SRCFILE} || die
45   cd ${SRCDIR}   cd ${SRCDIR}
46    
  # fixes build of kdebindings4-python  
  mpatch ${PNAME}-4.7.7-fix-scpk-and-flags.patch || die  
   
47   # respect kde-phonon includes (/usr/include/phonon)   # respect kde-phonon includes (/usr/include/phonon)
48   if [[ -z $(magequery -n qt4-phonon) ]]   if [[ -z $(magequery -n qt4-phonon) ]]
49   then   then

Legend:
Removed from v.8571  
changed lines
  Added in v.8572