# $Id$ PNAME="kdenetwork4" PVER="4.3.3" PBUILD="r1" PCATEGORIE="kde-base" STATE="unstable" DESCRIPTION="KDE network applications." # kget deps: # torrent support needs qca & gmp # # kopete plugins with deps # latex: latex as runtime depend # statistics: sqlite-3 # webpresence: libxml2, libxslt # # kopete protocols with deps # gadu: openssl # groupwise: qca-2 # irc: NO DEPS, probably will fail so inform user about it # jabber: libidn, qca-2 # jingle: speex, ortp # meanwhile: meanwhile # msn: libmsn == this is wlm plugin, we disable msn one # telepathy: net-libs/decibel # # disabled kopete protocols # telepathy: decibel # irc: NO DEPS # # krdc deps # krdc: jpeg, libvncserver, rdesktop # # krfb deps: # krfb: libvncserver, openslp, libXdamage # DEPEND="== kde-base/kdebase4-${PVER} >= kde-base/qimageblitz-0.0.4 >= app-crypt/qca-2 >= app-crypt/qca-ossl-2 >= dev-db/sqlite-3.6 >= dev-libs/gmp-4.3.1 >= dev-libs/libpcre-8.0 >= dev-libs/libxml2-2.7 >= dev-libs/libxslt-1.1.26 >= dev-libs/openssl-0.9.8 >= dev-libs/soprano-2.3.1 >= dev-perl/io-socket-ssl-1.31 >= media-libs/libjpeg-7 >= media-libs/speex-1.2_rc1 >= net-dialup/ppp-2.4.4 >= net-dns/libidn-1.15 >= net-dns/avahi-qt4-0.6.25 >= net-misc/rdesktop-1.6 >= net-libs/libmsn-4.0 >= net-libs/libotr-3.2.0 >= net-libs/libvncserver-0.9.7 >= net-libs/meanwhile-1.0.2 >= net-libs/openslp-1.2 >= net-libs/ortp-0.16.1 >= x11-libs/libXdamage-1 >= 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} local configure_common local configure_libs local configure_features # common opts configure_common="$(cmake_build kppp) \ $(cmake_enable EMBEDDED_TORRENT_SUPPORT) \ $(cmake_with plasma) \ $(cmake_with Nepomuk) \ $(cmake_with Soprano)" # libs progs configure_libs="$(cmake_with Avahi) \ $(cmake_with DNSSD) \ $(cmake_with GMP) \ $(cmake_with IDN) \ $(cmake_with JPEG) \ $(cmake_with LibMeanwhile) \ $(cmake_with LibOTR) \ $(cmake_with Libmsn) \ $(cmake_with LibXml2) \ $(cmake_with LibXslt) \ $(cmake_with LibVNCServer) \ $(cmake_with OpenSSL) \ $(cmake_with QCA2) \ $(cmake_with Sqlite) \ $(cmake_with SLP) \ $(cmake_without Xmms)" # protocol and other features configure_features="$(cmake_with addbookmarks) \ $(cmake_with alias) \ $(cmake_with autoreplace) \ $(cmake_with bonjour) \ $(cmake_with contactnotes) \ $(cmake_with gadu) \ $(cmake_with groupwise) \ $(cmake_with highlight) \ $(cmake_with history) \ $(cmake_with jabber) \ $(cmake_with latex) \ $(cmake_with meanwhile) \ $(cmake_with nowlistening) \ $(cmake_with oscar) \ $(cmake_with otr) \ $(cmake_with privacy) \ $(cmake_with pipes) \ $(cmake_with qq) \ $(cmake_with sms) \ $(cmake_with statistics) \ $(cmake_with testbed) \ $(cmake_with texteffect) \ $(cmake_with translator) \ $(cmake_with urlpicpreview) \ $(cmake_with webpresence) \ $(cmake_with winpopup) \ $(cmake_with wlm) \ $(cmake_with yahoo) \ $(cmake_without irc) \ $(cmake_without msn) \ $(cmake_without telepathy)" kde4_configure ${configure_common} ${configure_libs} ${configure_features} || die mmake || die }