# $Header: /magellan-cvs/smage/compiz/compiz-0.7.6-r1.smage2,v 1.1 2008/07/13 20:35:26 niro Exp $ PNAME="compiz" PVER="0.7.6" PBUILD="r1" PCATEGORIE="x11-wm" STATE="unstable" DESCRIPTION="Compiz core components." HOMEPAGE="http://www.compiz-fusion.org/" DEPEND=">= x11-libs/pango-1.20 >= x11-libs/gtk2+-2.12 >= x11-libs/libXcomposite-0.4 >= x11-libs/libXdamage-1.0.3 >= x11-libs/libXinerama-1 >= x11-libs/libXrandr-1.2 >= x11-libs/startup-notification-0.9 >= x11-base/xorg-server-1.4 >= media-libs/mesa-7.0.2 >= media-libs/glitz-0.5.6 >= media-libs/libpng-1.2 >= x11-libs/libwnck-2.22 >= gnome-base/librsvg-2.22 >= dev-libs/libxml2-2.6.31 >= sys-apps/dbus-1.1 >= dev-libs/dbus-glib-0.74 >= dev-libs/dbus-qt3-0.70" SDEPEND=">= gnome-base/gconf-2.20 >= kde-base/kdebase-3.5 >= kde-base/kdebase4-4 >= gnome-base/control-center-2.18" SRCFILE="${PNAME}-${PVER}.tar.bz2" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" sminclude mbuild SRC_URI=( http://releases.compiz-fusion.org/${PVER}/${PNAME}/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) src_compile() { cd ${SRCDIR} mconfigure --with-default-plugins \ --enable-gtk \ --enable-gconf \ --enable-gnome \ --enable-metacity \ --enable-kde \ --disable-kde4 \ --enable-librsvg \ --enable-dbus \ --enable-dbus-glib \ || die mmake || die }