Magellan Linux

Diff of /trunk/extras/orbit/orbit-2.14.19-r3.smage2

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

revision 17329 by niro, Mon Jun 10 07:49:13 2013 UTC revision 17330 by niro, Mon Jun 10 07:57:00 2013 UTC
# Line 22  sminclude gnome2 Line 22  sminclude gnome2
22  SRC_URI=(  SRC_URI=(
23   gnome://ORBit2/${PVER%.*}/${SRCFILE}   gnome://ORBit2/${PVER%.*}/${SRCFILE}
24   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
25     mirror://${PNAME}/${PNAME}-${PVER}-allow-deprecated.patch
26  )  )
27    
28  UP2DATE="updatecmd_gnome ORBit2"  UP2DATE="updatecmd_gnome ORBit2"
29    
30    src_prepare()
31    {
32     munpack ${SRCDIR} || die
33     cd ${SRCDIR}
34    
35     # fix a ftbfs with newer glib2 (>=2.36)
36     mpatch ${PNAME}-${PVER}-allow-deprecated.patch || die
37    }
38    
39  src_compile()  src_compile()
40  {  {
41   cd ${SRCDIR}   cd ${SRCDIR}

Legend:
Removed from v.17329  
changed lines
  Added in v.17330