# $Id$ PNAME="kdenetwork4" PVER="4.2.4" PBUILD="r1" PCATEGORIE="kde-base" STATE="unstable" DESCRIPTION="KDE network applications." DEPEND=">= kde-base/kdebase4-${PVER} >= kde-base/qimageblitz-0.0.4 >= dev-db/sqlite-3.6 >= dev-libs/libpcre-7.9 >= dev-libs/libxml2-2.7 >= dev-libs/libxslt-1.1.24 >= dev-libs/openssl-0.9.8 >= dev-perl/io-socket-ssl-1.07 >= media-libs/libjpeg-6b >= net-dialup/ppp-2.4.4 >= net-dns/libidn-1.14 >= net-libs/libvncserver-0.9.1 >= net-misc/mdnsresponder-108 >= x11-libs/libXScrnSaver-1" SDEPEND=">= x11-proto/scrnsaverproto-1 >= sys-apps/sed-4" sminclude kde4 UP2DATE="updatecmd http://www.kde.org/download/ | grep ${PNAME/4/} | sed -n '1 p' | sed 's/.*-\([^ ]*\) .*/\1/'" src_compile() { cd ${SRCDIR} # translated category fields cause protocols not appearing sed -i '/X-KDE-PluginInfo-Category\[.*/d' kopete/protocols/*/kopete_*.desktop || die kde4_configure \ $(cmake_without telepathy) \ $(cmake_without Avahi) \ $(cmake_with DNSSD) \ $(cmake_with addbookmarks) \ $(cmake_with alias) \ $(cmake_with autoreplace) \ $(cmake_with contactnotes) \ $(cmake_with OPENSSL) \ $(cmake_with groupwise) \ $(cmake_with highlight) \ $(cmake_with history) \ $(cmake_with IDN) \ $(cmake_with JPEG) \ $(cmake_with latex) \ $(cmake_with msn) \ $(cmake_with Plasma) \ $(cmake_with nowlistening) \ $(cmake_with oscar) \ $(cmake_build kppp) \ $(cmake_with privacy) \ $(cmake_with qq) \ $(cmake_with sms) \ $(cmake_with Sqlite) \ $(cmake_with statistics) \ $(cmake_with testbed) \ $(cmake_with texteffect) \ $(cmake_with translator) \ $(cmake_with urlpicpreview) \ $(cmake_with LibVNCServer) \ $(cmake_with LibXml2) \ $(cmake_with LibXslt) \ $(cmake_with webpresence) \ $(cmake_with winpopup) \ $(cmake_with yahoo) \ || die mmake || die }