Magellan Linux

Diff of /trunk/extras/kdegraphics/kdegraphics-3.5.10-r3.smage2

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

revision 1800 by niro, Sun May 31 09:21:20 2009 UTC revision 1801 by niro, Sun May 31 09:26:35 2009 UTC
# Line 29  SRC_URI=( Line 29  SRC_URI=(
29   kde://${PVER}/src/${SRCFILE}   kde://${PVER}/src/${SRCFILE}
30   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
31   mirror://${PNAME}/${PNAME}-${PVER}-ksvg-autotools.patch   mirror://${PNAME}/${PNAME}-${PVER}-ksvg-autotools.patch
32     mirror://${PNAME}/${PNAME}-${PVER}-fribidi-includes.patch
33  )  )
34    
35  src_prepare()  src_prepare()
# Line 40  src_prepare() Line 41  src_prepare()
41   # and allow use of newer autotools   # and allow use of newer autotools
42   mpatch ${PNAME}-${PVER}-ksvg-autotools.patch || die   mpatch ${PNAME}-${PVER}-ksvg-autotools.patch || die
43    
44     # fix fribidi includes (fribidi >= 0.19)
45     mpatch ${PNAME}-${PVER}-fribidi-includes.patch || die
46    
47   # rebuild all configure files   # rebuild all configure files
48   make -f admin/Makefile.common || die   make -f admin/Makefile.common || die
49  }  }

Legend:
Removed from v.1800  
changed lines
  Added in v.1801