# $Id$ PNAME="superkaramba" PVER="4.10.5" PBUILD="r1" DESCRIPTION="KDE4 engine for cool desktop eyecandy." DEPEND="== kde-base/kdebase-runtime-${PVER} == dev-python/pykde4-${PVER} >= kde-base/qimageblitz-0.0.6 >= dev-lang/python-2.7" sminclude kde4 UP2DATE="updatecmd -listonly http://download.kde.org/stable/ | grep 'stable/[0-9]' | sed -n 's:.*/\([0-9].*\)/:\1:;$ p'" src_compile() { cd ${SRCDIR} kde4_configure \ $(cmake_with PythonLibs) \ $(cmake_with QImageBlitz) \ || die mmake || die }