Magellan Linux

Diff of /trunk/extras/compiz/compiz-0.8.4-r3.smage2

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

revision 5062 by niro, Tue Mar 2 09:59:11 2010 UTC revision 5063 by niro, Tue Mar 2 11:07:20 2010 UTC
# Line 64  SRC_URI=( Line 64  SRC_URI=(
64   http://releases.compiz-fusion.org/${PVER}/${SRCFILE}   http://releases.compiz-fusion.org/${PVER}/${SRCFILE}
65   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
66   mirror://${PNAME}/${PNAME}-${PVER}-missing-files.patch   mirror://${PNAME}/${PNAME}-${PVER}-missing-files.patch
67     mirror://${PNAME}/${PNAME}-${PVER}-kde44.patch
68  )  )
69    
70  UP2DATE="updatecmd http://releases.compiz-fusion.org/ | grep '\][0-9]' | sed -n 's:.*\]\([0-9].*\)/.*:\1:;$ p'"  UP2DATE="updatecmd http://releases.compiz-fusion.org/ | grep '\][0-9]' | sed -n 's:.*\]\([0-9].*\)/.*:\1:;$ p'"
# Line 132  src_prepare() Line 133  src_prepare()
133   # add missing metadata: kcfg.xslt and kconfig.xslt   # add missing metadata: kcfg.xslt and kconfig.xslt
134   # -Np1 is needed as the patch only adds new files and always applies   # -Np1 is needed as the patch only adds new files and always applies
135   mpatch -Np1 ${PNAME}-${PVER}-missing-files.patch || die   mpatch -Np1 ${PNAME}-${PVER}-missing-files.patch || die
136    
137     # fix build against kde-4.4.x
138     mpatch ${PNAME}-${PVER}-kde44.patch || die
139  }  }
140    
141  src_compile()  src_compile()

Legend:
Removed from v.5062  
changed lines
  Added in v.5063