Magellan Linux

Diff of /trunk/core/eggdbus/eggdbus-0.6-r2.smage2

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

revision 4846 by niro, Fri Feb 12 11:08:44 2010 UTC revision 4847 by niro, Fri Feb 12 11:09:10 2010 UTC
# Line 24  sminclude mtools mbuild Line 24  sminclude mtools mbuild
24  SRC_URI=(  SRC_URI=(
25   http://hal.freedesktop.org/releases/${SRCFILE}   http://hal.freedesktop.org/releases/${SRCFILE}
26   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
  mirror://${PNAME}/${PNAME}-0.5-leakfix.patch  
27  )  )
28    
29  UP2TARBALL="${PNAME}-[0-9]"  UP2TARBALL="${PNAME}-[0-9]"
30  UP2DATE="updatecmd_freedesktop ${PNAME}"  UP2DATE="updatecmd_freedesktop ${PNAME}"
31    
 src_prepare()  
 {  
  munpack ${SRCFILE} || die  
  cd ${SRCDIR}  
   
  # fixes leaks of object path in EggDBusMessage  
  mpatch ${PNAME}-0.5-leakfix.patch || die  
 }  
   
32  src_compile()  src_compile()
33  {  {
34   cd ${SRCDIR}   cd ${SRCDIR}

Legend:
Removed from v.4846  
changed lines
  Added in v.4847