# $Id$ PNAME="kdevelop" PVER="3.5.4" PBUILD="r1" PCATEGORIE="kde-base" STATE="unstable" DESCRIPTION="Integrated Development Environment (IDE) for C/C++ and KDE." HOMEPAGE="http://www.kde.org/" DEPEND=">= kde-base/kdebase-${PVER%.*}.10 >= kde-base/kdesdk-${PVER%.*}.10 >= virtual/java >= dev-lang/perl-5.10 >= dev-lang/python-2.6 >= dev-lang/ruby-1.9 >= sys-dev/flex-2.5 >= dev-db/db-4.7" SRCFILE="${PNAME}-${PVER}.tar.bz2" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" sminclude python kde3 SRC_URI=( kde://${PVER%.*}.10/src/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) src_compile() { cd ${SRCDIR} # added --disable-final to fix compilation # see http://lists.kde.org/?l=kdevelop-devel&m=116656876024244&w=2 # and following answers kde3_configure \ --disable-final \ --enable-javasupport \ --with-java=${JAVA_HOME} \ --enable-scripting \ --with-pythondir=/usr/$(mlibdir)/python$(get_python_version) \ --enable-ruby \ --with-arts \ --with-kdelibsdoxy-dir=${KDEDIR}/share/doc/HTML/en/kdelibs-apidocs \ || die mmake || die }