Magellan Linux

Diff of /trunk/extras/libgadu/libgadu-1.12.2-r1.smage2

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

revision 28906 by niro, Thu May 11 09:12:46 2017 UTC revision 28907 by niro, Thu May 11 09:15:03 2017 UTC
# Line 29  sminclude mbuild Line 29  sminclude mbuild
29  SRC_URI=(  SRC_URI=(
30   http://github.com/wojtekka/${PNAME}/releases/download/${PVER}/${SRCFILE}   http://github.com/wojtekka/${PNAME}/releases/download/${PVER}/${SRCFILE}
31   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
  mirror://${PNAME}/${PNAME}-1.12.0-tests.patch  
32  )  )
33    
34  # exclude rc versions  # exclude rc versions
35  UP2EXCLUDE="-rc"  UP2EXCLUDE="-rc"
36  UP2DATE="updatecmd ${HOMEPAGE} | highesttarball gz"  UP2DATE="updatecmd ${HOMEPAGE} | highesttarball gz"
37    
 src_prepare()  
 {  
  munpack ${SRCFILE} || die  
  cd ${SRCDIR}  
   
  # fix broken test  
  mpatch ${PNAME}-1.12.0-tests.patch || die  
 }  
   
38  src_compile()  src_compile()
39  {  {
40   cd ${SRCDIR}   cd ${SRCDIR}

Legend:
Removed from v.28906  
changed lines
  Added in v.28907