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 4691 by niro, Sat Dec 26 20:22:22 2009 UTC revision 4696 by niro, Sat Dec 26 21:38:32 2009 UTC
# Line 43  SDEPEND=">= kde-base/kdebase-3.5 Line 43  SDEPEND=">= kde-base/kdebase-3.5
43   >= gnome-base/gnome-desktop-2.28   >= gnome-base/gnome-desktop-2.28
44   >= dev-util/pkgconfig-0.23   >= dev-util/pkgconfig-0.23
45   >= x11-proto/damageproto-1.2   >= x11-proto/damageproto-1.2
46   >= x11-proto/xineramaproto-1.2"   >= x11-proto/xineramaproto-1.2
47     >= dev-libs/dbus-glib-0.74
48     >= dev-libs/dbus-qt3-0.70"
49    
50  SRCFILE="${PNAME}-${PVER}.tar.bz2"  SRCFILE="${PNAME}-${PVER}.tar.bz2"
51  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
52    
53  sminclude mbuild  # 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    sminclude mbuild qt4 qt3 kde4
57    
58  SRC_URI=(  SRC_URI=(
59   http://releases.compiz-fusion.org/${PVER}/${SRCFILE}   http://releases.compiz-fusion.org/${PVER}/${SRCFILE}
# Line 74  src_compile() Line 79  src_compile()
79   --enable-annotate \   --enable-annotate \
80   || die   || die
81    
82     # fixes compile issues with kde4 and kde3 installed at the same time
83     sed -i -e "s:-lkdecore:${KDEDIR}/$(mlibdir)/libkdecore.so:g" \
84     -e "s:-lkdecorations:${KDEDIR}/$(mlibdir)/libkdecorations.so:g" \
85     kde/window-decorator-kde4/Makefile || die
86    
87   mmake || die   mmake || die
88  }  }

Legend:
Removed from v.4691  
changed lines
  Added in v.4696