--- branches/magellan-next/extras/notify-python/notify-python-0.1.1-r2.smage2 2011/07/14 13:04:46 8298 +++ branches/magellan-next/extras/notify-python/notify-python-0.1.1-r2.smage2 2011/07/14 13:13:42 8299 @@ -22,6 +22,16 @@ SRC_URI=( http://www.galago-project.org/files/releases/source/${PNAME}/${SRCFILE} mirror://${PNAME}/${SRCFILE} + mirror://${PNAME}/${PNAME}-${PVER}-libnotify07.patch ) UP2DATE="updatecmd ${HOMEPAGE}/files/releases/source/${PNAME}/ | lasttarball" + +src_prepare() +{ + munpack ${SRCFILE} || die + cd ${SRCDIR} + + # fix build against libnotify-0.7 + mpatch ${PNAME}-${PVER}-libnotify07.patch || die +}