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 4699 by niro, Sat Dec 26 21:49:30 2009 UTC revision 4700 by niro, Sat Dec 26 21:51:45 2009 UTC
# Line 54  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" Line 54  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
54  # so the qt3 include must be called *after* qt4!  # so the qt3 include must be called *after* qt4!
55  # KDEDIR for out kde4 compile hack is needed, so we include kde4  # KDEDIR for out kde4 compile hack is needed, so we include kde4
56  # kde4 includes qt4 so it must be included *before* qt4!  # kde4 includes qt4 so it must be included *before* qt4!
57  sminclude mbuild kde4 qt4 qt3  # kde4 must be included *before* mbuild to not override src_install
58    sminclude kde4 mbuild qt4 qt3
59    
60  SRC_URI=(  SRC_URI=(
61   http://releases.compiz-fusion.org/${PVER}/${SRCFILE}   http://releases.compiz-fusion.org/${PVER}/${SRCFILE}
# Line 68  src_prepare() Line 69  src_prepare()
69   cd ${SRCDIR}   cd ${SRCDIR}
70    
71   # add missing metadata: kcfg.xslt and kconfig.xslt   # add missing metadata: kcfg.xslt and kconfig.xslt
72     # -Np1 is needed as the patch only adds new files and always applies
73   mpatch -Np1 ${PNAME}-${PVER}-missing-files.patch || die   mpatch -Np1 ${PNAME}-${PVER}-missing-files.patch || die
74  }  }
75    

Legend:
Removed from v.4699  
changed lines
  Added in v.4700