# $Id$ PNAME="kdepim4" PVER="4.2.4" PBUILD="r1" PCATEGORIE="kde-base" STATE="unstable" DESCRIPTION="Some toy tools for KDE4." DEPEND=">= kde-base/kdelibs4-${PVER} >= kde-base/kdebase4-runtime-${PVER} >= app-crypt/libassuan-1.05 >= app-crypt/gpgme-1.1.8 >= app-crypt/gnupg-2.0.11 >= app-crypt/qca-2.0 >= app-misc/strigi-0.6.5 >= app-office/akonadi-1.1.2 >= dev-libs/soprano-2.2.3 >= dev-libs/libmal-0.40 >= net-libs/pilot-link-0.12 >= net-misc/gnokii- " SRC_URI=( mirror://${PNAME}/kdepim4-4.2.4-fix.patch ) sminclude kde4 UP2DATE="updatecmd http://www.kde.org/download/ | grep ${PNAME/4/} | sed -n '1 p' | sed 's/.*-\([^ ]*\) .*/\1/'" src_compile() { cd ${SRCDIR} #remove akonadi!! extra package kde4_configure \ $(cmake_with GNOKII) \ $(cmake_with QGPGME) \ $(cmake_with Soprano) \ $(cmake_with Nepomuk) \ $(cmake_with Mal) \ $(cmake_with QCA2) \ || die mmake || die }