Magellan Linux

Diff of /branches/magellan-next/core/libnotify/libnotify-0.7.3-r1.smage2

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

revision 7842 by niro, Wed Jun 1 20:37:08 2011 UTC revision 7843 by niro, Wed Jun 1 20:42:48 2011 UTC
# Line 24  sminclude mbuild Line 24  sminclude mbuild
24  SRC_URI=(  SRC_URI=(
25   gnome://${PNAME}/${PVER%.*}/${SRCFILE}   gnome://${PNAME}/${PVER%.*}/${SRCFILE}
26   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
27     mirror://${PNAME}/${PNAME}-${PVER}-gtk3-tests.patch
28  )  )
29    
30  UP2DATE="updatecmd_gnome ${PNAME}"  UP2DATE="updatecmd_gnome ${PNAME}"
31    
32    src_prepare()
33    {
34     munpack ${SRCFILE} || die
35     cd ${SRCDIR}
36    
37     # make gtk3 tests conditional
38     mpatch ${PNAME}-${PVER}-gtk3-tests.patch || die
39     mautoreconf || die
40    }

Legend:
Removed from v.7842  
changed lines
  Added in v.7843