Magellan Linux

Diff of /branches/R11-unstable/extras/kdevelop-pg-qt/kdevelop-pg-qt-1.0.0-r2.smage2

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

revision 24046 by niro, Wed Feb 18 09:48:24 2015 UTC revision 24047 by niro, Wed Feb 18 09:58:25 2015 UTC
# Line 14  sminclude kde4 Line 14  sminclude kde4
14  SRC_URI=(  SRC_URI=(
15   kde://${PNAME}/${PVER}/src/${SRCFILE}   kde://${PNAME}/${PVER}/src/${SRCFILE}
16   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
17     mirror://${PNAME}/${PNAME}-${PVER}-bison25.patch
18  )  )
19    
20  UP2DATE="updatecmd -listonly http://download.kde.org/stable/${PNAME} | grep '${PNAME}/[0-9]' | sed -n 's:.*/\([0-9].*\)/:\1:;$ p'"  UP2DATE="updatecmd -listonly http://download.kde.org/stable/${PNAME} | grep '${PNAME}/[0-9]' | sed -n 's:.*/\([0-9].*\)/:\1:;$ p'"
21    
22    src_prepare()
23    {
24     munpack ${SRCFILE} || die
25     cd ${SRCDIR}
26    
27     # fix build with bison-2.5
28     mpatch ${PNAME}-${PVER}-bison25.patch || die
29    }

Legend:
Removed from v.24046  
changed lines
  Added in v.24047