Magellan Linux

Diff of /branches/magellan-next/core/kbd/kbd-1.15.3-r1.smage2

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

revision 7592 by niro, Thu May 26 21:28:50 2011 UTC revision 7593 by niro, Fri May 27 07:58:27 2011 UTC
# Line 20  sminclude mtools Line 20  sminclude mtools
20  SRC_URI=(  SRC_URI=(
21   http://ftp.altlinux.org/pub/people/legion/${PNAME}/${SRCFILE}   http://ftp.altlinux.org/pub/people/legion/${PNAME}/${SRCFILE}
22   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
23     mirror://${PNAME}/${PNAME}-${PVER}-fix-es.po.patch
24  )  )
25    
26  UP2DATE="updatecmd http://ftp.altlinux.org/pub/people/legion/kbd/'?M=A' | grep ${PNAME}-[0-9].* | lasttarball gz"  UP2DATE="updatecmd http://ftp.altlinux.org/pub/people/legion/kbd/'?M=A' | grep ${PNAME}-[0-9].* | lasttarball gz"
# Line 29  src_prepare() Line 30  src_prepare()
30   munpack ${SRCFILE} || die   munpack ${SRCFILE} || die
31   cd ${SRCDIR}   cd ${SRCDIR}
32    
33     # compile fix
34     mpatch ${PNAME}-${PVER}-fix-es.po.patch || die
35    
36   # rename conflicting keymaps to have unique names   # rename conflicting keymaps to have unique names
37   # this should be removed when upstream adopts the change   # this should be removed when upstream adopts the change
38   mv data/keymaps/i386/dvorak/no{,-dvorak}.map || die   mv data/keymaps/i386/dvorak/no{,-dvorak}.map || die

Legend:
Removed from v.7592  
changed lines
  Added in v.7593