Magellan Linux

Diff of /branches/magellan-next/core/gobject-introspection/gobject-introspection-0.6.14-r1.smage2

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

revision 6353 by niro, Fri Aug 20 14:38:05 2010 UTC revision 6354 by niro, Sun Aug 22 19:52:27 2010 UTC
# Line 23  sminclude multilib Line 23  sminclude multilib
23  SRC_URI=(  SRC_URI=(
24   gnome://${PNAME}/${PVER%.*}/${SRCFILE}   gnome://${PNAME}/${PVER%.*}/${SRCFILE}
25   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
26     mirror://${PNAME}/${PNAME}-${PVER}-python27.patch
27  )  )
28    
29  UP2DATE="updatecmd_gnome ${PNAME}"  UP2DATE="updatecmd_gnome ${PNAME}"
30    
31    src_prepare()
32    {
33     munpack ${SRCFILE} || die
34     cd ${SRCDIR}
35    
36     # fix compilation against python27
37     mpatch ${PNAME}-${PVER}-python27.patch || die
38    }

Legend:
Removed from v.6353  
changed lines
  Added in v.6354