Magellan Linux

Diff of /smage/trunk/extras/splashy/splashy-0.3.13-r2.smage2

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

revision 1674 by niro, Fri Mar 11 23:04:35 2011 UTC revision 1675 by niro, Fri Mar 11 23:15:32 2011 UTC
# Line 22  sminclude mbuild Line 22  sminclude mbuild
22  SRC_URI=(  SRC_URI=(
23   http://alioth.debian.org/frs/download.php/2691/${SRCFILE}   http://alioth.debian.org/frs/download.php/2691/${SRCFILE}
24   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
25     mirror://${PNAME}/${PNAME}-${PVER}-fix-theme-path.patch
26  )  )
27    
28  UP2DATE="updatecmd ${HOMEPAGE} | grep -A5 'Latest File' | grep ']${PNAME}' | sed -n 's/.*]${PNAME}\ \(.*\)\ -.*/\1/;$ p'"  UP2DATE="updatecmd ${HOMEPAGE} | grep -A5 'Latest File' | grep ']${PNAME}' | sed -n 's/.*]${PNAME}\ \(.*\)\ -.*/\1/;$ p'"
29    
30  # fix config xml ${prefix} -> /usr  src_prepare()
31    {
32     munpack ${SRCFILE} || die
33     cd ${SRCDIR}
34    
35     # fix theme pathes in config.xml
36     mpatch ${PNAME}-${PVER}-fix-theme-path.patch || die
37    }

Legend:
Removed from v.1674  
changed lines
  Added in v.1675