Magellan Linux

Diff of /smage/trunk/extras/icu/icu-58.2-r1.smage2

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

revision 9336 by niro, Wed Mar 29 09:30:47 2017 UTC revision 9337 by niro, Wed Mar 29 09:33:29 2017 UTC
# Line 23  sminclude multilib alx-split Line 23  sminclude multilib alx-split
23  SRC_URI=(  SRC_URI=(
24   http://download.icu-project.org/files/${PNAME}4c/${PVER}/${SRCFILE}   http://download.icu-project.org/files/${PNAME}4c/${PVER}/${SRCFILE}
25   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
  mirror://${PNAME}/icu.8198.revert.icu5431.patch  
26  )  )
27    
28  UP2DATE="updatecmd http://site.icu-project.org/download | grep ']ICU.*]' | sed 's:.*ICU.*]\(.*\)\ .*].*:\1:;q'"  UP2DATE="updatecmd http://site.icu-project.org/download | grep ']ICU.*]' | sed 's:.*ICU.*]\(.*\)\ .*].*:\1:;q'"
   
 src_prepare()  
 {  
  munpack ${SRCFILE} || die  
   
  # fix malaysian encoding  
  mpatch -RNp3 icu.8198.revert.icu5431.patch || die  
 }  

Legend:
Removed from v.9336  
changed lines
  Added in v.9337