Magellan Linux

Diff of /branches/R11-stable/core/gamin/gamin-0.1.10-r5.smage2

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

revision 13572 by niro, Mon Oct 15 18:17:48 2012 UTC revision 13573 by niro, Mon Oct 15 18:21:51 2012 UTC
# Line 23  sminclude mbuild Line 23  sminclude mbuild
23  SRC_URI=(  SRC_URI=(
24   http://people.gnome.org/~veillard/${PNAME}/sources/${SRCFILE}   http://people.gnome.org/~veillard/${PNAME}/sources/${SRCFILE}
25   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
26     mirror://${PNAME}/${PNAME}-${PVER}-fix-deprecated-const.patch
27  )  )
28    
29  UP2DATE="updatecmd http://people.gnome.org/~veillard/gamin/sources/'?C=M;O=A' | lasttarball gz"  UP2DATE="updatecmd http://people.gnome.org/~veillard/gamin/sources/'?C=M;O=A' | lasttarball gz"
30    
31    src_prepare()
32    {
33     munpack ${SRCFILE} || die
34     cd ${SRCDIR}
35    
36     # fix build against newer glib2 versions
37     mpatch ${PNAME}-${PVER}-fix-deprecated-const.patch || die
38    }
39    
40  src_compile()  src_compile()
41  {  {
42   cd ${SRCDIR}   cd ${SRCDIR}

Legend:
Removed from v.13572  
changed lines
  Added in v.13573