Magellan Linux

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

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

revision 7216 by niro, Thu Oct 7 17:55:17 2010 UTC revision 7217 by niro, Fri Oct 8 12:23:04 2010 UTC
# Line 40  SRC_URI=( Line 40  SRC_URI=(
40    
41  UP2DATE="updatecmd ${HOMEPAGE}/download | firsttarball gz"  UP2DATE="updatecmd ${HOMEPAGE}/download | firsttarball gz"
42    
43    src_prepare()
44    {
45     munpack ${SRCFILE} || die
46     cd ${SRCDIR}
47    
48     # respect kde-phonon includes (/usr/include/phonon)
49     if [[ -z $(magequery -n qt4-phonon) ]]
50     then
51     local kde4prefix="$(kde4-config --prefix)"
52     local phononinc="${kde4prefix}/include/phonon"
53     sed -i "/generate_code(\"phonon\")/s:phonon\":&,extra_include_dirs=[\"${phononinc}\"]:" configure.py || die
54     fi
55    }
56    
57  src_compile()  src_compile()
58  {  {
59   cd ${SRCDIR}   cd ${SRCDIR}

Legend:
Removed from v.7216  
changed lines
  Added in v.7217