# $Id$ PNAME="kdebindings4" PVER="4.2.4" PBUILD="r1" STATE="unstable" DESCRIPTION="KDE4 bindings for various programming languages." DEPEND=">= kde-base/kdelibs4-${PVER} >= kde-base/kdepimlibs4-${PVER} >= kde-base/phonon-4.3.1 >= dev-lang/python-2.6 >= dev-lang/perl-5.10 >= virtual/java-jdk >= dev-python/pyqt4-4.5 >= dev-python/qscintilla-qt4-2.4 >= dev-libs/soprano-2.2.3 >= app-office/akonadi-1.1.2" # >= dev-lang/ruby-1.9 # pull in perl as last to get perl's {pre,post}install {pre,post}remove sminclude kde4 python perl UP2DATE="updatecmd http://www.kde.org/download/ | grep ${PNAME/4/} | sed -n '1 p' | sed 's/.*-\([^ ]*\) .*/\1/'" src_compile() { cd ${SRCDIR} # sip/pyqt/pykde built separately, not here kde4_configure \ $(cmake_with OpenGL) \ $(cmake_without RUBY) \ $(cmake_with Akonadi) \ $(cmake_with KdepimLibs) \ $(cmake_with Nepomuk) \ $(cmake_with Phonon) \ $(cmake_with QScintilla) \ $(cmake_with Soprano) \ $(cmake_without PythonLibrary) \ $(cmake_without SIP) \ $(cmake_without Mono) \ $(cmake_build_not ruby) \ || die mmake || die }