Index: head/Mk/bsd.kde4.mk =================================================================== --- head/Mk/bsd.kde4.mk (revision 374790) +++ head/Mk/bsd.kde4.mk (revision 374791) @@ -1,318 +1,318 @@ # $FreeBSD$ .if !defined(_POSTMKINCLUDED) && !defined(Kde_Pre_Include) # Please make sure all changes to this file are past through the maintainer. # Do not commit them yourself (unless of course you're the Port's Wraith ;). Kde_Include_MAINTAINER= kde@FreeBSD.org Kde_Pre_Include= bsd.kde4.mk # # This file contains some variable definitions that are supposed to make your # life easier when dealing with ports related to the KDE Software Compilation 4. # It's automatically included when ${USE_KDE4} is defined in a port's Makefile. # # KDE4 related ports can use this as follows: # # USE_KDE4= kdelibs kdeprefix # USE_QT4= corelib # Set Qt 4 components here. # # .include # # Additionally, '_build' and '_run' suffixes can be used to force components # dependency type (e.g., 'marble_run'). If no suffix is set, a default # dependency type will be used. If you want to force both types, add the # component twice with both suffixes (e.g., 'pykde4_build pykde4_run'). # # Available KDE4 components are: # # baloo - Baloo core libraries # baloo-widgets - Baloo widgets library # baseapps - Basic applications for KDE Desktop # kactivities - KDE activities library # kate - KDE text editor framework # kdelibs - KDE Developer Platform # kdeprefix - If set, port will be installed into ${KDE4_PREFIX} instead of # ${LOCALBASE} # kfilemetadata - KDE library for extracting file metadata # korundum - KDE Ruby bindings # libkcddb - KDE CDDB library # libkcompactdisc - KDE library for interfacing with audio CDs # libkdcraw - KDE LibRaw library # libkdeedu - Libraries used by KDE educational applications # libkdegames - Libraries used by KDE games # libkexiv2 - KDE Exiv2 library # libkipi - KDE Image Plugin Interface # libkonq - Konqueror core library # libksane - KDE SANE library # marble - KDE virtual globe # okular - KDE universal document viewer # nepomuk-core - Nepomuk core libraries # nepomuk-widgets - Nepomuk widgets library # oxygen - KDE icon theme # perlkde - KDE Perl bindings # perlqt - Qt 4 Perl bindings # pimlibs - KDE-Pim libraries # pykde4 - KDE Python bindings # pykdeuic4 - PyKDE user interface compiler # qtruby - Qt 4 Ruby bindings # runtime - Components required by many KDE Applications # smokegen - SMOKE base libraries # smokekde - KDE SMOKE libraries # smokeqt - Qt 4 SMOKE libraries # workspace - KDE user environments # akonadi - Storage server for KDE-Pim # attica - Qt library implementing Open Collaboration Services API # automoc4 - Automatic moc for Qt 4 packages # ontologies - Shared ontologies for semantic searching # qimageblitz - KDE graphical effects and filters library # soprano - Qt 4 RDF framework # strigi - Desktop search daemon # # These read-only variables can be used in a port's Makefile: # # KDE4_PREFIX - The place where KDE4 ports live. Currently it is # ${LOCALBASE}/kde4, but this could change in the future. # KDE4_VERSION?= 4.14.2 KDE4_ACTIVITES_VERSION= 4.13.3 KDE4_WORKSPACE_VERSION= 4.11.13 KDE4_BRANCH?= stable -KTP_VERSION?= 0.6.1 +KTP_VERSION?= 0.8.0 KTP_BRANCH?= stable CALLIGRA_VERSION?= 2.7.5 CALLIGRA_BRANCH?= stable KDEVELOP_VERSION?= 4.7.0 KDEVELOP_BRANCH?= stable KDE4_PREFIX?= ${LOCALBASE} # Help cmake to find files when testing ports with non-default PREFIX CMAKE_ARGS+= -DCMAKE_PREFIX_PATH="${LOCALBASE};${KDE4_PREFIX}" \ -DKDE4_BUILD_TESTS:BOOL=OFF # ${PREFIX} and ${NO_MTREE} have to be defined in the pre-makefile section. .if defined(USE_KDE4) && ${USE_KDE4:Mkdeprefix} != "" . if ${.MAKEFLAGS:MPREFIX=*} == "" PREFIX= ${KDE4_PREFIX} . if ${KDE4_PREFIX} != ${LOCALBASE} NO_MTREE= yes . endif . endif .endif PLIST_SUB+= KDE4_PREFIX="${KDE4_PREFIX}" \ KDE4_VERSION="${KDE4_VERSION}" \ KDE4_GENERIC_LIB_VERSION=${KDE4_VERSION} \ KDE4_NON_GENERIC_LIB_VERSION=${KDE4_VERSION:S,^4,5,} # Keep in sync with cmake/modules/PythonMacros.cmake _PYTHON_SHORT_VER= ${PYTHON_VERSION:S/^python//:S/.//} .if ${_PYTHON_SHORT_VER} > 31 PLIST_SUB+= PYCACHE="__pycache__/" \ PYC_SUFFIX=cpython-${_PYTHON_SHORT_VER}.pyc \ PYO_SUFFIX=cpython-${_PYTHON_SHORT_VER}.pyo .else PLIST_SUB+= PYCACHE="" \ PYC_SUFFIX=pyc \ PYO_SUFFIX=pyo .endif .endif # !defined(_POSTMKINCLUDED) && !defined(Kde_Pre_Include) .if defined(_POSTMKINCLUDED) && !defined(Kde_Post_Include) Kde_Post_Include= bsd.kde4.mk # # KDE4 components. # Set ${component}_TYPE to 'build' or 'run' to specify default dependency type # for ${component}; otherwise, it will default to 'build run'. # _USE_KDE4_ALL= baloo baloo-widgets \ baseapps kactivities kate kdelibs kfilemetadata \ korundum libkcddb libkcompactdisc libkdcraw libkdeedu \ libkexiv2 libkdegames libkipi libkonq libksane marble \ nepomuk-core nepomuk-widgets \ okular oxygen perlkde perlqt pimlibs pykde4 pykdeuic4 \ qtruby runtime smokegen smokekde smokeqt \ workspace # These components are not part of the Software Compilation. _USE_KDE4_ALL+= akonadi attica automoc4 ontologies qimageblitz soprano \ strigi # Meta components _USE_KDE4_ALL+= kdeprefix # Deprecated _USE_KDE4_ALL+= kdehier baloo_PORT= sysutils/baloo baloo_PATH= ${KDE4_PREFIX}/lib/libbaloocore.so baloo-widgets_PORT= sysutils/baloo-widgets baloo-widgets_PATH= ${KDE4_PREFIX}/lib/libbaloowidgets.so baseapps_PORT= x11/kde4-baseapps baseapps_PATH= ${KDE4_PREFIX}/bin/kfmclient baseapps_TYPE= run kactivities_PORT= x11/kactivities kactivities_PATH= ${KDE4_PREFIX}/lib/libkactivities.so kate_PORT= editors/kate kate_PATH= ${KDE4_PREFIX}/lib/libkateinterfaces.so kdelibs_PORT= x11/kdelibs4 kdelibs_PATH= ${KDE4_PREFIX}/lib/libkdecore.so .if ${KDE4_PREFIX} != ${LOCALBASE} kdeprefix_PORT= misc/kdehier4 kdeprefix_PATH= kdehier4>=1.3 kdeprefix_TYPE= run .endif kfilemetadata_PORT= sysutils/kfilemetadata kfilemetadata_PATH= ${KDE4_PREFIX}/lib/libkfilemetadata.so korundum_PORT= devel/ruby-korundum korundum_PATH= ${KDE4_PREFIX}/lib/kde4/krubypluginfactory.so korundum_TYPE= run libkcddb_PORT= audio/libkcddb libkcddb_PATH= ${KDE4_PREFIX}/lib/libkcddb.so libkcompactdisc_PORT= audio/libkcompactdisc libkcompactdisc_PATH= ${KDE4_PREFIX}/lib/libkcompactdisc.so libkdcraw_PORT= graphics/libkdcraw-kde4 libkdcraw_PATH= ${KDE4_PREFIX}/lib/libkdcraw.so libkdeedu_PORT= misc/libkdeedu libkdeedu_PATH= ${KDE4_PREFIX}/lib/libkeduvocdocument.so libkdegames_PORT= games/libkdegames libkdegames_PATH= ${KDE4_PREFIX}/lib/libkdegames.so libkexiv2_PORT= graphics/libkexiv2-kde4 libkexiv2_PATH= ${KDE4_PREFIX}/lib/libkexiv2.so libkipi_PORT= graphics/libkipi-kde4 libkipi_PATH= ${KDE4_PREFIX}/lib/libkipi.so libkonq_PORT= x11/libkonq libkonq_PATH= ${KDE4_PREFIX}/lib/libkonq.so libksane_PORT= graphics/libksane libksane_PATH= ${KDE4_PREFIX}/lib/libksane.so marble_PORT= astro/marble marble_PATH= ${KDE4_PREFIX}/lib/libmarblewidget.so nepomuk-core_PORT= sysutils/nepomuk-core nepomuk-core_PATH= ${KDE4_PREFIX}/lib/libnepomukcore.so nepomuk-widgets_PORT= sysutils/nepomuk-widgets nepomuk-widgets_PATH= ${KDE4_PREFIX}/lib/libnepomukwidgets.so okular_PORT= graphics/okular okular_PATH= ${KDE4_PREFIX}/lib/libokularcore.so oxygen_PORT= x11-themes/kde4-icons-oxygen oxygen_PATH= ${KDE4_PREFIX}/share/icons/oxygen/index.theme oxygen_TYPE= run perlkde_PORT= devel/p5-perlkde perlkde_PATH= ${KDE4_PREFIX}/lib/kde4/kperlpluginfactory.so perlkde_TYPE= run perlqt_PORT= devel/p5-perlqt perlqt_PATH= ${KDE4_PREFIX}/bin/puic4 pimlibs_PORT= deskutils/kdepimlibs4 pimlibs_PATH= ${KDE4_PREFIX}/lib/libkpimutils.so pykde4_PORT= devel/py-pykde4 pykde4_PATH= ${KDE4_PREFIX}/lib/kde4/kpythonpluginfactory.so pykde4_TYPE= run pykdeuic4_PORT= devel/py-pykdeuic4 pykdeuic4_PATH= ${LOCALBASE}/bin/pykdeuic4 pykdeuic4_TYPE= run qtruby_PORT= devel/ruby-qtruby qtruby_PATH= ${KDE4_PREFIX}/lib/libqtruby4shared.so runtime_PORT= x11/kde4-runtime runtime_PATH= ${KDE4_PREFIX}/bin/knotify4 runtime_TYPE= run smokegen_PORT= devel/smokegen smokegen_PATH= ${KDE4_PREFIX}/lib/libsmokebase.so smokekde_PORT= devel/smokekde smokekde_PATH= ${KDE4_PREFIX}/lib/libsmokekdecore.so smokeqt_PORT= devel/smokeqt smokeqt_PATH= ${KDE4_PREFIX}/lib/libsmokeqtcore.so workspace_PORT= x11/kde4-workspace workspace_PATH= ${KDE4_PREFIX}/lib/libkworkspace.so akonadi_PORT= databases/akonadi akonadi_PATH= ${KDE4_PREFIX}/lib/libakonadiprotocolinternals.so attica_PORT= x11-toolkits/attica attica_PATH= ${LOCALBASE}/lib/libattica.so automoc4_PORT= devel/automoc4 automoc4_PATH= ${LOCALBASE}/bin/automoc4 automoc4_TYPE= build ontologies_PORT= x11-toolkits/shared-desktop-ontologies ontologies_PATH= ${LOCALBASE}/share/ontology/core/rdf.ontology qimageblitz_PORT= x11/qimageblitz qimageblitz_PATH= ${LOCALBASE}/lib/libqimageblitz.so soprano_PORT= textproc/soprano soprano_PATH= ${LOCALBASE}/lib/libsoprano.so strigi_PORT= deskutils/libstreamanalyzer strigi_PATH= ${LOCALBASE}/lib/libstreamanalyzer.so.0 # Iterate through components deprived of suffix. .for component in ${USE_KDE4:O:u:C/_.+//} # Check that the component is valid. . if ${_USE_KDE4_ALL:M${component}} != "" # Skip meta-components (e.g. kdeprefix). . if defined(${component}_PORT) && defined(${component}_PATH) ${component}_DEPENDS= ${${component}_PATH}:${PORTSDIR}/${${component}_PORT} # Check if a dependency type is explicitly requested. . if ${USE_KDE4:M${component}_*} != "" && ${USE_KDE4:M${component}} == "" ${component}_TYPE= # empty . if ${USE_KDE4:M${component}_build} != "" ${component}_TYPE+= build . endif . if ${USE_KDE4:M${component}_run} != "" ${component}_TYPE+= run . endif . endif # ${USE_KDE4:M${component}_*} != "" && ${USE_KDE4:M${component}} == "" # If no dependency type is set, default to full dependency. . if !defined(${component}_TYPE) ${component}_TYPE= build run . endif # Set real dependencies. . if ${${component}_TYPE:Mbuild} != "" BUILD_DEPENDS+= ${${component}_DEPENDS} . endif . if ${${component}_TYPE:Mrun} != "" RUN_DEPENDS+= ${${component}_DEPENDS} . endif . endif # defined(${component}_PORT) && defined(${component}_PATH) . else # ! ${_USE_KDE4_ALL:M${component}} != "" IGNORE= can't be installed: unknown USE_KDE4 component '${component}' . endif # ${_USE_KDE4_ALL:M${component}} != "" .endfor .endif # defined(_POSTMKINCLUDED) && !defined(Kde_Post_Include) Index: head/net-im/Makefile =================================================================== --- head/net-im/Makefile (revision 374790) +++ head/net-im/Makefile (revision 374791) @@ -1,181 +1,182 @@ # $FreeBSD$ # COMMENT = Instant messaging SUBDIR += ayttm SUBDIR += bsflite SUBDIR += centerim SUBDIR += centerim-devel SUBDIR += chattahoochie SUBDIR += cicquin SUBDIR += cjc SUBDIR += climm SUBDIR += coccinella SUBDIR += convey SUBDIR += echat SUBDIR += ejabberd SUBDIR += ekiga SUBDIR += emesene SUBDIR += empathy SUBDIR += farsight2 SUBDIR += farstream SUBDIR += finch SUBDIR += folks SUBDIR += freetalk SUBDIR += fugu SUBDIR += gajim SUBDIR += gale SUBDIR += gloox SUBDIR += hotot SUBDIR += icb SUBDIR += icmpchat SUBDIR += icqlib SUBDIR += imspector SUBDIR += jabber SUBDIR += jabber-pyicq SUBDIR += jabber.el SUBDIR += jabberd SUBDIR += jarl SUBDIR += jggtrans SUBDIR += jitsi SUBDIR += kde-telepathy SUBDIR += kmess-kde4 SUBDIR += kopete-kde4 SUBDIR += ktp-accounts-kcm SUBDIR += ktp-approver SUBDIR += ktp-auth-handler SUBDIR += ktp-common-internals SUBDIR += ktp-contact-list SUBDIR += ktp-contact-runner + SUBDIR += ktp-desktop-applets SUBDIR += ktp-filetransfer-handler SUBDIR += ktp-kded-integration-module SUBDIR += ktp-send-file SUBDIR += ktp-text-ui SUBDIR += libjreen SUBDIR += libnice SUBDIR += libnice-gst010 SUBDIR += libnice-gst1 SUBDIR += libpurple SUBDIR += libtelepathy SUBDIR += libyahoo2 SUBDIR += licq SUBDIR += licq-icq SUBDIR += licq-jabber SUBDIR += licq-msn SUBDIR += licq-osd SUBDIR += licq-qt-gui SUBDIR += linux-instantbird SUBDIR += loudmouth SUBDIR += mbpurple SUBDIR += mcabber SUBDIR += meanwhile SUBDIR += mikutter SUBDIR += mu-conference SUBDIR += naim SUBDIR += openfire SUBDIR += p5-AnyEvent-XMPP SUBDIR += p5-DJabberd SUBDIR += p5-Jabber-Connection SUBDIR += p5-Jabber-Lite SUBDIR += p5-Jabber-SimpleSend SUBDIR += p5-Net-AIM SUBDIR += p5-Net-AOLIM SUBDIR += p5-Net-Async-XMPP SUBDIR += p5-Net-ICQ2000 SUBDIR += p5-Net-Jabber SUBDIR += p5-Net-NetSend SUBDIR += p5-Net-OSCAR SUBDIR += p5-Net-Stomp SUBDIR += p5-Net-XMPP SUBDIR += p5-Net-XMPP2 SUBDIR += p5-Protocol-XMPP SUBDIR += p5-SOAP-Transport-JABBER SUBDIR += papyon SUBDIR += pebrot SUBDIR += pecl-stomp SUBDIR += pidgin SUBDIR += pidgin-audacious-remote SUBDIR += pidgin-birthday-reminder SUBDIR += pidgin-bs SUBDIR += pidgin-fetion SUBDIR += pidgin-guifications SUBDIR += pidgin-hotkeys SUBDIR += pidgin-latex SUBDIR += pidgin-libnotify SUBDIR += pidgin-manualsize SUBDIR += pidgin-osd SUBDIR += pidgin-pidgimpd SUBDIR += pidgin-privacy-please SUBDIR += pidgin-rhythmbox SUBDIR += pidgin-sipe SUBDIR += pidgin-skype SUBDIR += pidgin-twitter SUBDIR += plasma-applet-ktp SUBDIR += poezio SUBDIR += pork SUBDIR += prosody SUBDIR += psi SUBDIR += psimedia SUBDIR += pwytter SUBDIR += py-jabber SUBDIR += py-jabberbot SUBDIR += py-libturpial SUBDIR += py-nbxmpp SUBDIR += py-punjab SUBDIR += py-pyxmpp SUBDIR += py-skype4py SUBDIR += py-sleekxmpp SUBDIR += py-twistedWords SUBDIR += py-xmpppy SUBDIR += py-xmpppy-irc SUBDIR += py-xmpppy-yahoo SUBDIR += qTox SUBDIR += qq SUBDIR += qwit SUBDIR += qwit-devel SUBDIR += qxmpp SUBDIR += ramblercontacts SUBDIR += rubygem-earthquake SUBDIR += rubygem-hipchat SUBDIR += rubygem-lita SUBDIR += rubygem-termtter SUBDIR += rubygem-tinder SUBDIR += sendxmpp SUBDIR += sigram SUBDIR += skype SUBDIR += skype-devel SUBDIR += skype4 SUBDIR += telegram SUBDIR += telepathy-butterfly SUBDIR += telepathy-farsight SUBDIR += telepathy-farstream SUBDIR += telepathy-gabble SUBDIR += telepathy-glib SUBDIR += telepathy-haze SUBDIR += telepathy-idle SUBDIR += telepathy-logger SUBDIR += telepathy-logger-qt4 SUBDIR += telepathy-mission-control SUBDIR += telepathy-python SUBDIR += telepathy-qt4 SUBDIR += telepathy-rakia SUBDIR += telepathy-salut SUBDIR += telepathy-sofiasip SUBDIR += tkabber SUBDIR += tkabber-plugins SUBDIR += tkabbur SUBDIR += tox SUBDIR += toxic SUBDIR += ttytter SUBDIR += turpial SUBDIR += twirssi SUBDIR += twitmail SUBDIR += uTox SUBDIR += vacuum-im SUBDIR += venom SUBDIR += vqcc-gtk SUBDIR += yoono SUBDIR += zephyr .include Index: head/net-im/ktp-accounts-kcm/Makefile =================================================================== --- head/net-im/ktp-accounts-kcm/Makefile (revision 374790) +++ head/net-im/ktp-accounts-kcm/Makefile (revision 374791) @@ -1,37 +1,36 @@ # $FreeBSD$ PORTNAME= ktp-accounts-kcm PORTVERSION= ${KTP_VERSION} -PORTREVISION= 3 CATEGORIES= net-im kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KTP_BRANCH}/kde-telepathy/${PORTVERSION}/src MAINTAINER= avilla@FreeBSD.org COMMENT= KDE instant messaging account management module LIB_DEPENDS= libtelepathy-qt4.so:${PORTSDIR}/net-im/telepathy-qt4 \ libtelepathy-logger-qt4.so:${PORTSDIR}/net-im/telepathy-logger-qt4 \ libktpcommoninternalsprivate.so:${PORTSDIR}/net-im/ktp-common-internals RUN_DEPENDS= ${KDE4_PREFIX}/bin/ktp-contactlist:${PORTSDIR}/net-im/ktp-contact-list -USE_KDE4= kdehier kdeprefix kdelibs automoc4 +USE_KDE4= kdeprefix kdelibs automoc4 USE_QT4= corelib moc_build qmake_build rcc_build uic_build USES= cmake gettext tar:bzip2 USE_LDCONFIG= yes OPTIONS_DEFINE= HAZE IRC JABBER SALUT OPTIONS_DEFAULT=JABBER HAZE_DESC= libpurple protocols support HAZE_RUN_DEPENDS= ${LOCALBASE}/libexec/telepathy-haze:${PORTSDIR}/net-im/telepathy-haze IRC_DESC= Internet Relay Chat support IRC_RUN_DEPENDS= ${LOCALBASE}/libexec/telepathy-idle:${PORTSDIR}/net-im/telepathy-idle JABBER_RUN_DEPENDS= ${LOCALBASE}/libexec/telepathy-gabble:${PORTSDIR}/net-im/telepathy-gabble SALUT_DESC= Link-local (serverless) XMPP support SALUT_RUN_DEPENDS= ${LOCALBASE}/libexec/telepathy-salut:${PORTSDIR}/net-im/telepathy-salut .include Index: head/net-im/ktp-accounts-kcm/distinfo =================================================================== --- head/net-im/ktp-accounts-kcm/distinfo (revision 374790) +++ head/net-im/ktp-accounts-kcm/distinfo (revision 374791) @@ -1,2 +1,2 @@ -SHA256 (ktp-accounts-kcm-0.6.1.tar.bz2) = 33acccf4b495eb646aff75e26fa932a4947f40c12d2f571ed1b121ee4c457018 -SIZE (ktp-accounts-kcm-0.6.1.tar.bz2) = 240111 +SHA256 (ktp-accounts-kcm-0.8.0.tar.bz2) = da9d42ed1dda00066a2dc4cfd9b00087557c765d467a6dd010f695a1f93e0b31 +SIZE (ktp-accounts-kcm-0.8.0.tar.bz2) = 256666 Index: head/net-im/ktp-accounts-kcm/pkg-plist =================================================================== --- head/net-im/ktp-accounts-kcm/pkg-plist (revision 374790) +++ head/net-im/ktp-accounts-kcm/pkg-plist (revision 374791) @@ -1,372 +1,385 @@ lib/kde4/kcm_ktp_accounts.so lib/kde4/ktpaccountskcm_plugin_butterfly.so lib/kde4/ktpaccountskcm_plugin_gabble.so lib/kde4/ktpaccountskcm_plugin_haze.so lib/kde4/ktpaccountskcm_plugin_idle.so lib/kde4/ktpaccountskcm_plugin_rakia.so lib/kde4/ktpaccountskcm_plugin_salut.so +lib/kde4/ktpaccountskcm_plugin_sipe.so lib/kde4/ktpaccountskcm_plugin_sunshine.so lib/libktpaccountskcminternal.so lib/libktpaccountskcminternal.so.4 -lib/libktpaccountskcminternal.so.%%KDE4_GENERIC_LIB_VERSION%% +lib/libktpaccountskcminternal.so.%%KDE4_VERSION%% share/kde4/services/kcm_ktp_accounts.desktop share/kde4/services/ktpaccountskcm_plugin_butterfly.desktop share/kde4/services/ktpaccountskcm_plugin_gabble.desktop share/kde4/services/ktpaccountskcm_plugin_haze.desktop share/kde4/services/ktpaccountskcm_plugin_idle.desktop share/kde4/services/ktpaccountskcm_plugin_rakia.desktop share/kde4/services/ktpaccountskcm_plugin_salut.desktop +share/kde4/services/ktpaccountskcm_plugin_sipe.desktop share/kde4/services/ktpaccountskcm_plugin_sunshine.desktop share/kde4/services/settings-im-and-voip.desktop share/kde4/servicetypes/ktpaccountskcminternal-accountuiplugin.desktop share/locale/bs/LC_MESSAGES/kcm_ktp_accounts.mo share/locale/bs/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo share/locale/bs/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo share/locale/bs/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo share/locale/bs/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo share/locale/bs/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo share/locale/bs/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo share/locale/bs/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo share/locale/ca/LC_MESSAGES/kcm_ktp_accounts.mo share/locale/ca/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo share/locale/ca/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo share/locale/ca/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo share/locale/ca/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo share/locale/ca/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo share/locale/ca/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo share/locale/ca/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo share/locale/ca@valencia/LC_MESSAGES/kcm_ktp_accounts.mo share/locale/ca@valencia/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo share/locale/ca@valencia/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo share/locale/ca@valencia/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo share/locale/ca@valencia/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo share/locale/ca@valencia/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo share/locale/ca@valencia/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo share/locale/ca@valencia/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo share/locale/cs/LC_MESSAGES/kcm_ktp_accounts.mo share/locale/cs/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo share/locale/cs/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo share/locale/cs/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo share/locale/cs/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo share/locale/cs/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo share/locale/cs/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo share/locale/cs/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo share/locale/da/LC_MESSAGES/kcm_ktp_accounts.mo share/locale/da/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo share/locale/da/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo share/locale/da/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo share/locale/da/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo share/locale/da/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo share/locale/da/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo share/locale/da/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo share/locale/de/LC_MESSAGES/kcm_ktp_accounts.mo share/locale/de/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo share/locale/de/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo share/locale/de/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo share/locale/de/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo share/locale/de/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo share/locale/de/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo share/locale/de/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo share/locale/el/LC_MESSAGES/kcm_ktp_accounts.mo share/locale/el/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo share/locale/el/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo share/locale/el/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo share/locale/el/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo share/locale/el/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo share/locale/el/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo share/locale/el/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo share/locale/en_GB/LC_MESSAGES/kcm_ktp_accounts.mo share/locale/eo/LC_MESSAGES/kcm_ktp_accounts.mo share/locale/es/LC_MESSAGES/kcm_ktp_accounts.mo share/locale/es/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo share/locale/es/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo share/locale/es/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo share/locale/es/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo share/locale/es/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo share/locale/es/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo share/locale/es/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo share/locale/et/LC_MESSAGES/kcm_ktp_accounts.mo share/locale/et/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo share/locale/et/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo share/locale/et/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo share/locale/et/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo share/locale/et/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo share/locale/et/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo share/locale/et/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo share/locale/fi/LC_MESSAGES/kcm_ktp_accounts.mo share/locale/fi/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo share/locale/fi/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo share/locale/fi/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo share/locale/fi/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo share/locale/fi/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo share/locale/fi/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo share/locale/fi/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo share/locale/fr/LC_MESSAGES/kcm_ktp_accounts.mo share/locale/fr/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo share/locale/fr/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo share/locale/fr/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo share/locale/fr/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo share/locale/fr/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo share/locale/fr/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo share/locale/fr/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo share/locale/ga/LC_MESSAGES/kcm_ktp_accounts.mo share/locale/ga/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo share/locale/ga/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo share/locale/ga/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo share/locale/ga/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo share/locale/ga/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo share/locale/ga/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo share/locale/ga/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo share/locale/gl/LC_MESSAGES/kcm_ktp_accounts.mo share/locale/gl/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo share/locale/gl/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo share/locale/gl/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo share/locale/gl/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo share/locale/gl/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo share/locale/gl/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo share/locale/gl/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo share/locale/hu/LC_MESSAGES/kcm_ktp_accounts.mo share/locale/hu/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo share/locale/hu/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo share/locale/hu/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo share/locale/hu/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo share/locale/hu/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo share/locale/hu/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo share/locale/hu/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo share/locale/ia/LC_MESSAGES/kcm_ktp_accounts.mo share/locale/ia/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo share/locale/ia/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo share/locale/ia/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo share/locale/ia/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo share/locale/ia/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo share/locale/ia/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo share/locale/ia/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo share/locale/it/LC_MESSAGES/kcm_ktp_accounts.mo share/locale/it/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo share/locale/it/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo share/locale/it/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo share/locale/it/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo share/locale/it/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo share/locale/it/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo share/locale/it/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo share/locale/ja/LC_MESSAGES/kcm_ktp_accounts.mo share/locale/ja/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo share/locale/ja/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo share/locale/ja/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo share/locale/ja/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo share/locale/ja/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo share/locale/ja/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo share/locale/ja/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo share/locale/kk/LC_MESSAGES/kcm_ktp_accounts.mo share/locale/kk/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo share/locale/kk/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo share/locale/kk/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo share/locale/kk/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo share/locale/kk/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo share/locale/kk/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo share/locale/kk/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo share/locale/km/LC_MESSAGES/kcm_ktp_accounts.mo share/locale/km/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo share/locale/km/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo share/locale/km/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo share/locale/km/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo share/locale/km/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo share/locale/km/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo share/locale/km/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo +share/locale/ko/LC_MESSAGES/kcm_ktp_accounts.mo +share/locale/ko/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo +share/locale/ko/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo +share/locale/ko/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo +share/locale/ko/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo +share/locale/ko/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo +share/locale/ko/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo +share/locale/ko/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo share/locale/lt/LC_MESSAGES/kcm_ktp_accounts.mo share/locale/lt/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo share/locale/lt/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo share/locale/lt/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo share/locale/lt/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo share/locale/lt/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo share/locale/lt/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo share/locale/lt/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo share/locale/mai/LC_MESSAGES/kcm_ktp_accounts.mo share/locale/mr/LC_MESSAGES/kcm_ktp_accounts.mo share/locale/mr/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo share/locale/mr/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo share/locale/mr/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo share/locale/mr/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo share/locale/mr/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo share/locale/mr/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo share/locale/mr/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo share/locale/nb/LC_MESSAGES/kcm_ktp_accounts.mo share/locale/nb/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo share/locale/nb/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo share/locale/nb/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo share/locale/nb/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo share/locale/nb/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo share/locale/nb/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo share/locale/nb/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo share/locale/nds/LC_MESSAGES/kcm_ktp_accounts.mo share/locale/nds/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo share/locale/nds/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo share/locale/nds/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo share/locale/nds/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo share/locale/nds/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo share/locale/nds/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo share/locale/nds/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo share/locale/nl/LC_MESSAGES/kcm_ktp_accounts.mo share/locale/nl/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo share/locale/nl/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo share/locale/nl/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo share/locale/nl/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo share/locale/nl/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo share/locale/nl/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo share/locale/nl/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo share/locale/pa/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo share/locale/pa/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo share/locale/pa/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo share/locale/pa/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo share/locale/pa/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo share/locale/pa/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo share/locale/pa/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo share/locale/pl/LC_MESSAGES/kcm_ktp_accounts.mo share/locale/pl/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo share/locale/pl/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo share/locale/pl/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo share/locale/pl/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo share/locale/pl/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo share/locale/pl/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo share/locale/pl/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo share/locale/pt/LC_MESSAGES/kcm_ktp_accounts.mo share/locale/pt/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo share/locale/pt/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo share/locale/pt/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo share/locale/pt/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo share/locale/pt/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo share/locale/pt/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo share/locale/pt/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo share/locale/pt_BR/LC_MESSAGES/kcm_ktp_accounts.mo share/locale/pt_BR/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo share/locale/pt_BR/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo share/locale/pt_BR/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo share/locale/pt_BR/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo share/locale/pt_BR/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo share/locale/pt_BR/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo share/locale/pt_BR/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo share/locale/ro/LC_MESSAGES/kcm_ktp_accounts.mo share/locale/ro/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo share/locale/ro/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo share/locale/ro/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo share/locale/ro/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo share/locale/ro/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo share/locale/ro/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo share/locale/ro/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo share/locale/ru/LC_MESSAGES/kcm_ktp_accounts.mo share/locale/ru/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo share/locale/ru/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo share/locale/ru/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo share/locale/ru/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo share/locale/ru/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo share/locale/ru/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo share/locale/ru/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo share/locale/sk/LC_MESSAGES/kcm_ktp_accounts.mo share/locale/sk/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo share/locale/sk/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo share/locale/sk/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo share/locale/sk/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo share/locale/sk/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo share/locale/sk/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo share/locale/sk/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo share/locale/sl/LC_MESSAGES/kcm_ktp_accounts.mo share/locale/sl/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo share/locale/sl/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo share/locale/sl/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo share/locale/sl/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo share/locale/sl/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo share/locale/sl/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo share/locale/sl/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo share/locale/sr/LC_MESSAGES/kcm_ktp_accounts.mo share/locale/sr/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo share/locale/sr/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo share/locale/sr/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo share/locale/sr/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo share/locale/sr/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo share/locale/sr/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo share/locale/sr/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo share/locale/sr@ijekavian/LC_MESSAGES/kcm_ktp_accounts.mo share/locale/sr@ijekavian/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo share/locale/sr@ijekavian/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo share/locale/sr@ijekavian/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo share/locale/sr@ijekavian/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo share/locale/sr@ijekavian/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo share/locale/sr@ijekavian/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo share/locale/sr@ijekavian/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_ktp_accounts.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo share/locale/sr@latin/LC_MESSAGES/kcm_ktp_accounts.mo share/locale/sr@latin/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo share/locale/sr@latin/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo share/locale/sr@latin/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo share/locale/sr@latin/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo share/locale/sr@latin/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo share/locale/sr@latin/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo share/locale/sr@latin/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo share/locale/sv/LC_MESSAGES/kcm_ktp_accounts.mo share/locale/sv/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo share/locale/sv/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo share/locale/sv/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo share/locale/sv/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo share/locale/sv/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo share/locale/sv/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo share/locale/sv/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo share/locale/tr/LC_MESSAGES/kcm_ktp_accounts.mo share/locale/tr/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo share/locale/ug/LC_MESSAGES/kcm_ktp_accounts.mo share/locale/ug/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo share/locale/ug/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo share/locale/ug/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo share/locale/ug/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo share/locale/ug/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo share/locale/ug/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo share/locale/ug/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo share/locale/uk/LC_MESSAGES/kcm_ktp_accounts.mo share/locale/uk/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo share/locale/uk/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo share/locale/uk/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo share/locale/uk/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo share/locale/uk/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo share/locale/uk/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo share/locale/uk/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo share/locale/vi/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo share/locale/vi/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo share/locale/vi/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo share/locale/vi/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo share/locale/vi/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo share/locale/vi/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo share/locale/vi/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo share/locale/wa/LC_MESSAGES/kcm_ktp_accounts.mo share/locale/zh_CN/LC_MESSAGES/kcm_ktp_accounts.mo share/locale/zh_CN/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo share/locale/zh_CN/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo share/locale/zh_CN/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo share/locale/zh_CN/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo share/locale/zh_CN/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo share/locale/zh_CN/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo share/locale/zh_CN/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo share/locale/zh_TW/LC_MESSAGES/kcm_ktp_accounts.mo share/locale/zh_TW/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo share/locale/zh_TW/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo share/locale/zh_TW/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo share/locale/zh_TW/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo share/locale/zh_TW/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo share/locale/zh_TW/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo share/locale/zh_TW/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo share/telepathy/profiles/bigbrownchunx-skype-dbus.profile share/telepathy/profiles/facebook.profile share/telepathy/profiles/gadugadu.profile share/telepathy/profiles/google-talk.profile share/telepathy/profiles/irc.profile share/telepathy/profiles/jabber.profile share/telepathy/profiles/kde-talk.profile share/telepathy/profiles/local-xmpp.profile share/telepathy/profiles/msn-xmpp.profile share/telepathy/profiles/msn.profile +share/telepathy/profiles/sipe-haze.profile +share/telepathy/profiles/sms.profile share/telepathy/profiles/sofiasip-sip.profile +share/telepathy/profiles/steam.profile Index: head/net-im/ktp-approver/Makefile =================================================================== --- head/net-im/ktp-approver/Makefile (revision 374790) +++ head/net-im/ktp-approver/Makefile (revision 374791) @@ -1,21 +1,20 @@ # $FreeBSD$ PORTNAME= ktp-approver PORTVERSION= ${KTP_VERSION} -PORTREVISION= 3 CATEGORIES= net-im kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KTP_BRANCH}/kde-telepathy/${PORTVERSION}/src MAINTAINER= avilla@FreeBSD.org COMMENT= KDE instant messaging notifier LIB_DEPENDS= libtelepathy-qt4.so:${PORTSDIR}/net-im/telepathy-qt4 \ libktpcommoninternalsprivate.so:${PORTSDIR}/net-im/ktp-common-internals RUN_DEPENDS= ${KDE4_PREFIX}/bin/ktp-contactlist:${PORTSDIR}/net-im/ktp-contact-list -USE_KDE4= kdehier kdeprefix kdelibs automoc4 +USE_KDE4= kdeprefix kdelibs automoc4 USE_QT4= corelib moc_build qmake_build rcc_build uic_build USES= cmake gettext tar:bzip2 .include Index: head/net-im/ktp-approver/distinfo =================================================================== --- head/net-im/ktp-approver/distinfo (revision 374790) +++ head/net-im/ktp-approver/distinfo (revision 374791) @@ -1,2 +1,2 @@ -SHA256 (ktp-approver-0.6.1.tar.bz2) = b9aa215f01713e043d2d4ec4b0db3a1c24a61c82ef71ba3be0e5df72e247a97e -SIZE (ktp-approver-0.6.1.tar.bz2) = 35394 +SHA256 (ktp-approver-0.8.0.tar.bz2) = 50a1ded6c9fecc184c0772e7b78eff2b4ff2afc17d1897172c173b327be98eb7 +SIZE (ktp-approver-0.8.0.tar.bz2) = 36464 Index: head/net-im/ktp-approver/pkg-plist =================================================================== --- head/net-im/ktp-approver/pkg-plist (revision 374790) +++ head/net-im/ktp-approver/pkg-plist (revision 374791) @@ -1,45 +1,46 @@ lib/kde4/kded_ktp_approver.so share/config/ktp_approverrc share/dbus-1/services/org.freedesktop.Telepathy.Client.KTp.Approver.service share/kde4/services/kded/ktp_approver.desktop -share/kde4/servicetypes/ktp-approver.service +share/kde4/servicetypes/ktp-approver.desktop share/locale/bs/LC_MESSAGES/kded_ktp_approver.mo share/locale/ca/LC_MESSAGES/kded_ktp_approver.mo share/locale/ca@valencia/LC_MESSAGES/kded_ktp_approver.mo share/locale/cs/LC_MESSAGES/kded_ktp_approver.mo share/locale/da/LC_MESSAGES/kded_ktp_approver.mo share/locale/de/LC_MESSAGES/kded_ktp_approver.mo share/locale/el/LC_MESSAGES/kded_ktp_approver.mo share/locale/es/LC_MESSAGES/kded_ktp_approver.mo share/locale/et/LC_MESSAGES/kded_ktp_approver.mo share/locale/fi/LC_MESSAGES/kded_ktp_approver.mo share/locale/fr/LC_MESSAGES/kded_ktp_approver.mo share/locale/ga/LC_MESSAGES/kded_ktp_approver.mo share/locale/gl/LC_MESSAGES/kded_ktp_approver.mo share/locale/hu/LC_MESSAGES/kded_ktp_approver.mo share/locale/ia/LC_MESSAGES/kded_ktp_approver.mo share/locale/it/LC_MESSAGES/kded_ktp_approver.mo share/locale/ja/LC_MESSAGES/kded_ktp_approver.mo share/locale/kk/LC_MESSAGES/kded_ktp_approver.mo share/locale/km/LC_MESSAGES/kded_ktp_approver.mo +share/locale/ko/LC_MESSAGES/kded_ktp_approver.mo share/locale/lt/LC_MESSAGES/kded_ktp_approver.mo share/locale/mr/LC_MESSAGES/kded_ktp_approver.mo share/locale/nb/LC_MESSAGES/kded_ktp_approver.mo share/locale/nds/LC_MESSAGES/kded_ktp_approver.mo share/locale/nl/LC_MESSAGES/kded_ktp_approver.mo share/locale/pl/LC_MESSAGES/kded_ktp_approver.mo share/locale/pt/LC_MESSAGES/kded_ktp_approver.mo share/locale/pt_BR/LC_MESSAGES/kded_ktp_approver.mo share/locale/ro/LC_MESSAGES/kded_ktp_approver.mo share/locale/ru/LC_MESSAGES/kded_ktp_approver.mo share/locale/sk/LC_MESSAGES/kded_ktp_approver.mo share/locale/sl/LC_MESSAGES/kded_ktp_approver.mo share/locale/sr/LC_MESSAGES/kded_ktp_approver.mo share/locale/sr@ijekavian/LC_MESSAGES/kded_ktp_approver.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kded_ktp_approver.mo share/locale/sr@latin/LC_MESSAGES/kded_ktp_approver.mo share/locale/sv/LC_MESSAGES/kded_ktp_approver.mo share/locale/tr/LC_MESSAGES/kded_ktp_approver.mo share/locale/uk/LC_MESSAGES/kded_ktp_approver.mo share/locale/zh_CN/LC_MESSAGES/kded_ktp_approver.mo share/locale/zh_TW/LC_MESSAGES/kded_ktp_approver.mo Index: head/net-im/ktp-auth-handler/Makefile =================================================================== --- head/net-im/ktp-auth-handler/Makefile (revision 374790) +++ head/net-im/ktp-auth-handler/Makefile (revision 374791) @@ -1,23 +1,22 @@ # $FreeBSD$ PORTNAME= ktp-auth-handler PORTVERSION= ${KTP_VERSION} -PORTREVISION= 3 CATEGORIES= net-im kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KTP_BRANCH}/kde-telepathy/${PORTVERSION}/src MAINTAINER= avilla@FreeBSD.org COMMENT= KWallet integration module for KDE Telepathy LIB_DEPENDS= libqjson.so:${PORTSDIR}/devel/qjson \ libqca.so:${PORTSDIR}/devel/qca \ libtelepathy-qt4.so:${PORTSDIR}/net-im/telepathy-qt4 \ libktpcommoninternalsprivate.so:${PORTSDIR}/net-im/ktp-common-internals -USE_KDE4= kdehier kdeprefix kdelibs automoc4 +USE_KDE4= kdeprefix kdelibs automoc4 USE_QT4= corelib dbus gui xml webkit \ moc_build qmake_build rcc_build uic_build USES= cmake gettext tar:bzip2 .include Index: head/net-im/ktp-auth-handler/distinfo =================================================================== --- head/net-im/ktp-auth-handler/distinfo (revision 374790) +++ head/net-im/ktp-auth-handler/distinfo (revision 374791) @@ -1,2 +1,2 @@ -SHA256 (ktp-auth-handler-0.6.1.tar.bz2) = f743dcc230e72155ed04da21dd6b5e2d74feb042b408df3f8c3c6fbf3f9b5826 -SIZE (ktp-auth-handler-0.6.1.tar.bz2) = 42973 +SHA256 (ktp-auth-handler-0.8.0.tar.bz2) = fb47f565b445ccaf965120ee0a9da8895be57489f02c656465421866dd60ac5b +SIZE (ktp-auth-handler-0.8.0.tar.bz2) = 48471 Index: head/net-im/ktp-auth-handler/pkg-plist =================================================================== --- head/net-im/ktp-auth-handler/pkg-plist (revision 374790) +++ head/net-im/ktp-auth-handler/pkg-plist (revision 374791) @@ -1,47 +1,48 @@ lib/kde4/libexec/ktp-auth-handler share/dbus-1/services/org.freedesktop.Telepathy.Client.KTp.ConfAuthObserver.service share/dbus-1/services/org.freedesktop.Telepathy.Client.KTp.SASLHandler.service share/dbus-1/services/org.freedesktop.Telepathy.Client.KTp.TLSHandler.service share/locale/bs/LC_MESSAGES/ktp-auth-handler.mo share/locale/ca/LC_MESSAGES/ktp-auth-handler.mo share/locale/ca@valencia/LC_MESSAGES/ktp-auth-handler.mo share/locale/cs/LC_MESSAGES/ktp-auth-handler.mo share/locale/da/LC_MESSAGES/ktp-auth-handler.mo share/locale/de/LC_MESSAGES/ktp-auth-handler.mo share/locale/el/LC_MESSAGES/ktp-auth-handler.mo share/locale/es/LC_MESSAGES/ktp-auth-handler.mo share/locale/et/LC_MESSAGES/ktp-auth-handler.mo share/locale/fi/LC_MESSAGES/ktp-auth-handler.mo share/locale/fr/LC_MESSAGES/ktp-auth-handler.mo share/locale/ga/LC_MESSAGES/ktp-auth-handler.mo share/locale/gl/LC_MESSAGES/ktp-auth-handler.mo share/locale/hu/LC_MESSAGES/ktp-auth-handler.mo share/locale/ia/LC_MESSAGES/ktp-auth-handler.mo share/locale/it/LC_MESSAGES/ktp-auth-handler.mo share/locale/ja/LC_MESSAGES/ktp-auth-handler.mo share/locale/kk/LC_MESSAGES/ktp-auth-handler.mo share/locale/km/LC_MESSAGES/ktp-auth-handler.mo +share/locale/ko/LC_MESSAGES/ktp-auth-handler.mo share/locale/lt/LC_MESSAGES/ktp-auth-handler.mo share/locale/mr/LC_MESSAGES/ktp-auth-handler.mo share/locale/nb/LC_MESSAGES/ktp-auth-handler.mo share/locale/nds/LC_MESSAGES/ktp-auth-handler.mo share/locale/nl/LC_MESSAGES/ktp-auth-handler.mo share/locale/pl/LC_MESSAGES/ktp-auth-handler.mo share/locale/pt/LC_MESSAGES/ktp-auth-handler.mo share/locale/pt_BR/LC_MESSAGES/ktp-auth-handler.mo share/locale/ro/LC_MESSAGES/ktp-auth-handler.mo share/locale/ru/LC_MESSAGES/ktp-auth-handler.mo share/locale/sk/LC_MESSAGES/ktp-auth-handler.mo share/locale/sl/LC_MESSAGES/ktp-auth-handler.mo share/locale/sr/LC_MESSAGES/ktp-auth-handler.mo share/locale/sr@ijekavian/LC_MESSAGES/ktp-auth-handler.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/ktp-auth-handler.mo share/locale/sr@latin/LC_MESSAGES/ktp-auth-handler.mo share/locale/sv/LC_MESSAGES/ktp-auth-handler.mo share/locale/uk/LC_MESSAGES/ktp-auth-handler.mo share/locale/vi/LC_MESSAGES/ktp-auth-handler.mo share/locale/zh_CN/LC_MESSAGES/ktp-auth-handler.mo share/locale/zh_TW/LC_MESSAGES/ktp-auth-handler.mo share/telepathy/clients/KTp.ConfAuthObserver.client share/telepathy/clients/KTp.SASLHandler.client share/telepathy/clients/KTp.TLSHandler.client Index: head/net-im/ktp-common-internals/Makefile =================================================================== --- head/net-im/ktp-common-internals/Makefile (revision 374790) +++ head/net-im/ktp-common-internals/Makefile (revision 374791) @@ -1,23 +1,24 @@ # $FreeBSD$ PORTNAME= ktp-common-internals PORTVERSION= ${KTP_VERSION} -PORTREVISION= 4 CATEGORIES= net-im kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KTP_BRANCH}/kde-telepathy/${PORTVERSION}/src MAINTAINER= avilla@FreeBSD.org COMMENT= KDE Telepathy internal library LIB_DEPENDS= libtelepathy-qt4.so:${PORTSDIR}/net-im/telepathy-qt4 \ libtelepathy-logger-qt4.so:${PORTSDIR}/net-im/telepathy-logger-qt4 RUN_DEPENDS= ${LOCALBASE}/libexec/mission-control-5:${PORTSDIR}/net-im/telepathy-mission-control -USE_KDE4= kdehier kdeprefix kdelibs automoc4 +USE_KDE4= kdeprefix kdelibs pimlibs automoc4 USE_QT4= declarative script \ moc_build qmake_build rcc_build uic_build USES= cmake gettext tar:bzip2 USE_LDCONFIG= yes + +PLIST_SUB= KTP_VERSION=${KTP_VERSION} .include Index: head/net-im/ktp-common-internals/distinfo =================================================================== --- head/net-im/ktp-common-internals/distinfo (revision 374790) +++ head/net-im/ktp-common-internals/distinfo (revision 374791) @@ -1,2 +1,2 @@ -SHA256 (ktp-common-internals-0.6.1.tar.bz2) = d1c5c3952912ed2244b2e4d1a4c6bf19a73972fea744c78d29b56558effcd138 -SIZE (ktp-common-internals-0.6.1.tar.bz2) = 340239 +SHA256 (ktp-common-internals-0.8.0.tar.bz2) = bd8eedb9b5753ad204322e1453a2a7f157643519d2cbbd04759b6da69eb12114 +SIZE (ktp-common-internals-0.8.0.tar.bz2) = 387961 Index: head/net-im/ktp-common-internals/files/patch-KTp__Logger__plugins__tplogger__pending-tp-logger-logs.cpp =================================================================== --- head/net-im/ktp-common-internals/files/patch-KTp__Logger__plugins__tplogger__pending-tp-logger-logs.cpp (nonexistent) +++ head/net-im/ktp-common-internals/files/patch-KTp__Logger__plugins__tplogger__pending-tp-logger-logs.cpp (revision 374791) @@ -0,0 +1,41 @@ +commit 60452d2718f1b5a910dad64d6360d600d4107642 +Author: Dan Vrátil +Date: Thu Apr 10 21:08:59 2014 +0200 + + Fix build (sorry!) + +commit ccd4d133ba4becb7c8662eb3e57612e8aa9773e4 +Author: Dan Vrátil +Date: Thu Apr 10 20:58:47 2014 +0200 + + Don't crash when TelepathyLoggerQt4 returns a null TextEvent + + Tpl::PendingEvents sometimes returns a list of events that includes a null + event, which leads to a crash when we try to dereference it (either by + hitting an assert in QtGlib, or by calling methods on a null pointer). + + BUG: 331104 + FIXED-IN: 0.8.1 +--- KTp/Logger/plugins/tplogger/pending-tp-logger-logs.cpp ++++ KTp/Logger/plugins/tplogger/pending-tp-logger-logs.cpp +@@ -28,6 +28,8 @@ + + #include + ++#include ++ + PendingTpLoggerLogs::PendingTpLoggerLogs(const Tp::AccountPtr &account, + const KTp::LogEntity &entity, + const QDate &date, +@@ -60,6 +62,11 @@ void PendingTpLoggerLogs::logsRetrieved(Tpl::PendingOperation *op) + QList logs; + Q_FOREACH (const Tpl::EventPtr &event, events) { + const Tpl::TextEventPtr textEvent = event.dynamicCast(); ++ if (textEvent.isNull()) { ++ kDebug() << "Received a null TextEvent!"; ++ continue; ++ } ++ + logs << KTp::LogMessage(Utils::fromTplEntity(event->sender()), + account(), event->timestamp(), textEvent->message(), + textEvent->messageToken()); Property changes on: head/net-im/ktp-common-internals/files/patch-KTp__Logger__plugins__tplogger__pending-tp-logger-logs.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net-im/ktp-common-internals/pkg-plist =================================================================== --- head/net-im/ktp-common-internals/pkg-plist (revision 374790) +++ head/net-im/ktp-common-internals/pkg-plist (revision 374791) @@ -1,141 +1,164 @@ bin/ktp-debugger +include/KTp/Logger/abstract-logger-plugin.h +include/KTp/Logger/log-entity.h +include/KTp/Logger/log-manager.h +include/KTp/Logger/log-message.h +include/KTp/Logger/log-search-hit.h +include/KTp/Logger/pending-logger-dates.h +include/KTp/Logger/pending-logger-entities.h +include/KTp/Logger/pending-logger-logs.h +include/KTp/Logger/pending-logger-operation.h +include/KTp/Logger/pending-logger-search.h +include/KTp/Logger/scrollback-manager.h include/KTp/Models/abstract-grouping-proxy-model.h include/KTp/Models/accounts-list-model.h include/KTp/Models/accounts-tree-proxy-model.h include/KTp/Models/contacts-filter-model.h include/KTp/Models/contacts-list-model.h include/KTp/Models/contacts-model.h include/KTp/Models/groups-tree-proxy-model.h include/KTp/Models/rooms-model.h include/KTp/Models/text-channel-watcher-proxy-model.h include/KTp/Widgets/accounts-combo-box.h include/KTp/Widgets/add-contact-dialog.h include/KTp/Widgets/contact-grid-dialog.h include/KTp/Widgets/contact-grid-widget.h +include/KTp/Widgets/contact-view-widget.h include/KTp/Widgets/join-chat-room-dialog.h -include/KTp/Widgets/notificationconfigdialog.h +include/KTp/Widgets/notification-config-dialog.h +include/KTp/Widgets/start-chat-dialog.h include/KTp/abstract-message-filter.h include/KTp/actions.h include/KTp/circular-countdown.h include/KTp/contact-factory.h include/KTp/contact-info-dialog.h include/KTp/contact.h +include/KTp/core.h include/KTp/debug.h include/KTp/error-dictionary.h include/KTp/global-contact-manager.h include/KTp/global-presence.h include/KTp/ktp-export.h include/KTp/logs-importer.h include/KTp/message-context.h include/KTp/message-filter-config-manager.h include/KTp/message-processor.h include/KTp/message.h include/KTp/outgoing-message.h include/KTp/pending-wallet.h include/KTp/persistent-contact.h include/KTp/presence.h include/KTp/service-availability-checker.h include/KTp/telepathy-handler-application.h include/KTp/text-parser.h include/KTp/types.h include/KTp/wallet-interface.h include/KTp/wallet-utils.h lib/kde4/imports/org/kde/telepathy/libktpqmlplugin.so lib/kde4/imports/org/kde/telepathy/qmldir +lib/kde4/ktploggerplugin_tplogger.so lib/libktpcommoninternalsprivate.so -lib/libktpcommoninternalsprivate.so.0.6.1 -lib/libktpcommoninternalsprivate.so.5 +lib/libktpcommoninternalsprivate.so.%%KTP_VERSION%% +lib/libktpcommoninternalsprivate.so.7 +lib/libktploggerprivate.so +lib/libktploggerprivate.so.%%KTP_VERSION%% +lib/libktploggerprivate.so.7 lib/libktpmodelsprivate.so -lib/libktpmodelsprivate.so.0.6.1 -lib/libktpmodelsprivate.so.5 +lib/libktpmodelsprivate.so.%%KTP_VERSION%% +lib/libktpmodelsprivate.so.7 lib/libktpwidgetsprivate.so -lib/libktpwidgetsprivate.so.0.6.1 -lib/libktpwidgetsprivate.so.5 +lib/libktpwidgetsprivate.so.%%KTP_VERSION%% +lib/libktpwidgetsprivate.so.7 +share/apps/katepart/syntax/ktpdebugoutput.xml share/apps/ktelepathy/ktelepathy.notifyrc share/icons/hicolor/128x128/apps/telepathy-kde.png share/icons/hicolor/16x16/actions/im-groupwise.png share/icons/hicolor/16x16/actions/im-irc.png share/icons/hicolor/16x16/actions/im-local-xmpp.png share/icons/hicolor/16x16/apps/telepathy-kde.png share/icons/hicolor/22x22/actions/im-aim.png share/icons/hicolor/22x22/actions/im-facebook.png share/icons/hicolor/22x22/actions/im-gadugadu.png share/icons/hicolor/22x22/actions/im-google-talk.png share/icons/hicolor/22x22/actions/im-groupwise.png share/icons/hicolor/22x22/actions/im-icq.png share/icons/hicolor/22x22/actions/im-jabber.png share/icons/hicolor/22x22/actions/im-local-xmpp.png share/icons/hicolor/22x22/actions/im-msn.png share/icons/hicolor/22x22/actions/im-qq.png share/icons/hicolor/22x22/actions/im-skype.png share/icons/hicolor/22x22/actions/im-yahoo.png +share/icons/hicolor/22x22/actions/show-offline.png share/icons/hicolor/22x22/actions/sort-name.png share/icons/hicolor/22x22/actions/sort-presence.png share/icons/hicolor/22x22/apps/telepathy-kde.png share/icons/hicolor/32x32/actions/im-aim.png share/icons/hicolor/32x32/actions/im-facebook.png share/icons/hicolor/32x32/actions/im-gadugadu.png share/icons/hicolor/32x32/actions/im-google-talk.png share/icons/hicolor/32x32/actions/im-groupwise.png share/icons/hicolor/32x32/actions/im-icq.png share/icons/hicolor/32x32/actions/im-irc.png share/icons/hicolor/32x32/actions/im-jabber.png share/icons/hicolor/32x32/actions/im-local-xmpp.png share/icons/hicolor/32x32/actions/im-msn.png share/icons/hicolor/32x32/actions/im-qq.png share/icons/hicolor/32x32/actions/im-skype.png share/icons/hicolor/32x32/actions/im-yahoo.png share/icons/hicolor/32x32/apps/telepathy-kde.png share/icons/hicolor/48x48/actions/im-aim.png share/icons/hicolor/48x48/actions/im-facebook.png share/icons/hicolor/48x48/actions/im-gadugadu.png share/icons/hicolor/48x48/actions/im-google-talk.png share/icons/hicolor/48x48/actions/im-groupwise.png share/icons/hicolor/48x48/actions/im-icq.png share/icons/hicolor/48x48/actions/im-jabber.png share/icons/hicolor/48x48/actions/im-local-xmpp.png share/icons/hicolor/48x48/actions/im-msn.png share/icons/hicolor/48x48/actions/im-qq.png share/icons/hicolor/48x48/actions/im-skype.png share/icons/hicolor/48x48/actions/im-yahoo.png share/icons/hicolor/48x48/apps/telepathy-kde.png share/icons/hicolor/64x64/apps/telepathy-kde.png share/icons/hicolor/scalable/apps/telepathy-kde.svgz +share/kde4/services/ktploggerplugin_tplogger.desktop +share/kde4/servicetypes/ktp_logger_plugin.desktop share/locale/bs/LC_MESSAGES/ktp-common-internals.mo share/locale/ca/LC_MESSAGES/ktp-common-internals.mo share/locale/ca@valencia/LC_MESSAGES/ktp-common-internals.mo share/locale/cs/LC_MESSAGES/ktp-common-internals.mo share/locale/da/LC_MESSAGES/ktp-common-internals.mo share/locale/de/LC_MESSAGES/ktp-common-internals.mo share/locale/el/LC_MESSAGES/ktp-common-internals.mo share/locale/es/LC_MESSAGES/ktp-common-internals.mo share/locale/et/LC_MESSAGES/ktp-common-internals.mo share/locale/fi/LC_MESSAGES/ktp-common-internals.mo share/locale/fr/LC_MESSAGES/ktp-common-internals.mo share/locale/ga/LC_MESSAGES/ktp-common-internals.mo share/locale/gl/LC_MESSAGES/ktp-common-internals.mo share/locale/hu/LC_MESSAGES/ktp-common-internals.mo share/locale/ia/LC_MESSAGES/ktp-common-internals.mo share/locale/it/LC_MESSAGES/ktp-common-internals.mo share/locale/ja/LC_MESSAGES/ktp-common-internals.mo share/locale/kk/LC_MESSAGES/ktp-common-internals.mo +share/locale/ko/LC_MESSAGES/ktp-common-internals.mo share/locale/lt/LC_MESSAGES/ktp-common-internals.mo share/locale/mr/LC_MESSAGES/ktp-common-internals.mo share/locale/nb/LC_MESSAGES/ktp-common-internals.mo share/locale/nds/LC_MESSAGES/ktp-common-internals.mo share/locale/nl/LC_MESSAGES/ktp-common-internals.mo share/locale/pl/LC_MESSAGES/ktp-common-internals.mo share/locale/pt/LC_MESSAGES/ktp-common-internals.mo share/locale/pt_BR/LC_MESSAGES/ktp-common-internals.mo share/locale/ro/LC_MESSAGES/ktp-common-internals.mo share/locale/ru/LC_MESSAGES/ktp-common-internals.mo share/locale/sk/LC_MESSAGES/ktp-common-internals.mo share/locale/sl/LC_MESSAGES/ktp-common-internals.mo share/locale/sr/LC_MESSAGES/ktp-common-internals.mo share/locale/sr@ijekavian/LC_MESSAGES/ktp-common-internals.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/ktp-common-internals.mo share/locale/sr@latin/LC_MESSAGES/ktp-common-internals.mo share/locale/sv/LC_MESSAGES/ktp-common-internals.mo share/locale/uk/LC_MESSAGES/ktp-common-internals.mo share/locale/zh_CN/LC_MESSAGES/ktp-common-internals.mo share/locale/zh_TW/LC_MESSAGES/ktp-common-internals.mo Index: head/net-im/ktp-contact-list/Makefile =================================================================== --- head/net-im/ktp-contact-list/Makefile (revision 374790) +++ head/net-im/ktp-contact-list/Makefile (revision 374791) @@ -1,21 +1,20 @@ # $FreeBSD$ PORTNAME= ktp-contact-list PORTVERSION= ${KTP_VERSION} -PORTREVISION= 3 CATEGORIES= net-im kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KTP_BRANCH}/kde-telepathy/${PORTVERSION}/src MAINTAINER= avilla@FreeBSD.org COMMENT= KDE instant messaging contact list application LIB_DEPENDS= libtelepathy-qt4.so:${PORTSDIR}/net-im/telepathy-qt4 \ libtelepathy-logger-qt4.so:${PORTSDIR}/net-im/telepathy-logger-qt4 \ libktpcommoninternalsprivate.so:${PORTSDIR}/net-im/ktp-common-internals -USE_KDE4= kdehier kdeprefix kdelibs automoc4 +USE_KDE4= kdeprefix kdelibs automoc4 USE_QT4= corelib moc_build qmake_build rcc_build uic_build USES= cmake gettext tar:bzip2 .include Index: head/net-im/ktp-contact-list/distinfo =================================================================== --- head/net-im/ktp-contact-list/distinfo (revision 374790) +++ head/net-im/ktp-contact-list/distinfo (revision 374791) @@ -1,2 +1,2 @@ -SHA256 (ktp-contact-list-0.6.1.tar.bz2) = eea39dd233d3b58ef5d05948792fc5c2df8a0a39c4194c792eecf6906518455d -SIZE (ktp-contact-list-0.6.1.tar.bz2) = 130810 +SHA256 (ktp-contact-list-0.8.0.tar.bz2) = d4d20bdf5435baa3581b7f12b6e5a3dcbb7997825275efd5024ea467311fc858 +SIZE (ktp-contact-list-0.8.0.tar.bz2) = 135142 Index: head/net-im/ktp-contact-list/pkg-plist =================================================================== --- head/net-im/ktp-contact-list/pkg-plist (revision 374790) +++ head/net-im/ktp-contact-list/pkg-plist (revision 374791) @@ -1,44 +1,45 @@ bin/ktp-contactlist share/applications/kde4/ktp-contactlist.desktop share/locale/bs/LC_MESSAGES/ktp-contactlist.mo share/locale/ca/LC_MESSAGES/ktp-contactlist.mo share/locale/ca@valencia/LC_MESSAGES/ktp-contactlist.mo share/locale/cs/LC_MESSAGES/ktp-contactlist.mo share/locale/da/LC_MESSAGES/ktp-contactlist.mo share/locale/de/LC_MESSAGES/ktp-contactlist.mo share/locale/el/LC_MESSAGES/ktp-contactlist.mo share/locale/es/LC_MESSAGES/ktp-contactlist.mo share/locale/et/LC_MESSAGES/ktp-contactlist.mo share/locale/fi/LC_MESSAGES/ktp-contactlist.mo share/locale/fr/LC_MESSAGES/ktp-contactlist.mo share/locale/ga/LC_MESSAGES/ktp-contactlist.mo share/locale/gl/LC_MESSAGES/ktp-contactlist.mo share/locale/hu/LC_MESSAGES/ktp-contactlist.mo share/locale/ia/LC_MESSAGES/ktp-contactlist.mo share/locale/it/LC_MESSAGES/ktp-contactlist.mo share/locale/ja/LC_MESSAGES/ktp-contactlist.mo share/locale/kk/LC_MESSAGES/ktp-contactlist.mo share/locale/km/LC_MESSAGES/ktp-contactlist.mo +share/locale/ko/LC_MESSAGES/ktp-contactlist.mo share/locale/lt/LC_MESSAGES/ktp-contactlist.mo share/locale/mr/LC_MESSAGES/ktp-contactlist.mo share/locale/nb/LC_MESSAGES/ktp-contactlist.mo share/locale/nds/LC_MESSAGES/ktp-contactlist.mo share/locale/nl/LC_MESSAGES/ktp-contactlist.mo share/locale/pl/LC_MESSAGES/ktp-contactlist.mo share/locale/pt/LC_MESSAGES/ktp-contactlist.mo share/locale/pt_BR/LC_MESSAGES/ktp-contactlist.mo share/locale/ro/LC_MESSAGES/ktp-contactlist.mo share/locale/ru/LC_MESSAGES/ktp-contactlist.mo share/locale/sk/LC_MESSAGES/ktp-contactlist.mo share/locale/sl/LC_MESSAGES/ktp-contactlist.mo share/locale/sr/LC_MESSAGES/ktp-contactlist.mo share/locale/sr@ijekavian/LC_MESSAGES/ktp-contactlist.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/ktp-contactlist.mo share/locale/sr@latin/LC_MESSAGES/ktp-contactlist.mo share/locale/sv/LC_MESSAGES/ktp-contactlist.mo share/locale/tr/LC_MESSAGES/ktp-contactlist.mo share/locale/ug/LC_MESSAGES/ktp-contactlist.mo share/locale/uk/LC_MESSAGES/ktp-contactlist.mo share/locale/vi/LC_MESSAGES/ktp-contactlist.mo share/locale/zh_CN/LC_MESSAGES/ktp-contactlist.mo share/locale/zh_TW/LC_MESSAGES/ktp-contactlist.mo Index: head/net-im/ktp-contact-runner/Makefile =================================================================== --- head/net-im/ktp-contact-runner/Makefile (revision 374790) +++ head/net-im/ktp-contact-runner/Makefile (revision 374791) @@ -1,20 +1,19 @@ # $FreeBSD$ PORTNAME= ktp-contact-runner PORTVERSION= ${KTP_VERSION} -PORTREVISION= 3 CATEGORIES= net-im kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KTP_BRANCH}/kde-telepathy/${PORTVERSION}/src MAINTAINER= avilla@FreeBSD.org COMMENT= KRunner integration module for KDE Telepathy LIB_DEPENDS= libtelepathy-qt4.so:${PORTSDIR}/net-im/telepathy-qt4 \ libktpcommoninternalsprivate.so:${PORTSDIR}/net-im/ktp-common-internals -USE_KDE4= kdehier kdeprefix kdelibs automoc4 +USE_KDE4= kdeprefix kdelibs automoc4 USE_QT4= corelib moc_build qmake_build rcc_build uic_build USES= cmake gettext tar:bzip2 .include Index: head/net-im/ktp-contact-runner/distinfo =================================================================== --- head/net-im/ktp-contact-runner/distinfo (revision 374790) +++ head/net-im/ktp-contact-runner/distinfo (revision 374791) @@ -1,2 +1,2 @@ -SHA256 (ktp-contact-runner-0.6.1.tar.bz2) = 3f287bff886f90c8cbd121e0fb619558203fdb995417c196a814626ad5db5207 -SIZE (ktp-contact-runner-0.6.1.tar.bz2) = 39856 +SHA256 (ktp-contact-runner-0.8.0.tar.bz2) = 11f89cecec08f7e6bd54fd22ae8d4c12f6688551db393f07e4ac55db345cb535 +SIZE (ktp-contact-runner-0.8.0.tar.bz2) = 41364 Index: head/net-im/ktp-contact-runner/pkg-plist =================================================================== --- head/net-im/ktp-contact-runner/pkg-plist (revision 374790) +++ head/net-im/ktp-contact-runner/pkg-plist (revision 374791) @@ -1,42 +1,43 @@ lib/kde4/krunner_ktp_contacts.so share/kde4/services/plasma-runner-ktp-contact.desktop share/locale/bs/LC_MESSAGES/plasma_runner_ktp_contacts.mo share/locale/ca/LC_MESSAGES/plasma_runner_ktp_contacts.mo share/locale/ca@valencia/LC_MESSAGES/plasma_runner_ktp_contacts.mo share/locale/cs/LC_MESSAGES/plasma_runner_ktp_contacts.mo share/locale/da/LC_MESSAGES/plasma_runner_ktp_contacts.mo share/locale/de/LC_MESSAGES/plasma_runner_ktp_contacts.mo share/locale/el/LC_MESSAGES/plasma_runner_ktp_contacts.mo share/locale/es/LC_MESSAGES/plasma_runner_ktp_contacts.mo share/locale/et/LC_MESSAGES/plasma_runner_ktp_contacts.mo share/locale/fi/LC_MESSAGES/plasma_runner_ktp_contacts.mo share/locale/fr/LC_MESSAGES/plasma_runner_ktp_contacts.mo share/locale/ga/LC_MESSAGES/plasma_runner_ktp_contacts.mo share/locale/gl/LC_MESSAGES/plasma_runner_ktp_contacts.mo share/locale/hu/LC_MESSAGES/plasma_runner_ktp_contacts.mo share/locale/ia/LC_MESSAGES/plasma_runner_ktp_contacts.mo share/locale/it/LC_MESSAGES/plasma_runner_ktp_contacts.mo share/locale/kk/LC_MESSAGES/plasma_runner_ktp_contacts.mo share/locale/km/LC_MESSAGES/plasma_runner_ktp_contacts.mo +share/locale/ko/LC_MESSAGES/plasma_runner_ktp_contacts.mo share/locale/lt/LC_MESSAGES/plasma_runner_ktp_contacts.mo share/locale/mr/LC_MESSAGES/plasma_runner_ktp_contacts.mo share/locale/nb/LC_MESSAGES/plasma_runner_ktp_contacts.mo share/locale/nds/LC_MESSAGES/plasma_runner_ktp_contacts.mo share/locale/nl/LC_MESSAGES/plasma_runner_ktp_contacts.mo share/locale/pl/LC_MESSAGES/plasma_runner_ktp_contacts.mo share/locale/pt/LC_MESSAGES/plasma_runner_ktp_contacts.mo share/locale/pt_BR/LC_MESSAGES/plasma_runner_ktp_contacts.mo share/locale/ro/LC_MESSAGES/plasma_runner_ktp_contacts.mo share/locale/ru/LC_MESSAGES/plasma_runner_ktp_contacts.mo share/locale/sk/LC_MESSAGES/plasma_runner_ktp_contacts.mo share/locale/sl/LC_MESSAGES/plasma_runner_ktp_contacts.mo share/locale/sr/LC_MESSAGES/plasma_runner_ktp_contacts.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_ktp_contacts.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_ktp_contacts.mo share/locale/sr@latin/LC_MESSAGES/plasma_runner_ktp_contacts.mo share/locale/sv/LC_MESSAGES/plasma_runner_ktp_contacts.mo share/locale/tr/LC_MESSAGES/plasma_runner_ktp_contacts.mo share/locale/uk/LC_MESSAGES/plasma_runner_ktp_contacts.mo share/locale/vi/LC_MESSAGES/plasma_runner_ktp_contacts.mo share/locale/zh_CN/LC_MESSAGES/plasma_runner_ktp_contacts.mo share/locale/zh_TW/LC_MESSAGES/plasma_runner_ktp_contacts.mo Index: head/net-im/ktp-desktop-applets/Makefile =================================================================== --- head/net-im/ktp-desktop-applets/Makefile (nonexistent) +++ head/net-im/ktp-desktop-applets/Makefile (revision 374791) @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= ktp-desktop-applets +PORTVERSION= ${KTP_VERSION} +CATEGORIES= net-im kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= ${KTP_BRANCH}/kde-telepathy/${PORTVERSION}/src + +MAINTAINER= avilla@FreeBSD.org +COMMENT= KDE instant messaging plasma widgets + +LIB_DEPENDS= libktpcommoninternalsprivate.so:${PORTSDIR}/net-im/ktp-common-internals + +USE_KDE4= kdeprefix kdelibs automoc4 +USE_QT4= corelib moc_build qmake_build rcc_build uic_build +USES= cmake gettext tar:bzip2 + +.include Property changes on: head/net-im/ktp-desktop-applets/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net-im/ktp-desktop-applets/distinfo =================================================================== --- head/net-im/ktp-desktop-applets/distinfo (nonexistent) +++ head/net-im/ktp-desktop-applets/distinfo (revision 374791) @@ -0,0 +1,2 @@ +SHA256 (ktp-desktop-applets-0.8.0.tar.bz2) = 022a35317003dabed7ccefb24977419f6aa0d3c3daeb151a722299d9acf35ce7 +SIZE (ktp-desktop-applets-0.8.0.tar.bz2) = 64326 Property changes on: head/net-im/ktp-desktop-applets/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net-im/ktp-desktop-applets/pkg-descr =================================================================== --- head/net-im/ktp-desktop-applets/pkg-descr (nonexistent) +++ head/net-im/ktp-desktop-applets/pkg-descr (revision 374791) @@ -0,0 +1,7 @@ +The KDE Telepathy project aims to integrate real time communication +deeply into KDE Workspaces, and to provide an infrastructure to aid +development of collaborative features for KDE Applications. + +This application provides plasmoid widgets (simplified contact list...) + +WWW: http://community.kde.org/KTp Property changes on: head/net-im/ktp-desktop-applets/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net-im/ktp-desktop-applets/pkg-plist =================================================================== --- head/net-im/ktp-desktop-applets/pkg-plist (nonexistent) +++ head/net-im/ktp-desktop-applets/pkg-plist (revision 374791) @@ -0,0 +1,114 @@ +lib/kde4/plasma_applet_ktp_contact.so +lib/kde4/plasma_applet_ktp_presence.so +share/apps/plasma-desktop/updates/50-renameKTpApplets.js +share/apps/plasma/plasmoids/org.kde.ktp-chat/contents/config/main.xml +share/apps/plasma/plasmoids/org.kde.ktp-chat/contents/ui/ActionDelegate.qml +share/apps/plasma/plasmoids/org.kde.ktp-chat/contents/ui/ChatWidget.qml +share/apps/plasma/plasmoids/org.kde.ktp-chat/contents/ui/ConversationDelegate.qml +share/apps/plasma/plasmoids/org.kde.ktp-chat/contents/ui/ConversationDelegateButton.qml +share/apps/plasma/plasmoids/org.kde.ktp-chat/contents/ui/OutgoingDelegate.qml +share/apps/plasma/plasmoids/org.kde.ktp-chat/contents/ui/TextDelegate.qml +share/apps/plasma/plasmoids/org.kde.ktp-chat/contents/ui/main.qml +share/apps/plasma/plasmoids/org.kde.ktp-chat/metadata.desktop +share/apps/plasma/plasmoids/org.kde.ktp-contact/contents/frames/away.png +share/apps/plasma/plasmoids/org.kde.ktp-contact/contents/frames/busy.png +share/apps/plasma/plasmoids/org.kde.ktp-contact/contents/frames/offline.png +share/apps/plasma/plasmoids/org.kde.ktp-contact/contents/frames/online.png +share/apps/plasma/plasmoids/org.kde.ktp-contact/contents/ui/Avatar.qml +share/apps/plasma/plasmoids/org.kde.ktp-contact/contents/ui/Contact.qml +share/apps/plasma/plasmoids/org.kde.ktp-contact/contents/ui/DropDownMenu.qml +share/apps/plasma/plasmoids/org.kde.ktp-contact/contents/ui/main.qml +share/apps/plasma/plasmoids/org.kde.ktp-contactlist/contents/ui/ContactList.qml +share/apps/plasma/plasmoids/org.kde.ktp-contactlist/contents/ui/ExternalLabel.qml +share/apps/plasma/plasmoids/org.kde.ktp-contactlist/contents/ui/ListContactDelegate.qml +share/apps/plasma/plasmoids/org.kde.ktp-contactlist/contents/ui/main.qml +share/apps/plasma/plasmoids/org.kde.ktp-contactlist/metadata.desktop +share/kde4/services/plasma-applet-ktp-chat.desktop +share/kde4/services/plasma-applet-ktp-contact.desktop +share/kde4/services/plasma-applet-ktp-contactlist.desktop +share/kde4/services/plasma-applet-ktp-presence.desktop +share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo +share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo +share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo +share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo +share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo +share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo +share/locale/da/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo +share/locale/de/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo +share/locale/de/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo +share/locale/el/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo +share/locale/el/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo +share/locale/es/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo +share/locale/es/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo +share/locale/et/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo +share/locale/et/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo +share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo +share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo +share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo +share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo +share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo +share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo +share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo +share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo +share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo +share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo +share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo +share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo +share/locale/it/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo +share/locale/it/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo +share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo +share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo +share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo +share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo +share/locale/km/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo +share/locale/km/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo +share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo +share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo +share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo +share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo +share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo +share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo +share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo +share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo +share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo +share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo +share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo +share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo +share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo +share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo +share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo +share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo +share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo +share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo +share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo +share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo +share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo +share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo +share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo +share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo +share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo +share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo +share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo +share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo +share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo +share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo +share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo +share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo +share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo +share/locale/wa/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo Property changes on: head/net-im/ktp-desktop-applets/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net-im/ktp-filetransfer-handler/Makefile =================================================================== --- head/net-im/ktp-filetransfer-handler/Makefile (revision 374790) +++ head/net-im/ktp-filetransfer-handler/Makefile (revision 374791) @@ -1,20 +1,19 @@ # $FreeBSD$ PORTNAME= ktp-filetransfer-handler PORTVERSION= ${KTP_VERSION} -PORTREVISION= 3 CATEGORIES= net-im kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KTP_BRANCH}/kde-telepathy/${PORTVERSION}/src MAINTAINER= avilla@FreeBSD.org COMMENT= KDE instant messaging file transfer handler LIB_DEPENDS= libtelepathy-qt4.so:${PORTSDIR}/net-im/telepathy-qt4 \ libktpcommoninternalsprivate.so:${PORTSDIR}/net-im/ktp-common-internals -USE_KDE4= kdehier kdeprefix kdelibs automoc4 +USE_KDE4= kdeprefix kdelibs automoc4 USE_QT4= corelib moc_build qmake_build rcc_build uic_build USES= cmake gettext tar:bzip2 .include Index: head/net-im/ktp-filetransfer-handler/distinfo =================================================================== --- head/net-im/ktp-filetransfer-handler/distinfo (revision 374790) +++ head/net-im/ktp-filetransfer-handler/distinfo (revision 374791) @@ -1,2 +1,2 @@ -SHA256 (ktp-filetransfer-handler-0.6.1.tar.bz2) = 7be5a82ff77e26fc24d9acf664fee737ea4385972457116ef52340ec9760905b -SIZE (ktp-filetransfer-handler-0.6.1.tar.bz2) = 45938 +SHA256 (ktp-filetransfer-handler-0.8.0.tar.bz2) = 8cf06bd8a7a50498985bd5b51a263db1233770aeb4ea4d5c196191f4f785f453 +SIZE (ktp-filetransfer-handler-0.8.0.tar.bz2) = 47510 Index: head/net-im/ktp-filetransfer-handler/pkg-plist =================================================================== --- head/net-im/ktp-filetransfer-handler/pkg-plist (revision 374790) +++ head/net-im/ktp-filetransfer-handler/pkg-plist (revision 374791) @@ -1,41 +1,42 @@ lib/kde4/libexec/ktp-filetransfer-handler share/dbus-1/services/org.freedesktop.Telepathy.Client.KTp.FileTransferHandler.service share/locale/bs/LC_MESSAGES/ktp-filetransfer-handler.mo share/locale/ca/LC_MESSAGES/ktp-filetransfer-handler.mo share/locale/ca@valencia/LC_MESSAGES/ktp-filetransfer-handler.mo share/locale/cs/LC_MESSAGES/ktp-filetransfer-handler.mo share/locale/da/LC_MESSAGES/ktp-filetransfer-handler.mo share/locale/de/LC_MESSAGES/ktp-filetransfer-handler.mo share/locale/el/LC_MESSAGES/ktp-filetransfer-handler.mo share/locale/es/LC_MESSAGES/ktp-filetransfer-handler.mo share/locale/et/LC_MESSAGES/ktp-filetransfer-handler.mo share/locale/fi/LC_MESSAGES/ktp-filetransfer-handler.mo share/locale/fr/LC_MESSAGES/ktp-filetransfer-handler.mo share/locale/ga/LC_MESSAGES/ktp-filetransfer-handler.mo share/locale/gl/LC_MESSAGES/ktp-filetransfer-handler.mo share/locale/hu/LC_MESSAGES/ktp-filetransfer-handler.mo share/locale/ia/LC_MESSAGES/ktp-filetransfer-handler.mo share/locale/it/LC_MESSAGES/ktp-filetransfer-handler.mo share/locale/ja/LC_MESSAGES/ktp-filetransfer-handler.mo share/locale/kk/LC_MESSAGES/ktp-filetransfer-handler.mo +share/locale/ko/LC_MESSAGES/ktp-filetransfer-handler.mo share/locale/lt/LC_MESSAGES/ktp-filetransfer-handler.mo share/locale/mr/LC_MESSAGES/ktp-filetransfer-handler.mo share/locale/nb/LC_MESSAGES/ktp-filetransfer-handler.mo share/locale/nds/LC_MESSAGES/ktp-filetransfer-handler.mo share/locale/nl/LC_MESSAGES/ktp-filetransfer-handler.mo share/locale/pl/LC_MESSAGES/ktp-filetransfer-handler.mo share/locale/pt/LC_MESSAGES/ktp-filetransfer-handler.mo share/locale/pt_BR/LC_MESSAGES/ktp-filetransfer-handler.mo share/locale/ro/LC_MESSAGES/ktp-filetransfer-handler.mo share/locale/ru/LC_MESSAGES/ktp-filetransfer-handler.mo share/locale/sk/LC_MESSAGES/ktp-filetransfer-handler.mo share/locale/sl/LC_MESSAGES/ktp-filetransfer-handler.mo share/locale/sr/LC_MESSAGES/ktp-filetransfer-handler.mo share/locale/sr@ijekavian/LC_MESSAGES/ktp-filetransfer-handler.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/ktp-filetransfer-handler.mo share/locale/sr@latin/LC_MESSAGES/ktp-filetransfer-handler.mo share/locale/sv/LC_MESSAGES/ktp-filetransfer-handler.mo share/locale/uk/LC_MESSAGES/ktp-filetransfer-handler.mo share/locale/zh_CN/LC_MESSAGES/ktp-filetransfer-handler.mo share/locale/zh_TW/LC_MESSAGES/ktp-filetransfer-handler.mo share/telepathy/clients/KTp.FileTransferHandler.client Index: head/net-im/ktp-kded-integration-module/Makefile =================================================================== --- head/net-im/ktp-kded-integration-module/Makefile (revision 374790) +++ head/net-im/ktp-kded-integration-module/Makefile (revision 374791) @@ -1,20 +1,19 @@ # $FreeBSD$ PORTNAME= ktp-kded-integration-module PORTVERSION= ${KTP_VERSION} -PORTREVISION= 3 CATEGORIES= net-im kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KTP_BRANCH}/kde-telepathy/${PORTVERSION}/src MAINTAINER= avilla@FreeBSD.org COMMENT= Module for integration of instant messaging into KDE Workspaces LIB_DEPENDS= libtelepathy-qt4.so:${PORTSDIR}/net-im/telepathy-qt4 \ libktpcommoninternalsprivate.so:${PORTSDIR}/net-im/ktp-common-internals -USE_KDE4= kdehier kdeprefix kdelibs automoc4 +USE_KDE4= kdeprefix kdelibs automoc4 USE_QT4= corelib moc_build qmake_build rcc_build uic_build USES= cmake gettext tar:bzip2 .include Index: head/net-im/ktp-kded-integration-module/distinfo =================================================================== --- head/net-im/ktp-kded-integration-module/distinfo (revision 374790) +++ head/net-im/ktp-kded-integration-module/distinfo (revision 374791) @@ -1,2 +1,2 @@ -SHA256 (ktp-kded-integration-module-0.6.1.tar.bz2) = de26d4865cea9851d088d812b17034f320f59b76aa1c89a2c4ca89e585df1ad2 -SIZE (ktp-kded-integration-module-0.6.1.tar.bz2) = 67554 +SHA256 (ktp-kded-integration-module-0.8.0.tar.bz2) = 2b801eb4e19713b2dbfe28f79421aa4c9e0fa298383ca0f8a604fa1f557de233 +SIZE (ktp-kded-integration-module-0.8.0.tar.bz2) = 76893 Index: head/net-im/ktp-kded-integration-module/pkg-plist =================================================================== --- head/net-im/ktp-kded-integration-module/pkg-plist (revision 374790) +++ head/net-im/ktp-kded-integration-module/pkg-plist (revision 374791) @@ -1,44 +1,45 @@ lib/kde4/kcm_ktp_integration_module.so lib/kde4/kded_ktp_integration_module.so share/dbus-1/services/org.freedesktop.Telepathy.Client.KTp.KdedIntegrationModule.service share/kde4/services/kcm_ktp_integration_module.desktop share/kde4/services/kded/kded_ktp_integration_module.desktop share/locale/bs/LC_MESSAGES/kded_ktp_integration_module.mo share/locale/ca/LC_MESSAGES/kded_ktp_integration_module.mo share/locale/ca@valencia/LC_MESSAGES/kded_ktp_integration_module.mo share/locale/cs/LC_MESSAGES/kded_ktp_integration_module.mo share/locale/da/LC_MESSAGES/kded_ktp_integration_module.mo share/locale/de/LC_MESSAGES/kded_ktp_integration_module.mo share/locale/el/LC_MESSAGES/kded_ktp_integration_module.mo share/locale/es/LC_MESSAGES/kded_ktp_integration_module.mo share/locale/et/LC_MESSAGES/kded_ktp_integration_module.mo share/locale/fi/LC_MESSAGES/kded_ktp_integration_module.mo share/locale/fr/LC_MESSAGES/kded_ktp_integration_module.mo share/locale/ga/LC_MESSAGES/kded_ktp_integration_module.mo share/locale/gl/LC_MESSAGES/kded_ktp_integration_module.mo share/locale/hu/LC_MESSAGES/kded_ktp_integration_module.mo share/locale/ia/LC_MESSAGES/kded_ktp_integration_module.mo share/locale/it/LC_MESSAGES/kded_ktp_integration_module.mo share/locale/ja/LC_MESSAGES/kded_ktp_integration_module.mo share/locale/kk/LC_MESSAGES/kded_ktp_integration_module.mo share/locale/km/LC_MESSAGES/kded_ktp_integration_module.mo +share/locale/ko/LC_MESSAGES/kded_ktp_integration_module.mo share/locale/lt/LC_MESSAGES/kded_ktp_integration_module.mo share/locale/mr/LC_MESSAGES/kded_ktp_integration_module.mo share/locale/nb/LC_MESSAGES/kded_ktp_integration_module.mo share/locale/nds/LC_MESSAGES/kded_ktp_integration_module.mo share/locale/nl/LC_MESSAGES/kded_ktp_integration_module.mo share/locale/pl/LC_MESSAGES/kded_ktp_integration_module.mo share/locale/pt/LC_MESSAGES/kded_ktp_integration_module.mo share/locale/pt_BR/LC_MESSAGES/kded_ktp_integration_module.mo share/locale/ro/LC_MESSAGES/kded_ktp_integration_module.mo share/locale/ru/LC_MESSAGES/kded_ktp_integration_module.mo share/locale/sk/LC_MESSAGES/kded_ktp_integration_module.mo share/locale/sl/LC_MESSAGES/kded_ktp_integration_module.mo share/locale/sr/LC_MESSAGES/kded_ktp_integration_module.mo share/locale/sr@ijekavian/LC_MESSAGES/kded_ktp_integration_module.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kded_ktp_integration_module.mo share/locale/sr@latin/LC_MESSAGES/kded_ktp_integration_module.mo share/locale/sv/LC_MESSAGES/kded_ktp_integration_module.mo share/locale/uk/LC_MESSAGES/kded_ktp_integration_module.mo share/locale/zh_CN/LC_MESSAGES/kded_ktp_integration_module.mo share/locale/zh_TW/LC_MESSAGES/kded_ktp_integration_module.mo Index: head/net-im/ktp-send-file/Makefile =================================================================== --- head/net-im/ktp-send-file/Makefile (revision 374790) +++ head/net-im/ktp-send-file/Makefile (revision 374791) @@ -1,22 +1,21 @@ # $FreeBSD$ PORTNAME= ktp-send-file PORTVERSION= ${KTP_VERSION} -PORTREVISION= 3 CATEGORIES= net-im kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KTP_BRANCH}/kde-telepathy/${PORTVERSION}/src MAINTAINER= avilla@FreeBSD.org COMMENT= KDE instant messaging file transfer application LIB_DEPENDS= libtelepathy-qt4.so:${PORTSDIR}/net-im/telepathy-qt4 \ libktpcommoninternalsprivate.so:${PORTSDIR}/net-im/ktp-common-internals RUN_DEPENDS= ${KDE4_PREFIX}/lib/kde4/libexec/ktp-filetransfer-handler:${PORTSDIR}/net-im/ktp-filetransfer-handler \ ${KDE4_PREFIX}/bin/ktp-contactlist:${PORTSDIR}/net-im/ktp-contact-list -USE_KDE4= kdehier kdeprefix kdelibs automoc4 +USE_KDE4= kdeprefix kdelibs automoc4 USE_QT4= corelib moc_build qmake_build rcc_build uic_build USES= cmake gettext tar:bzip2 .include Index: head/net-im/ktp-send-file/distinfo =================================================================== --- head/net-im/ktp-send-file/distinfo (revision 374790) +++ head/net-im/ktp-send-file/distinfo (revision 374791) @@ -1,2 +1,2 @@ -SHA256 (ktp-send-file-0.6.1.tar.bz2) = 9523781e5f6a476591c12aa10e788dd1181c014ffab21a4828c3c879da6a9f2a -SIZE (ktp-send-file-0.6.1.tar.bz2) = 28904 +SHA256 (ktp-send-file-0.8.0.tar.bz2) = 999fd217fe2b049aca470e6acc09c6d0f539472622b98623cdbb36b2e6bf9034 +SIZE (ktp-send-file-0.8.0.tar.bz2) = 29485 Index: head/net-im/ktp-send-file/pkg-plist =================================================================== --- head/net-im/ktp-send-file/pkg-plist (revision 374790) +++ head/net-im/ktp-send-file/pkg-plist (revision 374791) @@ -1,43 +1,44 @@ bin/ktp-send-file share/kde4/services/ServiceMenus/ktp-send-file.desktop share/locale/bs/LC_MESSAGES/ktp-send-file.mo share/locale/ca/LC_MESSAGES/ktp-send-file.mo share/locale/ca@valencia/LC_MESSAGES/ktp-send-file.mo share/locale/cs/LC_MESSAGES/ktp-send-file.mo share/locale/da/LC_MESSAGES/ktp-send-file.mo share/locale/de/LC_MESSAGES/ktp-send-file.mo share/locale/el/LC_MESSAGES/ktp-send-file.mo share/locale/es/LC_MESSAGES/ktp-send-file.mo share/locale/et/LC_MESSAGES/ktp-send-file.mo share/locale/fi/LC_MESSAGES/ktp-send-file.mo share/locale/fr/LC_MESSAGES/ktp-send-file.mo share/locale/ga/LC_MESSAGES/ktp-send-file.mo share/locale/gl/LC_MESSAGES/ktp-send-file.mo share/locale/hu/LC_MESSAGES/ktp-send-file.mo share/locale/ia/LC_MESSAGES/ktp-send-file.mo share/locale/it/LC_MESSAGES/ktp-send-file.mo share/locale/ja/LC_MESSAGES/ktp-send-file.mo share/locale/kk/LC_MESSAGES/ktp-send-file.mo share/locale/km/LC_MESSAGES/ktp-send-file.mo +share/locale/ko/LC_MESSAGES/ktp-send-file.mo share/locale/lt/LC_MESSAGES/ktp-send-file.mo share/locale/mr/LC_MESSAGES/ktp-send-file.mo share/locale/nb/LC_MESSAGES/ktp-send-file.mo share/locale/nds/LC_MESSAGES/ktp-send-file.mo share/locale/nl/LC_MESSAGES/ktp-send-file.mo share/locale/pl/LC_MESSAGES/ktp-send-file.mo share/locale/pt/LC_MESSAGES/ktp-send-file.mo share/locale/pt_BR/LC_MESSAGES/ktp-send-file.mo share/locale/ro/LC_MESSAGES/ktp-send-file.mo share/locale/ru/LC_MESSAGES/ktp-send-file.mo share/locale/sk/LC_MESSAGES/ktp-send-file.mo share/locale/sl/LC_MESSAGES/ktp-send-file.mo share/locale/sr/LC_MESSAGES/ktp-send-file.mo share/locale/sr@ijekavian/LC_MESSAGES/ktp-send-file.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/ktp-send-file.mo share/locale/sr@latin/LC_MESSAGES/ktp-send-file.mo share/locale/sv/LC_MESSAGES/ktp-send-file.mo share/locale/tr/LC_MESSAGES/ktp-send-file.mo share/locale/uk/LC_MESSAGES/ktp-send-file.mo share/locale/vi/LC_MESSAGES/ktp-send-file.mo share/locale/zh_CN/LC_MESSAGES/ktp-send-file.mo share/locale/zh_TW/LC_MESSAGES/ktp-send-file.mo Index: head/net-im/ktp-text-ui/Makefile =================================================================== --- head/net-im/ktp-text-ui/Makefile (revision 374790) +++ head/net-im/ktp-text-ui/Makefile (revision 374791) @@ -1,25 +1,24 @@ # $FreeBSD$ PORTNAME= ktp-text-ui PORTVERSION= ${KTP_VERSION} -PORTREVISION= 3 CATEGORIES= net-im kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KTP_BRANCH}/kde-telepathy/${PORTVERSION}/src +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.1 MAINTAINER= avilla@FreeBSD.org COMMENT= KDE chat window application LIB_DEPENDS= libtelepathy-qt4.so:${PORTSDIR}/net-im/telepathy-qt4 \ libtelepathy-logger-qt4.so:${PORTSDIR}/net-im/telepathy-logger-qt4 \ libktpcommoninternalsprivate.so:${PORTSDIR}/net-im/ktp-common-internals RUN_DEPENDS= ${KDE4_PREFIX}/bin/ktp-contactlist:${PORTSDIR}/net-im/ktp-contact-list -USE_KDE4= kdehier kdeprefix kdelibs automoc4 -#USE_KDE4+= kdepimlibs +USE_KDE4= kdeprefix automoc4 USE_QT4= corelib webkit xml \ moc_build qmake_build rcc_build uic_build USES= cmake gettext tar:bzip2 USE_LDCONFIG= yes .include Index: head/net-im/ktp-text-ui/distinfo =================================================================== --- head/net-im/ktp-text-ui/distinfo (revision 374790) +++ head/net-im/ktp-text-ui/distinfo (revision 374791) @@ -1,2 +1,2 @@ -SHA256 (ktp-text-ui-0.6.1.tar.bz2) = c829ebe741b024758e544a5990d63752e28c27e5f6375aba6e7ab2aa7e3df0a7 -SIZE (ktp-text-ui-0.6.1.tar.bz2) = 276607 +SHA256 (ktp-text-ui-0.8.0.tar.bz2) = 3e954e3f85f1764ff4cf49d537a8876365236997021abdb71a622055de926db9 +SIZE (ktp-text-ui-0.8.0.tar.bz2) = 314141 Index: head/net-im/ktp-text-ui/files/patch-config__appearance-config-tab.cpp =================================================================== --- head/net-im/ktp-text-ui/files/patch-config__appearance-config-tab.cpp (revision 374790) +++ head/net-im/ktp-text-ui/files/patch-config__appearance-config-tab.cpp (nonexistent) @@ -1,110 +0,0 @@ ---- ./config/appearance-config-tab.cpp.orig 2013-04-01 11:36:44.000000000 -0700 -+++ ./config/appearance-config-tab.cpp 2013-04-02 17:02:32.193641735 -0700 -@@ -174,7 +174,8 @@ - message.setTime(QDateTime::currentDateTime()); - ui->chatView->addContentMessage(message); - -- message = AdiumThemeContentInfo(AdiumThemeMessageInfo::HistoryRemoteToLocal); -+ AdiumThemeContentInfo message2(AdiumThemeMessageInfo::HistoryRemoteToLocal); -+ message = message2; - message.setMessage(i18nc("Example message in preview conversation","Bye Bye")); - message.setSenderDisplayName(i18nc("Example email", "larry@example.com")); - message.setSenderScreenName(i18nc("Example name", "Larry Demo")); -@@ -182,7 +183,8 @@ - message.setTime(QDateTime::currentDateTime()); - ui->chatView->addContentMessage(message); - -- message = AdiumThemeContentInfo(AdiumThemeMessageInfo::HistoryLocalToRemote); -+ AdiumThemeContentInfo message3(AdiumThemeMessageInfo::HistoryLocalToRemote); -+ message = message3; - message.setMessage(i18nc("Example message in preview conversation","Have fun!")); - message.setSenderDisplayName(i18nc("Example email", "ted@example.com")); - message.setSenderScreenName(i18nc("Example name", "Ted Example")); -@@ -190,7 +192,8 @@ - message.setTime(QDateTime::currentDateTime()); - ui->chatView->addContentMessage(message); - -- message = AdiumThemeContentInfo(AdiumThemeMessageInfo::HistoryLocalToRemote); -+ AdiumThemeContentInfo message4(AdiumThemeMessageInfo::HistoryLocalToRemote); -+ message = message4; - message.setMessage(i18nc("Example message in preview conversation","cya")); - message.setSenderDisplayName(i18nc("Example email", "ted@example.com")); - message.setSenderScreenName(i18nc("Example name", "Ted Example")); -@@ -204,14 +207,16 @@ - statusMessage.setService(i18n("Jabber")); - ui->chatView->addStatusMessage(statusMessage); - -- statusMessage = AdiumThemeStatusInfo(true); -+ AdiumThemeStatusInfo statusMessage2(true); -+ statusMessage = statusMessage2; - statusMessage.setMessage(i18nc("Example message in preview conversation","Ted Example has left the chat.")); //FIXME sync this with chat text logic. - statusMessage.setTime(QDateTime::currentDateTime()); - statusMessage.setService(i18n("Jabber")); - statusMessage.setStatus(QLatin1String("away")); - ui->chatView->addStatusMessage(statusMessage); - -- message = AdiumThemeContentInfo(AdiumThemeMessageInfo::RemoteToLocal); -+ AdiumThemeContentInfo message5(AdiumThemeMessageInfo::RemoteToLocal); -+ message = message5; - message.setMessage(i18nc("Example message in preview conversation","Hello Ted")); - message.setSenderDisplayName(i18nc("Example email", "larry@example.com")); - message.setSenderScreenName(i18nc("Example name", "Larry Demo")); -@@ -220,7 +225,8 @@ - message.setTime(QDateTime::currentDateTime()); - ui->chatView->addContentMessage(message); - -- message = AdiumThemeContentInfo(AdiumThemeMessageInfo::RemoteToLocal); -+ AdiumThemeContentInfo message6(AdiumThemeMessageInfo::RemoteToLocal); -+ message = message6; - message.setMessage(i18nc("Example message in preview conversation","What's up?")); - message.setSenderDisplayName(i18nc("Example email", "larry@example.com")); - message.setSenderScreenName(i18nc("Example name", "Larry Demo")); -@@ -228,7 +234,8 @@ - message.setTime(QDateTime::currentDateTime()); - ui->chatView->addContentMessage(message); - -- message = AdiumThemeContentInfo(AdiumThemeMessageInfo::LocalToRemote); -+ AdiumThemeContentInfo message7(AdiumThemeMessageInfo::LocalToRemote); -+ message = message7; - message.setMessage(i18nc("Example message in preview conversation","Check out which cool adium themes work " - "" - "here!")); -@@ -239,7 +246,8 @@ - ui->chatView->addContentMessage(message); - - if ( m_groupChat == true) { -- message = AdiumThemeContentInfo(AdiumThemeMessageInfo::RemoteToLocal); -+ AdiumThemeContentInfo message8(AdiumThemeMessageInfo::RemoteToLocal); -+ message = message8; - message.setMessage(i18nc("Example message in preview conversation","Hello")); - message.setSenderDisplayName(i18nc("Example email", "bob@example.com")); - message.setSenderScreenName(i18nc("Example name", "Bob Example")); -@@ -248,7 +256,8 @@ - ui->chatView->addContentMessage(message); - } - -- message = AdiumThemeContentInfo(AdiumThemeMessageInfo::LocalToRemote); -+ AdiumThemeContentInfo message9(AdiumThemeMessageInfo::LocalToRemote); -+ message = message9; - message.setMessage(i18nc("Example message in preview conversation","A different example message")); - message.setSenderDisplayName(i18nc("Example email", "ted@example.com")); - message.setSenderScreenName(i18nc("Example name", "Ted Example")); -@@ -257,14 +266,16 @@ - ui->chatView->addContentMessage(message); - - if (ui->chatView->showPresenceChanges()) { -- statusMessage = AdiumThemeStatusInfo(); -+ AdiumThemeStatusInfo statusMessage3; -+ statusMessage = statusMessage3; - statusMessage.setMessage(i18nc("Example message in preview conversation","Ted Example is now Away.")); //FIXME sync this with chat text logic. - statusMessage.setTime(QDateTime::currentDateTime()); - statusMessage.setService(i18n("Jabber")); - statusMessage.setStatus(QLatin1String("away")); - ui->chatView->addStatusMessage(statusMessage); - -- statusMessage = AdiumThemeStatusInfo(); -+ AdiumThemeStatusInfo statusMessage4; -+ statusMessage = statusMessage4; - statusMessage.setMessage(i18nc("Example message in preview conversations","Ted Example has left the chat.")); //FIXME sync this with chat text logic. - statusMessage.setTime(QDateTime::currentDateTime()); - statusMessage.setService(i18n("Jabber")); Property changes on: head/net-im/ktp-text-ui/files/patch-config__appearance-config-tab.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net-im/ktp-text-ui/pkg-plist =================================================================== --- head/net-im/ktp-text-ui/pkg-plist (revision 374790) +++ head/net-im/ktp-text-ui/pkg-plist (revision 374791) @@ -1,452 +1,454 @@ bin/ktp-log-viewer -include/KTp/AdiumThemeContentInfo -include/KTp/AdiumThemeHeaderInfo -include/KTp/AdiumThemeMessageInfo -include/KTp/AdiumThemeStatusInfo -include/KTp/AdiumThemeView -include/KTp/ChatStylePlistFileReader -include/KTp/ChatWidget -include/KTp/ChatWindowStyle -include/KTp/ChatWindowStyleManager -include/KTp/TextChatConfig -include/KTp/adium-theme-content-info.h -include/KTp/adium-theme-header-info.h -include/KTp/adium-theme-message-info.h -include/KTp/adium-theme-status-info.h -include/KTp/adium-theme-view.h -include/KTp/chat-style-plist-file-reader.h -include/KTp/chat-widget.h -include/KTp/chat-window-style-manager.h -include/KTp/chat-window-style.h -include/KTp/ktpchat_export.h -include/KTp/text-chat-config.h lib/kde4/kcm_ktp_chat_appearance.so lib/kde4/kcm_ktp_chat_behavior.so lib/kde4/kcm_ktp_chat_messages.so +lib/kde4/kcm_ktp_logviewer_behavior.so +lib/kde4/kcm_ktptextui_message_filter_latex.so lib/kde4/ktptextui_message_filter_bugzilla.so lib/kde4/ktptextui_message_filter_emoticons.so lib/kde4/ktptextui_message_filter_formatting.so lib/kde4/ktptextui_message_filter_highlight.so lib/kde4/ktptextui_message_filter_images.so +lib/kde4/ktptextui_message_filter_latex.so lib/kde4/ktptextui_message_filter_searchexpansion.so lib/kde4/ktptextui_message_filter_tts.so +lib/kde4/ktptextui_message_filter_urlexpansion.so lib/kde4/ktptextui_message_filter_youtube.so lib/kde4/libexec/ktp-adiumxtra-protocol-handler lib/kde4/libexec/ktp-text-ui lib/libktpchat.so share/applications/kde4/ktp-log-viewer.desktop share/apps/ktelepathy/Template.html +share/apps/ktelepathy/longurl.js +share/apps/ktelepathy/longurlServices.json share/apps/ktelepathy/showBugzillaInfo.js share/apps/ktelepathy/styles/SimKete.AdiumMessageStyle/Contents/Info.plist share/apps/ktelepathy/styles/SimKete.AdiumMessageStyle/Contents/README share/apps/ktelepathy/styles/SimKete.AdiumMessageStyle/Contents/Resources/Footer.html share/apps/ktelepathy/styles/SimKete.AdiumMessageStyle/Contents/Resources/Header.html share/apps/ktelepathy/styles/SimKete.AdiumMessageStyle/Contents/Resources/Incoming/Content.html share/apps/ktelepathy/styles/SimKete.AdiumMessageStyle/Contents/Resources/Incoming/NextContent.html share/apps/ktelepathy/styles/SimKete.AdiumMessageStyle/Contents/Resources/Incoming/SenderColors.txt share/apps/ktelepathy/styles/SimKete.AdiumMessageStyle/Contents/Resources/Outgoing/Content.html share/apps/ktelepathy/styles/SimKete.AdiumMessageStyle/Contents/Resources/Outgoing/NextContent.html share/apps/ktelepathy/styles/SimKete.AdiumMessageStyle/Contents/Resources/Status.html share/apps/ktelepathy/styles/SimKete.AdiumMessageStyle/Contents/Resources/main.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Info.plist share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Demo.html share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Footer.html share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Header.html share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Incoming/Content.html share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Incoming/Context.html share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Incoming/NextContent.html share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Incoming/NextContext.html share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Incoming/buddy_icon.png share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Outgoing/Content.html share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Outgoing/Context.html share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Outgoing/NextContent.html share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Outgoing/NextContext.html share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Outgoing/buddy_icon.png share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Renkoo LICENSE.txt share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Status.html share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Styles/Header.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Styles/Topic.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Styles/alternating.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Styles/main.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Styles/noname.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Topic.html share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Blue on Green Alternating.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Blue on Green No Names Alt.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Blue on Green No Names.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Blue on Green.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Blue on Red Alternating.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Blue on Red No Names Alt.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Blue on Red No Names.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Blue on Red.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Blue on Steel Alternating.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Blue on Steel No Names Alt.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Blue on Steel No Names.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Blue on Steel.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Blue on Yellow Alternating.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Blue on Yellow No Names Alt.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Blue on Yellow No Names.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Blue on Yellow.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Green on Blue Alternating.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Green on Blue No Names Alt.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Green on Blue No Names.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Green on Blue.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Green on Red Alternating.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Green on Red No Names Alt.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Green on Red No Names.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Green on Red.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Green on Steel Alternating.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Green on Steel No Names Alt.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Green on Steel No Names.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Green on Steel.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Green on Yellow Alternating.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Green on Yellow No Names Alt.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Green on Yellow No Names.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Green on Yellow.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Red on Blue Alternating.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Red on Blue No Names Alt.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Red on Blue No Names.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Red on Blue.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Red on Green Alternating.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Red on Green No Names Alt.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Red on Green No Names.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Red on Green.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Red on Steel Alternating.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Red on Steel No Names Alt.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Red on Steel No Names.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Red on Steel.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Red on Yellow Alternating.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Red on Yellow No Names Alt.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Red on Yellow No Names.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Red on Yellow.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Steel on Blue Alternating.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Steel on Blue No Names Alt.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Steel on Blue No Names.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Steel on Blue.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Steel on Green Alternating.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Steel on Green No Names Alt.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Steel on Green No Names.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Steel on Green.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Steel on Red Alternating.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Steel on Red No Names Alt.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Steel on Red No Names.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Steel on Red.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Steel on Yellow Alternating.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Steel on Yellow No Names Alt.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Steel on Yellow No Names.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Steel on Yellow.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Yellow on Blue Alternating.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Yellow on Blue No Names Alt.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Yellow on Blue No Names.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Yellow on Blue.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Yellow on Green Alternating.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Yellow on Green No Names Alt.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Yellow on Green No Names.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Yellow on Green.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Yellow on Red Alternating.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Yellow on Red No Names Alt.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Yellow on Red No Names.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Yellow on Red.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Yellow on Steel Alternating.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Yellow on Steel No Names Alt.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Yellow on Steel No Names.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Yellow on Steel.css share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/DummyContact.png share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/alert.png share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/blueBackground.gif share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/blueBackground.png share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/blueCurves.gif share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/blueCurves.png share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/blueIndicator.gif share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/blueIndicator.png share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/blueIndicator2.png share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/blueIndicatorAlt.gif share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/greenBackground.gif share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/greenBackground.png share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/greenCurves.gif share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/greenCurves.png share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/greenIndicator.gif share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/greenIndicator.png share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/greenIndicator2.png share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/greenIndicatorAlt.gif share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/redBackground.gif share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/redBackground.png share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/redCurves.gif share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/redCurves.png share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/redIndicator.gif share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/redIndicator.png share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/redIndicator2.png share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/redIndicatorAlt.gif share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/silverBackground.gif share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/silverCurves.gif share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/steelBackground.gif share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/steelBackground.png share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/steelCurves.gif share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/steelCurves.png share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/steelHeading.jpg share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/steelIndicator.gif share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/steelIndicator.png share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/steelIndicator2.png share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/steelIndicatorAlt.gif share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/typing-left.png share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/typing-right.png share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/yellowBackground.gif share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/yellowBackground.png share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/yellowCurves.gif share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/yellowCurves.png share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/yellowHeading.jpg share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/yellowIndicator.gif share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/yellowIndicator.png share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/yellowIndicator2.png share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/yellowIndicatorAlt.gif share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/yellowTL.png share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/yellowTR.png share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/incoming_icon.png share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/outgoing_icon.png share/apps/ktp-log-viewer/log-viewer.rc share/apps/ktp-text-ui/chatwindow.rc share/dbus-1/services/org.freedesktop.Telepathy.Client.KTp.TextUi.service share/kde4/services/adiumxtra.protocol share/kde4/services/kcm_ktp_chat_appearance.desktop share/kde4/services/kcm_ktp_chat_behavior.desktop share/kde4/services/kcm_ktp_chat_messages.desktop +share/kde4/services/kcm_ktp_logviewer_behavior.desktop +share/kde4/services/kcm_ktptextui_message_filter_latex.desktop share/kde4/services/ktptextui_message_filter_bugzilla.desktop share/kde4/services/ktptextui_message_filter_emoticons.desktop share/kde4/services/ktptextui_message_filter_formatting.desktop share/kde4/services/ktptextui_message_filter_highlight.desktop share/kde4/services/ktptextui_message_filter_images.desktop +share/kde4/services/ktptextui_message_filter_latex.desktop share/kde4/services/ktptextui_message_filter_searchexpansion.desktop share/kde4/services/ktptextui_message_filter_tts.desktop +share/kde4/services/ktptextui_message_filter_urlexpansion.desktop share/kde4/services/ktptextui_message_filter_youtube.desktop share/kde4/servicetypes/ktptxtui_message_filter.desktop share/locale/bs/LC_MESSAGES/kcm_ktp_chat_appearance.mo share/locale/bs/LC_MESSAGES/kcm_ktp_chat_behavior.mo share/locale/bs/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo share/locale/bs/LC_MESSAGES/ktp-filters.mo share/locale/bs/LC_MESSAGES/ktp-text-ui.mo share/locale/bs/LC_MESSAGES/ktpchat.mo share/locale/ca/LC_MESSAGES/kcm_ktp_chat_appearance.mo share/locale/ca/LC_MESSAGES/kcm_ktp_chat_behavior.mo share/locale/ca/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo share/locale/ca/LC_MESSAGES/ktp-filters.mo share/locale/ca/LC_MESSAGES/ktp-text-ui.mo share/locale/ca/LC_MESSAGES/ktpchat.mo share/locale/ca@valencia/LC_MESSAGES/kcm_ktp_chat_appearance.mo share/locale/ca@valencia/LC_MESSAGES/kcm_ktp_chat_behavior.mo share/locale/ca@valencia/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo +share/locale/ca@valencia/LC_MESSAGES/ktp-filters.mo share/locale/ca@valencia/LC_MESSAGES/ktp-text-ui.mo share/locale/ca@valencia/LC_MESSAGES/ktpchat.mo share/locale/cs/LC_MESSAGES/kcm_ktp_chat_appearance.mo share/locale/cs/LC_MESSAGES/kcm_ktp_chat_behavior.mo share/locale/cs/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo share/locale/cs/LC_MESSAGES/ktp-filters.mo share/locale/cs/LC_MESSAGES/ktp-text-ui.mo share/locale/cs/LC_MESSAGES/ktpchat.mo share/locale/da/LC_MESSAGES/kcm_ktp_chat_appearance.mo share/locale/da/LC_MESSAGES/kcm_ktp_chat_behavior.mo share/locale/da/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo share/locale/da/LC_MESSAGES/ktp-filters.mo share/locale/da/LC_MESSAGES/ktp-text-ui.mo share/locale/da/LC_MESSAGES/ktpchat.mo share/locale/de/LC_MESSAGES/kcm_ktp_chat_appearance.mo share/locale/de/LC_MESSAGES/kcm_ktp_chat_behavior.mo share/locale/de/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo share/locale/de/LC_MESSAGES/ktp-filters.mo share/locale/de/LC_MESSAGES/ktp-text-ui.mo share/locale/de/LC_MESSAGES/ktpchat.mo share/locale/el/LC_MESSAGES/kcm_ktp_chat_appearance.mo share/locale/el/LC_MESSAGES/kcm_ktp_chat_behavior.mo share/locale/el/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo share/locale/el/LC_MESSAGES/ktp-filters.mo share/locale/el/LC_MESSAGES/ktp-text-ui.mo share/locale/el/LC_MESSAGES/ktpchat.mo share/locale/es/LC_MESSAGES/kcm_ktp_chat_appearance.mo share/locale/es/LC_MESSAGES/kcm_ktp_chat_behavior.mo share/locale/es/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo share/locale/es/LC_MESSAGES/ktp-filters.mo share/locale/es/LC_MESSAGES/ktp-text-ui.mo share/locale/es/LC_MESSAGES/ktpchat.mo share/locale/et/LC_MESSAGES/kcm_ktp_chat_appearance.mo share/locale/et/LC_MESSAGES/kcm_ktp_chat_behavior.mo share/locale/et/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo share/locale/et/LC_MESSAGES/ktp-text-ui.mo share/locale/et/LC_MESSAGES/ktpchat.mo share/locale/fi/LC_MESSAGES/kcm_ktp_chat_appearance.mo share/locale/fi/LC_MESSAGES/kcm_ktp_chat_behavior.mo share/locale/fi/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo share/locale/fi/LC_MESSAGES/ktp-filters.mo share/locale/fi/LC_MESSAGES/ktp-text-ui.mo share/locale/fi/LC_MESSAGES/ktpchat.mo share/locale/fr/LC_MESSAGES/kcm_ktp_chat_appearance.mo share/locale/fr/LC_MESSAGES/kcm_ktp_chat_behavior.mo share/locale/fr/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo +share/locale/fr/LC_MESSAGES/ktp-filters.mo share/locale/fr/LC_MESSAGES/ktp-text-ui.mo share/locale/fr/LC_MESSAGES/ktpchat.mo share/locale/ga/LC_MESSAGES/kcm_ktp_chat_appearance.mo share/locale/ga/LC_MESSAGES/kcm_ktp_chat_behavior.mo share/locale/ga/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo share/locale/ga/LC_MESSAGES/ktp-text-ui.mo share/locale/ga/LC_MESSAGES/ktpchat.mo share/locale/gl/LC_MESSAGES/kcm_ktp_chat_appearance.mo share/locale/gl/LC_MESSAGES/kcm_ktp_chat_behavior.mo share/locale/gl/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo +share/locale/gl/LC_MESSAGES/ktp-filters.mo share/locale/gl/LC_MESSAGES/ktp-text-ui.mo share/locale/gl/LC_MESSAGES/ktpchat.mo share/locale/hu/LC_MESSAGES/kcm_ktp_chat_appearance.mo share/locale/hu/LC_MESSAGES/kcm_ktp_chat_behavior.mo share/locale/hu/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo +share/locale/hu/LC_MESSAGES/ktp-filters.mo share/locale/hu/LC_MESSAGES/ktp-text-ui.mo share/locale/hu/LC_MESSAGES/ktpchat.mo share/locale/ia/LC_MESSAGES/kcm_ktp_chat_appearance.mo share/locale/ia/LC_MESSAGES/kcm_ktp_chat_behavior.mo share/locale/ia/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo share/locale/ia/LC_MESSAGES/ktp-filters.mo share/locale/ia/LC_MESSAGES/ktp-text-ui.mo share/locale/ia/LC_MESSAGES/ktpchat.mo share/locale/it/LC_MESSAGES/kcm_ktp_chat_appearance.mo share/locale/it/LC_MESSAGES/kcm_ktp_chat_behavior.mo share/locale/it/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo share/locale/it/LC_MESSAGES/ktp-filters.mo share/locale/it/LC_MESSAGES/ktp-text-ui.mo share/locale/it/LC_MESSAGES/ktpchat.mo share/locale/ja/LC_MESSAGES/kcm_ktp_chat_appearance.mo share/locale/ja/LC_MESSAGES/kcm_ktp_chat_behavior.mo share/locale/ja/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo share/locale/ja/LC_MESSAGES/ktp-text-ui.mo share/locale/ja/LC_MESSAGES/ktpchat.mo share/locale/kk/LC_MESSAGES/kcm_ktp_chat_appearance.mo share/locale/kk/LC_MESSAGES/kcm_ktp_chat_behavior.mo share/locale/kk/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo share/locale/kk/LC_MESSAGES/ktp-filters.mo share/locale/kk/LC_MESSAGES/ktp-text-ui.mo share/locale/kk/LC_MESSAGES/ktpchat.mo share/locale/km/LC_MESSAGES/kcm_ktp_chat_appearance.mo share/locale/km/LC_MESSAGES/kcm_ktp_chat_behavior.mo share/locale/km/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo share/locale/km/LC_MESSAGES/ktp-text-ui.mo share/locale/km/LC_MESSAGES/ktpchat.mo +share/locale/ko/LC_MESSAGES/kcm_ktp_chat_appearance.mo +share/locale/ko/LC_MESSAGES/kcm_ktp_chat_behavior.mo +share/locale/ko/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo +share/locale/ko/LC_MESSAGES/ktp-filters.mo +share/locale/ko/LC_MESSAGES/ktp-text-ui.mo +share/locale/ko/LC_MESSAGES/ktpchat.mo share/locale/lt/LC_MESSAGES/kcm_ktp_chat_appearance.mo share/locale/lt/LC_MESSAGES/kcm_ktp_chat_behavior.mo share/locale/lt/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo share/locale/lt/LC_MESSAGES/ktp-text-ui.mo share/locale/lt/LC_MESSAGES/ktpchat.mo share/locale/mr/LC_MESSAGES/kcm_ktp_chat_appearance.mo share/locale/mr/LC_MESSAGES/kcm_ktp_chat_behavior.mo share/locale/mr/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo share/locale/mr/LC_MESSAGES/ktp-filters.mo share/locale/mr/LC_MESSAGES/ktp-text-ui.mo share/locale/mr/LC_MESSAGES/ktpchat.mo share/locale/nb/LC_MESSAGES/kcm_ktp_chat_appearance.mo share/locale/nb/LC_MESSAGES/kcm_ktp_chat_behavior.mo share/locale/nb/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo +share/locale/nb/LC_MESSAGES/ktp-filters.mo share/locale/nb/LC_MESSAGES/ktp-text-ui.mo share/locale/nb/LC_MESSAGES/ktpchat.mo share/locale/nds/LC_MESSAGES/kcm_ktp_chat_appearance.mo share/locale/nds/LC_MESSAGES/kcm_ktp_chat_behavior.mo share/locale/nds/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo share/locale/nds/LC_MESSAGES/ktp-text-ui.mo share/locale/nds/LC_MESSAGES/ktpchat.mo share/locale/nl/LC_MESSAGES/kcm_ktp_chat_appearance.mo share/locale/nl/LC_MESSAGES/kcm_ktp_chat_behavior.mo share/locale/nl/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo share/locale/nl/LC_MESSAGES/ktp-filters.mo share/locale/nl/LC_MESSAGES/ktp-text-ui.mo share/locale/nl/LC_MESSAGES/ktpchat.mo share/locale/pl/LC_MESSAGES/kcm_ktp_chat_appearance.mo share/locale/pl/LC_MESSAGES/kcm_ktp_chat_behavior.mo share/locale/pl/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo share/locale/pl/LC_MESSAGES/ktp-filters.mo share/locale/pl/LC_MESSAGES/ktp-text-ui.mo share/locale/pl/LC_MESSAGES/ktpchat.mo share/locale/pt/LC_MESSAGES/kcm_ktp_chat_appearance.mo share/locale/pt/LC_MESSAGES/kcm_ktp_chat_behavior.mo share/locale/pt/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo share/locale/pt/LC_MESSAGES/ktp-filters.mo share/locale/pt/LC_MESSAGES/ktp-text-ui.mo share/locale/pt/LC_MESSAGES/ktpchat.mo share/locale/pt_BR/LC_MESSAGES/kcm_ktp_chat_appearance.mo share/locale/pt_BR/LC_MESSAGES/kcm_ktp_chat_behavior.mo share/locale/pt_BR/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo share/locale/pt_BR/LC_MESSAGES/ktp-filters.mo share/locale/pt_BR/LC_MESSAGES/ktp-text-ui.mo share/locale/pt_BR/LC_MESSAGES/ktpchat.mo share/locale/ro/LC_MESSAGES/kcm_ktp_chat_appearance.mo share/locale/ro/LC_MESSAGES/kcm_ktp_chat_behavior.mo share/locale/ro/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo share/locale/ro/LC_MESSAGES/ktp-text-ui.mo share/locale/ro/LC_MESSAGES/ktpchat.mo share/locale/ru/LC_MESSAGES/kcm_ktp_chat_appearance.mo share/locale/ru/LC_MESSAGES/kcm_ktp_chat_behavior.mo share/locale/ru/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo +share/locale/ru/LC_MESSAGES/ktp-filters.mo share/locale/ru/LC_MESSAGES/ktp-text-ui.mo share/locale/ru/LC_MESSAGES/ktpchat.mo share/locale/sk/LC_MESSAGES/kcm_ktp_chat_appearance.mo share/locale/sk/LC_MESSAGES/kcm_ktp_chat_behavior.mo share/locale/sk/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo share/locale/sk/LC_MESSAGES/ktp-filters.mo share/locale/sk/LC_MESSAGES/ktp-text-ui.mo share/locale/sk/LC_MESSAGES/ktpchat.mo share/locale/sl/LC_MESSAGES/kcm_ktp_chat_appearance.mo share/locale/sl/LC_MESSAGES/kcm_ktp_chat_behavior.mo share/locale/sl/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo +share/locale/sl/LC_MESSAGES/ktp-filters.mo share/locale/sl/LC_MESSAGES/ktp-text-ui.mo share/locale/sl/LC_MESSAGES/ktpchat.mo share/locale/sr/LC_MESSAGES/kcm_ktp_chat_appearance.mo share/locale/sr/LC_MESSAGES/kcm_ktp_chat_behavior.mo share/locale/sr/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo share/locale/sr/LC_MESSAGES/ktp-filters.mo share/locale/sr/LC_MESSAGES/ktp-text-ui.mo share/locale/sr/LC_MESSAGES/ktpchat.mo share/locale/sr@ijekavian/LC_MESSAGES/kcm_ktp_chat_appearance.mo share/locale/sr@ijekavian/LC_MESSAGES/kcm_ktp_chat_behavior.mo share/locale/sr@ijekavian/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo share/locale/sr@ijekavian/LC_MESSAGES/ktp-filters.mo share/locale/sr@ijekavian/LC_MESSAGES/ktp-text-ui.mo share/locale/sr@ijekavian/LC_MESSAGES/ktpchat.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_ktp_chat_appearance.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_ktp_chat_behavior.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/ktp-filters.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/ktp-text-ui.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/ktpchat.mo share/locale/sr@latin/LC_MESSAGES/kcm_ktp_chat_appearance.mo share/locale/sr@latin/LC_MESSAGES/kcm_ktp_chat_behavior.mo share/locale/sr@latin/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo share/locale/sr@latin/LC_MESSAGES/ktp-filters.mo share/locale/sr@latin/LC_MESSAGES/ktp-text-ui.mo share/locale/sr@latin/LC_MESSAGES/ktpchat.mo share/locale/sv/LC_MESSAGES/kcm_ktp_chat_appearance.mo share/locale/sv/LC_MESSAGES/kcm_ktp_chat_behavior.mo share/locale/sv/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo share/locale/sv/LC_MESSAGES/ktp-filters.mo share/locale/sv/LC_MESSAGES/ktp-text-ui.mo share/locale/sv/LC_MESSAGES/ktpchat.mo share/locale/tr/LC_MESSAGES/kcm_ktp_chat_appearance.mo share/locale/tr/LC_MESSAGES/kcm_ktp_chat_behavior.mo share/locale/tr/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo share/locale/ug/LC_MESSAGES/kcm_ktp_chat_appearance.mo share/locale/ug/LC_MESSAGES/kcm_ktp_chat_behavior.mo share/locale/ug/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo share/locale/ug/LC_MESSAGES/ktp-text-ui.mo share/locale/ug/LC_MESSAGES/ktpchat.mo share/locale/uk/LC_MESSAGES/kcm_ktp_chat_appearance.mo share/locale/uk/LC_MESSAGES/kcm_ktp_chat_behavior.mo share/locale/uk/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo share/locale/uk/LC_MESSAGES/ktp-filters.mo share/locale/uk/LC_MESSAGES/ktp-text-ui.mo share/locale/uk/LC_MESSAGES/ktpchat.mo share/locale/vi/LC_MESSAGES/ktp-text-ui.mo share/locale/vi/LC_MESSAGES/ktpchat.mo share/locale/wa/LC_MESSAGES/kcm_ktp_chat_behavior.mo share/locale/zh_CN/LC_MESSAGES/kcm_ktp_chat_appearance.mo share/locale/zh_CN/LC_MESSAGES/kcm_ktp_chat_behavior.mo share/locale/zh_CN/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo share/locale/zh_CN/LC_MESSAGES/ktp-filters.mo share/locale/zh_CN/LC_MESSAGES/ktp-text-ui.mo share/locale/zh_CN/LC_MESSAGES/ktpchat.mo share/locale/zh_TW/LC_MESSAGES/kcm_ktp_chat_appearance.mo share/locale/zh_TW/LC_MESSAGES/kcm_ktp_chat_behavior.mo share/locale/zh_TW/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo share/locale/zh_TW/LC_MESSAGES/ktp-filters.mo share/locale/zh_TW/LC_MESSAGES/ktp-text-ui.mo share/locale/zh_TW/LC_MESSAGES/ktpchat.mo share/telepathy/clients/KTp.TextUi.client Index: head/net-im/plasma-applet-ktp/Makefile =================================================================== --- head/net-im/plasma-applet-ktp/Makefile (revision 374790) +++ head/net-im/plasma-applet-ktp/Makefile (revision 374791) @@ -1,23 +1,22 @@ # $FreeBSD$ PORTNAME= ktp PORTVERSION= ${KTP_VERSION} -PORTREVISION= 4 CATEGORIES= net-im kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KTP_BRANCH}/kde-telepathy/${PORTVERSION}/src PKGNAMEPREFIX= plasma-applet- DISTNAME= ${PORTNAME}-desktop-applets-${PORTVERSION} MAINTAINER= avilla@FreeBSD.org COMMENT= KDE instant messaging Plasma applets LIB_DEPENDS= libtelepathy-qt4.so:${PORTSDIR}/net-im/telepathy-qt4 \ libktpcommoninternalsprivate.so:${PORTSDIR}/net-im/ktp-common-internals -USE_KDE4= kdehier kdeprefix kdelibs automoc4 +USE_KDE4= kdeprefix kdelibs automoc4 USE_QT4= corelib declarative \ moc_build qmake_build rcc_build uic_build USES= cmake gettext tar:bzip2 .include Index: head/net-im/telepathy-logger-qt4/Makefile =================================================================== --- head/net-im/telepathy-logger-qt4/Makefile (revision 374790) +++ head/net-im/telepathy-logger-qt4/Makefile (revision 374791) @@ -1,39 +1,38 @@ # $FreeBSD$ PORTNAME= telepathy-logger-qt4 -PORTVERSION= 0.6.0 -PORTREVISION= 2 +PORTVERSION= ${KTP_VERSION} CATEGORIES= net-im MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/kde-telepathy/${PORTVERSION}/src +MASTER_SITE_SUBDIR= stable/${PORTNAME:C/4$//}/${PORTVERSION}/src DISTNAME= ${PORTNAME:C/4$//}-${PORTVERSION} MAINTAINER= avilla@FreeBSD.org COMMENT= Qt binding for Telepathy Logger LICENSE= LGPL21 LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus \ libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib \ libtelepathy-logger.so:${PORTSDIR}/net-im/telepathy-logger \ libtelepathy-qt4.so:${PORTSDIR}/net-im/telepathy-qt4 USE_GNOME= glib20 libxml2 USE_GSTREAMER= qt4 USE_KDE4= # empty USE_QT4= corelib dbus moc_build qmake_build rcc_build uic_build USES= bison:build cmake pkgconfig python:build tar:bzip2 CMAKE_ARGS= -DUSE_COMMON_CMAKE_PACKAGE_CONFIG_DIR:BOOL=True USE_LDCONFIG= yes post-patch: @${REINPLACE_CMD} -e '/FIND_PROGRAM/ s,qmake ,,' \ ${WRKSRC}/cmake/modules/FindQt.cmake @${REINPLACE_CMD} -e '/$${QTGLIB_INCLUDE_DIR}/ s,)$$, ${LOCALBASE}/include),' \ ${WRKSRC}/CMakeLists.txt @${REINPLACE_CMD} -e '/$${GOBJECT_LIBRARIES}/ s,$$, -L${LOCALBASE}/lib,' \ -e 's,$${LIB_INSTALL_DIR}/pkgconfig,libdata/pkgconfig,' \ ${WRKSRC}/TelepathyLoggerQt4/CMakeLists.txt .include Index: head/net-im/telepathy-logger-qt4/distinfo =================================================================== --- head/net-im/telepathy-logger-qt4/distinfo (revision 374790) +++ head/net-im/telepathy-logger-qt4/distinfo (revision 374791) @@ -1,2 +1,2 @@ -SHA256 (telepathy-logger-qt-0.6.0.tar.bz2) = 3dee0e49725ee0f40bc137322c2dd2a9499de0506d056091f80d0ee416f3b104 -SIZE (telepathy-logger-qt-0.6.0.tar.bz2) = 105254 +SHA256 (telepathy-logger-qt-0.8.0.tar.bz2) = 6d674ee72e7b6efbfb912d5741c1e1b8a55f78f83e2754588f800582a128ec08 +SIZE (telepathy-logger-qt-0.8.0.tar.bz2) = 108403 Index: head/net-im/telepathy-logger-qt4/pkg-plist =================================================================== --- head/net-im/telepathy-logger-qt4/pkg-plist (revision 374790) +++ head/net-im/telepathy-logger-qt4/pkg-plist (revision 374791) @@ -1,39 +1,41 @@ include/telepathy-logger-0.2/TelepathyLoggerQt4/CallEvent include/telepathy-logger-0.2/TelepathyLoggerQt4/Entity include/telepathy-logger-0.2/TelepathyLoggerQt4/Event include/telepathy-logger-0.2/TelepathyLoggerQt4/Global include/telepathy-logger-0.2/TelepathyLoggerQt4/Init include/telepathy-logger-0.2/TelepathyLoggerQt4/LogManager +include/telepathy-logger-0.2/TelepathyLoggerQt4/LogWalker include/telepathy-logger-0.2/TelepathyLoggerQt4/PendingDates include/telepathy-logger-0.2/TelepathyLoggerQt4/PendingEntities include/telepathy-logger-0.2/TelepathyLoggerQt4/PendingEvents include/telepathy-logger-0.2/TelepathyLoggerQt4/PendingOperation include/telepathy-logger-0.2/TelepathyLoggerQt4/PendingSearch include/telepathy-logger-0.2/TelepathyLoggerQt4/SearchHit include/telepathy-logger-0.2/TelepathyLoggerQt4/TextEvent include/telepathy-logger-0.2/TelepathyLoggerQt4/Types include/telepathy-logger-0.2/TelepathyLoggerQt4/_gen/cli-logger.h include/telepathy-logger-0.2/TelepathyLoggerQt4/_gen/constants.h include/telepathy-logger-0.2/TelepathyLoggerQt4/_gen/types.h include/telepathy-logger-0.2/TelepathyLoggerQt4/call-event.h include/telepathy-logger-0.2/TelepathyLoggerQt4/entity.h include/telepathy-logger-0.2/TelepathyLoggerQt4/event.h include/telepathy-logger-0.2/TelepathyLoggerQt4/global.h include/telepathy-logger-0.2/TelepathyLoggerQt4/init.h include/telepathy-logger-0.2/TelepathyLoggerQt4/log-manager.h +include/telepathy-logger-0.2/TelepathyLoggerQt4/log-walker.h include/telepathy-logger-0.2/TelepathyLoggerQt4/pending-dates.h include/telepathy-logger-0.2/TelepathyLoggerQt4/pending-entities.h include/telepathy-logger-0.2/TelepathyLoggerQt4/pending-events.h include/telepathy-logger-0.2/TelepathyLoggerQt4/pending-operation.h include/telepathy-logger-0.2/TelepathyLoggerQt4/pending-search.h include/telepathy-logger-0.2/TelepathyLoggerQt4/search-hit.h include/telepathy-logger-0.2/TelepathyLoggerQt4/text-event.h include/telepathy-logger-0.2/TelepathyLoggerQt4/types.h lib/cmake/TelepathyLoggerQt4/TelepathyLoggerQt4Config.cmake lib/cmake/TelepathyLoggerQt4/TelepathyLoggerQt4ConfigVersion.cmake lib/cmake/TelepathyLoggerQt4/TelepathyLoggerQt4Targets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/TelepathyLoggerQt4/TelepathyLoggerQt4Targets.cmake lib/libtelepathy-logger-qt4.so lib/libtelepathy-logger-qt4.so.1 -lib/libtelepathy-logger-qt4.so.1.0.5.60 +lib/libtelepathy-logger-qt4.so.1.0.8.0 libdata/pkgconfig/TelepathyLoggerQt4.pc