# $Id$ PNAME="kdeutils4" PVER="4.3.3" PBUILD="r1" PCATEGORIE="kde-base" STATE="unstable" DESCRIPTION="Useful KDE utils including: kcalc, kcharselect, kdepasswd, kedit, kfind, khexedit, klpq, knotes, ktimer, ark, superkaramba and many more." DEPEND="== kde-base/kdebase4-runtime-${PVER} == kde-base/kdepimlibs4-${PVER} == kde-base/kdelibs4-experimental-${PVER} >= kde-base/qimageblitz-0.0.4 >= app-arch/libarchive-2.7 >= app-crypt/gnupg-2 >= app-crypt/qca-2.0 >= dev-libs/gmp-4.3 >= dev-libs/libzip-0.9 >= dev-lang/python-2.6 >= net-misc/openssh-5.3 >= sys-libs/zlib-1.2" sminclude kde4 UP2DATE="updatecmd http://www.kde.org/download/ | grep ${PNAME/4/} | sed -n '1 p' | sed 's/.*-\([^ ]*\) .*/\1/'" src_compile() { cd ${SRCDIR} kde4_configure \ $(cmake_with GMP) \ $(cmake_with LibArchive) \ $(cmake_with PythonLibs) \ $(cmake_with LibZip) \ $(cmake_with ZLIB) \ $(cmake_with QCA2) \ || die mmake || die }