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 4693 by niro, Sat Dec 26 20:34:22 2009 UTC revision 4697 by niro, Sat Dec 26 21:39:27 2009 UTC
# Line 50  SDEPEND=">= kde-base/kdebase-3.5 Line 50  SDEPEND=">= kde-base/kdebase-3.5
50  SRCFILE="${PNAME}-${PVER}.tar.bz2"  SRCFILE="${PNAME}-${PVER}.tar.bz2"
51  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
52    
53  sminclude mbuild qt3 qt4  # important: qt4 will be detected through pkgconfig and qt3 via QTLIB var
54    # so the qt3 include must be called *after* qt4!
55    # KDEDIR for out kde4 compile hack is needed, so we include kde4
56    # kde4 includes qt4 so it must be included *before* qt4!
57    sminclude mbuild kde4 qt4 qt3
58    
59  SRC_URI=(  SRC_URI=(
60   http://releases.compiz-fusion.org/${PVER}/${SRCFILE}   http://releases.compiz-fusion.org/${PVER}/${SRCFILE}
# Line 76  src_compile() Line 80  src_compile()
80   --enable-annotate \   --enable-annotate \
81   || die   || die
82    
83     # fixes compile issues with kde4 and kde3 installed at the same time
84     sed -i -e "s:-lkdecore:${KDEDIR}/$(mlibdir)/libkdecore.so:g" \
85     -e "s:-lkdecorations:${KDEDIR}/$(mlibdir)/libkdecorations.so:g" \
86     kde/window-decorator-kde4/Makefile || die
87    
88   mmake || die   mmake || die
89  }  }

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