Magellan Linux

Diff of /branches/magellan-next/extras/notify-python/notify-python-0.1.1-r2.smage2

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

revision 8298 by niro, Thu Jul 14 13:04:46 2011 UTC revision 8299 by niro, Thu Jul 14 13:13:42 2011 UTC
# Line 22  sminclude python Line 22  sminclude python
22  SRC_URI=(  SRC_URI=(
23   http://www.galago-project.org/files/releases/source/${PNAME}/${SRCFILE}   http://www.galago-project.org/files/releases/source/${PNAME}/${SRCFILE}
24   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
25     mirror://${PNAME}/${PNAME}-${PVER}-libnotify07.patch
26  )  )
27    
28  UP2DATE="updatecmd ${HOMEPAGE}/files/releases/source/${PNAME}/ | lasttarball"  UP2DATE="updatecmd ${HOMEPAGE}/files/releases/source/${PNAME}/ | lasttarball"
29    
30    src_prepare()
31    {
32     munpack ${SRCFILE} || die
33     cd ${SRCDIR}
34    
35     # fix build against libnotify-0.7
36     mpatch ${PNAME}-${PVER}-libnotify07.patch || die
37    }

Legend:
Removed from v.8298  
changed lines
  Added in v.8299