Magellan Linux

Diff of /trunk/extras/compiz/compiz-0.8.4-r1.smage2

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

revision 4697 by niro, Sat Dec 26 21:39:27 2009 UTC revision 4698 by niro, Sat Dec 26 21:48:44 2009 UTC
# Line 59  sminclude mbuild kde4 qt4 qt3 Line 59  sminclude mbuild kde4 qt4 qt3
59  SRC_URI=(  SRC_URI=(
60   http://releases.compiz-fusion.org/${PVER}/${SRCFILE}   http://releases.compiz-fusion.org/${PVER}/${SRCFILE}
61   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
62     mirror://${PNAME}/${PNAME}-${PVER}-missing-files.patch
63  )  )
64    
65    src_prepare()
66    {
67     munpack ${SRCFILE} || die
68     cd ${SRCDIR}
69    
70     # add missing metadata: kcfg.xslt and kconfig.xslt
71     mpatch ${PNAME}-${PVER}-missing-files.patch || die
72    }
73    
74  src_compile()  src_compile()
75  {  {
76   cd ${SRCDIR}   cd ${SRCDIR}

Legend:
Removed from v.4697  
changed lines
  Added in v.4698