diff options
author | tcberner <tcberner@FreeBSD.org> | 2018-04-29 02:11:49 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2018-04-29 02:11:49 +0800 |
commit | 18181e8e8a48543d09dbb8aa2bb7525b149e9447 (patch) | |
tree | 50dd7c1a2912da31c756257af1b73c06ef952104 /net-im | |
parent | 715db683f820e60570df0a993a06e18d0da0d6d3 (diff) | |
download | freebsd-ports-gnome-18181e8e8a48543d09dbb8aa2bb7525b149e9447.tar.gz freebsd-ports-gnome-18181e8e8a48543d09dbb8aa2bb7525b149e9447.tar.zst freebsd-ports-gnome-18181e8e8a48543d09dbb8aa2bb7525b149e9447.zip |
Update KDE Applications to 18.04.0
* Pin multimedia/kdelive at 17.12.3 until we import the mlt update from the dev-repo.
Diffstat (limited to 'net-im')
27 files changed, 929 insertions, 45 deletions
diff --git a/net-im/Makefile b/net-im/Makefile index 2091c2081e92..d2521883ec13 100644 --- a/net-im/Makefile +++ b/net-im/Makefile @@ -40,6 +40,7 @@ SUBDIR += jitsi SUBDIR += kaccounts-integration SUBDIR += kaccounts-providers + SUBDIR += kde-telepathy SUBDIR += kmess-kde4 SUBDIR += kopete-kde4 SUBDIR += ktp-accounts-kcm diff --git a/net-im/kaccounts-integration/distinfo b/net-im/kaccounts-integration/distinfo index dbd7189b657e..3ba6600e8a60 100644 --- a/net-im/kaccounts-integration/distinfo +++ b/net-im/kaccounts-integration/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1520519329 -SHA256 (KDE/applications/17.12.3/kaccounts-integration-17.12.3.tar.xz) = 6935e349695f569fe7a187d941c818c1610572681a56376281b3e393b9e87230 -SIZE (KDE/applications/17.12.3/kaccounts-integration-17.12.3.tar.xz) = 70824 +TIMESTAMP = 1523595615 +SHA256 (KDE/applications/18.04.0/kaccounts-integration-18.04.0.tar.xz) = 09509da588051f9d9d965eb4544206290c80de7a114f6850ef1500403cf38126 +SIZE (KDE/applications/18.04.0/kaccounts-integration-18.04.0.tar.xz) = 71444 diff --git a/net-im/kaccounts-providers/distinfo b/net-im/kaccounts-providers/distinfo index cbae4d61e252..128f737112de 100644 --- a/net-im/kaccounts-providers/distinfo +++ b/net-im/kaccounts-providers/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1520519329 -SHA256 (KDE/applications/17.12.3/kaccounts-providers-17.12.3.tar.xz) = 052241e6940535df05dd2cf794e1930d3c6763af87b2ef30f1d057ace8d24ac0 -SIZE (KDE/applications/17.12.3/kaccounts-providers-17.12.3.tar.xz) = 31740 +TIMESTAMP = 1523595615 +SHA256 (KDE/applications/18.04.0/kaccounts-providers-18.04.0.tar.xz) = 2afec82d386e68e88e1a641ff015338852ded7678c8773d6a61327d4e4452a1f +SIZE (KDE/applications/18.04.0/kaccounts-providers-18.04.0.tar.xz) = 31856 diff --git a/net-im/kde-telepathy/Makefile b/net-im/kde-telepathy/Makefile new file mode 100644 index 000000000000..89393d99e5b6 --- /dev/null +++ b/net-im/kde-telepathy/Makefile @@ -0,0 +1,33 @@ +# $FreeBSD$ + +PORTNAME= kde-telepathy +DISTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= net-im kde + +MAINTAINER= kde@FreeBSD.org +COMMENT= KDE integrated instant messaging framework + +RUN_DEPENDS= ktp-accounts-kcm>=${KDE_APPLICATIONS_VERSION}:net-im/ktp-accounts-kcm \ + ktp-approver>=${KDE_APPLICATIONS_VERSION}:net-im/ktp-approver \ + ktp-auth-handler>=${KDE_APPLICATIONS_VERSION}:net-im/ktp-auth-handler \ + ktp-contact-list>=${KDE_APPLICATIONS_VERSION}:net-im/ktp-contact-list \ + ktp-contact-runner>=${KDE_APPLICATIONS_VERSION}:net-im/ktp-contact-runner \ + ktp-filetransfer-handler>=${KDE_APPLICATIONS_VERSION}:net-im/ktp-filetransfer-handler \ + ktp-kded-module>=${KDE_APPLICATIONS_VERSION}:net-im/ktp-kded-module \ + ktp-text-ui>=${KDE_APPLICATIONS_VERSION}:net-im/ktp-text-ui + +USES= metaport kde:5 + +OPTIONS_DEFINE= CALL_UI PLASMA SEND_FILE +OPTIONS_DEFAULT= PLASMA SEND_FILE + +CALL_UI_DESC= Voice/Video Call UI for Telepathy +CALL_UI_RUN_DEPENDS= ktp-dialout-ui>=${KDE_APPLICATIONS_VERSION}:net-im/ktp-call-ui + +PLASMA_DESC= Applets for KDE Plasma Desktop integration +PLASMA_RUN_DEPENDS= ktp-desktop-applets>=${KDE_APPLICATIONS_VERSION}:net-im/ktp-desktop-applets + +SEND_FILE_DESC= Context menu plugin for sending files +SEND_FILE_RUN_DEPENDS= ktp-send-file>=${KDE_APPLICATIONS_VERSION}:net-im/ktp-send-file + +.include <bsd.port.mk> diff --git a/net-im/kde-telepathy/pkg-descr b/net-im/kde-telepathy/pkg-descr new file mode 100644 index 000000000000..821717164e72 --- /dev/null +++ b/net-im/kde-telepathy/pkg-descr @@ -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 is the meta-port grouping all the components. + +WWW: http://community.kde.org/KTp diff --git a/net-im/kopete/Makefile b/net-im/kopete/Makefile new file mode 100644 index 000000000000..89a935af525b --- /dev/null +++ b/net-im/kopete/Makefile @@ -0,0 +1,34 @@ +# $FreeBSD$ + +PORTNAME= kopete +PORTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= net-im kde kde-applications + +MAINTAINER= kde@FreeBSD.org +COMMENT= KDE multi-protocol instant messenger + +LIB_DEPENDS= libidn.so:dns/libidn \ + libjasper.so:graphics/jasper \ + libotr.so:security/libotr \ + libqca-qt5.so:devel/qca@qt5 \ + libv4l2.so:multimedia/libv4l + +USES= cmake:outsource jpeg kde:5 shebangfix tar:xz +USE_GNOME= libxml2 libxslt +USE_KDE= archive auth bookmarks codecs completion config configwidgets \ + coreaddons crash dbusaddons dnssd ecm emoticons guiaddons i18n \ + iconthemes itemviews jobwidgets js kcmutils kdelibs4support \ + khtml kio notifications notifyconfig parts service solid sonnet \ + texteditor textwidgets unitconversion wallet widgetsaddons \ + windowsystem xmlgui +# KDE PIM components +USE_KDE+= contacts identitymanagement libkleo pimtextedit +USE_QT5= core dbus gui network phonon4 printsupport sql widgets xml \ + buildtools_build qmake_build + + +SHEBANG_FILES= protocols/winpopup/winpopup-install \ + protocols/winpopup/winpopup-send \ + kopete/kconf_update/*.pl + +.include <bsd.port.mk> diff --git a/net-im/kopete/distinfo b/net-im/kopete/distinfo new file mode 100644 index 000000000000..51132344647c --- /dev/null +++ b/net-im/kopete/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1524845344 +SHA256 (KDE/applications/18.04.0/kopete-18.04.0.tar.xz) = d4f17b7fa0b124ef0b668b66fdda8c8917b1b4ea37f14b4e6e15bffcaff4425c +SIZE (KDE/applications/18.04.0/kopete-18.04.0.tar.xz) = 9748688 diff --git a/net-im/kopete/files/patch-git_b1f4fa b/net-im/kopete/files/patch-git_b1f4fa new file mode 100644 index 000000000000..516d305199ba --- /dev/null +++ b/net-im/kopete/files/patch-git_b1f4fa @@ -0,0 +1,27 @@ +From b1f4fa1401cba2e359e5a4b3ea2bafd119fca62b Mon Sep 17 00:00:00 2001 +From: Pino Toscano <pino@kde.org> +Date: Tue, 24 Apr 2018 06:30:19 +0200 +Subject: [PATCH] oscar: include buffer.h + +This header uses Buffer as by-value parameter, so make sure it knows +about it. + +BUG: 393372 +FIXED-IN: 18.04.1 +--- + protocols/oscar/liboscar/tasks/messagereceivertask.h | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/protocols/oscar/liboscar/tasks/messagereceivertask.h b/protocols/oscar/liboscar/tasks/messagereceivertask.h +index 8f52cd745..908e903b0 100644 +--- protocols/oscar/liboscar/tasks/messagereceivertask.h ++++ protocols/oscar/liboscar/tasks/messagereceivertask.h +@@ -21,6 +21,7 @@ + #include <QByteArray> + #include "oscarmessage.h" + #include "oscartypeclasses.h" ++#include "buffer.h" + + class QTextCodec; + + diff --git a/net-im/kopete/files/patch-protocols__jabber__libjingle__talk__base__httpcommon.cc b/net-im/kopete/files/patch-protocols__jabber__libjingle__talk__base__httpcommon.cc new file mode 100644 index 000000000000..37b6923135c6 --- /dev/null +++ b/net-im/kopete/files/patch-protocols__jabber__libjingle__talk__base__httpcommon.cc @@ -0,0 +1,22 @@ +--- protocols/jabber/libjingle/talk/base/httpcommon.cc.orig 2018-03-15 04:21:08 UTC ++++ protocols/jabber/libjingle/talk/base/httpcommon.cc +@@ -25,6 +25,10 @@ + * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + */ + ++#if (defined(__unix__) || defined(unix)) && !defined(USG) ++# include <sys/param.h> ++#endif ++ + #include <time.h> + + #ifdef WIN32 +@@ -399,7 +403,7 @@ bool HttpDateToSeconds(const std::string& date, time_t + gmt = non_gmt + kTimeZoneOffsets[zindex] * 60 * 60; + } + // TODO: Android should support timezone, see b/2441195 +-#if defined(OSX) || defined(ANDROID) || defined(BSD) ++#if defined(OSX) || defined(ANDROID) || defined(BSD) || defined(__FreeBSD__) + tm *tm_for_timezone = localtime((time_t *)&gmt); + *seconds = gmt + tm_for_timezone->tm_gmtoff; + #else diff --git a/net-im/kopete/files/patch-protocols_oscar_liboscar_tasks_chatnavservicetask.cpp b/net-im/kopete/files/patch-protocols_oscar_liboscar_tasks_chatnavservicetask.cpp new file mode 100644 index 000000000000..c1f2e7583417 --- /dev/null +++ b/net-im/kopete/files/patch-protocols_oscar_liboscar_tasks_chatnavservicetask.cpp @@ -0,0 +1,11 @@ +--- protocols/oscar/liboscar/tasks/chatnavservicetask.cpp.orig 2018-03-31 17:20:06 UTC ++++ protocols/oscar/liboscar/tasks/chatnavservicetask.cpp +@@ -103,7 +103,7 @@ bool ChatNavServiceTask::take( Transfer* transfer ) + void ChatNavServiceTask::onGo() + { + FLAP f = { 0x02, 0, 0x00 }; +- SNAC s = { 0x000D, m_type, 0x0000, client()->snacSequence() }; ++ SNAC s = { 0x000D, static_cast<WORD>(m_type), 0x0000, client()->snacSequence() }; + Buffer* b = new Buffer(); + + Transfer* t = createTransfer( f, s, b ); diff --git a/net-im/kopete/pkg-descr b/net-im/kopete/pkg-descr new file mode 100644 index 000000000000..3f435b9c441a --- /dev/null +++ b/net-im/kopete/pkg-descr @@ -0,0 +1,6 @@ +Kopete is an instant messenger supporting AIM, ICQ, Windows Live +Messenger, Yahoo, Jabber, Gadu-Gadu, Novell GroupWise Messenger, +and more. It is designed to be a flexible and extensible multi-protocol +system suitable for personal and enterprise use. + +WWW: http://kopete.kde.org/ diff --git a/net-im/kopete/pkg-plist b/net-im/kopete/pkg-plist new file mode 100644 index 000000000000..1754d0ac374f --- /dev/null +++ b/net-im/kopete/pkg-plist @@ -0,0 +1,742 @@ +bin/kopete +bin/winpopup-install +bin/winpopup-send +etc/xdg/kopete.categories +etc/xdg/kopeterc +include/kopete/kabcpersistence.h +include/kopete/kopeteaccount.h +include/kopete/kopeteaccountmanager.h +include/kopete/kopeteaddedinfoevent.h +include/kopete/kopeteappearancesettings.h +include/kopete/kopeteavatarmanager.h +include/kopete/kopetebehaviorsettings.h +include/kopete/kopeteblacklister.h +include/kopete/kopetechatsession.h +include/kopete/kopetechatsessionmanager.h +include/kopete/kopetecommand.h +include/kopete/kopetecommandhandler.h +include/kopete/kopetecontact.h +include/kopete/kopetecontactlist.h +include/kopete/kopetecontactlistelement.h +include/kopete/kopetecontacttaskbase.h +include/kopete/kopetedeletecontacttask.h +include/kopete/kopeteemoticons.h +include/kopete/kopeteglobal.h +include/kopete/kopetegroup.h +include/kopete/kopeteidentity.h +include/kopete/kopeteidentitymanager.h +include/kopete/kopeteinfoevent.h +include/kopete/kopetemessage.h +include/kopete/kopetemessageevent.h +include/kopete/kopetemessagehandler.h +include/kopete/kopetemessagehandlerchain.h +include/kopete/kopetemetacontact.h +include/kopete/kopetemimetypehandler.h +include/kopete/kopeteonlinestatus.h +include/kopete/kopeteonlinestatusmanager.h +include/kopete/kopetepassword.h +include/kopete/kopetepasswordedaccount.h +include/kopete/kopetepicture.h +include/kopete/kopeteplugin.h +include/kopete/kopetepluginmanager.h +include/kopete/kopeteproperty.h +include/kopete/kopetepropertycontainer.h +include/kopete/kopeteprotocol.h +include/kopete/kopetesimplemessagehandler.h +include/kopete/kopetestatusmanager.h +include/kopete/kopetestatusmessage.h +include/kopete/kopetestatussettings.h +include/kopete/kopetetask.h +include/kopete/kopetetransfermanager.h +include/kopete/kopeteuiglobal.h +include/kopete/kopeteutils.h +include/kopete/kopeteversion.h +include/kopete/libkopete_export.h +include/kopete/ui/accountselector.h +include/kopete/ui/addcontactpage.h +include/kopete/ui/addressbookselectordialog.h +include/kopete/ui/addressbookselectorwidget.h +include/kopete/ui/avatardialog.h +include/kopete/ui/avatarselectorwidget.h +include/kopete/ui/contactaddednotifydialog.h +include/kopete/ui/editaccountwidget.h +include/kopete/ui/kopetecontactaction.h +include/kopete/ui/kopeteinfodialog.h +include/kopete/ui/kopetelistview.h +include/kopete/ui/kopetelistviewitem.h +include/kopete/ui/kopetelistviewsearchline.h +include/kopete/ui/kopetepasswordwidget.h +include/kopete/ui/kopetestdaction.h +include/kopete/ui/kopeteview.h +include/kopete/ui/kopeteviewplugin.h +include/kopete/ui/ui_kopeteawaydialogbase.h +include/kopete/ui/ui_kopetepasswordwidgetbase.h +lib/libkopete.so +lib/libkopete.so.1 +lib/libkopete.so.1.0.0 +lib/libkopete_oscar.so +lib/libkopete_oscar.so.1 +lib/libkopete_oscar.so.1.0.0 +lib/libkopete_otr_shared.so +lib/libkopete_otr_shared.so.1 +lib/libkopete_otr_shared.so.1.0.0 +lib/libkopete_videodevice.so +lib/libkopete_videodevice.so.1 +lib/libkopete_videodevice.so.1.0.0 +lib/libkopeteaddaccountwizard.so +lib/libkopeteaddaccountwizard.so.1 +lib/libkopeteaddaccountwizard.so.1.0.0 +lib/libkopetechatwindow_shared.so +lib/libkopetechatwindow_shared.so.1 +lib/libkopetechatwindow_shared.so.1.0.0 +lib/libkopetecontactlist.so +lib/libkopetecontactlist.so.1 +lib/libkopetecontactlist.so.1.0.0 +lib/libkopeteidentity.so +lib/libkopeteidentity.so.1 +lib/libkopeteidentity.so.1.0.0 +lib/libkopeteprivacy.so +lib/libkopeteprivacy.so.1 +lib/libkopeteprivacy.so.1.0.0 +lib/libkopetestatusmenu.so +lib/libkopetestatusmenu.so.1 +lib/libkopetestatusmenu.so.1.0.0 +lib/libkyahoo.so +lib/libkyahoo.so.1 +lib/libkyahoo.so.1.0.0 +lib/liboscar.so +lib/liboscar.so.1 +lib/liboscar.so.1.0.0 +lib/libqgroupwise.so +%%QT_PLUGINDIR%%/chattexteditpart.so +%%QT_PLUGINDIR%%/kcm_kopete_accountconfig.so +%%QT_PLUGINDIR%%/kcm_kopete_addbookmarks.so +%%QT_PLUGINDIR%%/kcm_kopete_appearanceconfig.so +%%QT_PLUGINDIR%%/kcm_kopete_autoreplace.so +%%QT_PLUGINDIR%%/kcm_kopete_avdeviceconfig.so +%%QT_PLUGINDIR%%/kcm_kopete_behaviorconfig.so +%%QT_PLUGINDIR%%/kcm_kopete_chatwindowconfig.so +%%QT_PLUGINDIR%%/kcm_kopete_highlight.so +%%QT_PLUGINDIR%%/kcm_kopete_history.so +%%QT_PLUGINDIR%%/kcm_kopete_otr.so +%%QT_PLUGINDIR%%/kcm_kopete_pluginconfig.so +%%QT_PLUGINDIR%%/kcm_kopete_privacy.so +%%QT_PLUGINDIR%%/kcm_kopete_statusconfig.so +%%QT_PLUGINDIR%%/kcm_kopete_texteffect.so +%%QT_PLUGINDIR%%/kcm_kopete_urlpicpreview.so +%%QT_PLUGINDIR%%/kcm_kopete_webpresence.so +%%QT_PLUGINDIR%%/kopete_addbookmarks.so +%%QT_PLUGINDIR%%/kopete_aim.so +%%QT_PLUGINDIR%%/kopete_autoreplace.so +%%QT_PLUGINDIR%%/kopete_bonjour.so +%%QT_PLUGINDIR%%/kopete_chatwindow.so +%%QT_PLUGINDIR%%/kopete_contactnotes.so +%%QT_PLUGINDIR%%/kopete_emailwindow.so +%%QT_PLUGINDIR%%/kopete_groupwise.so +%%QT_PLUGINDIR%%/kopete_highlight.so +%%QT_PLUGINDIR%%/kopete_history.so +%%QT_PLUGINDIR%%/kopete_icq.so +%%QT_PLUGINDIR%%/kopete_jabber.so +%%QT_PLUGINDIR%%/kopete_otr.so +%%QT_PLUGINDIR%%/kopete_privacy.so +%%QT_PLUGINDIR%%/kopete_qq.so +%%QT_PLUGINDIR%%/kopete_statistics.so +%%QT_PLUGINDIR%%/kopete_testbed.so +%%QT_PLUGINDIR%%/kopete_texteffect.so +%%QT_PLUGINDIR%%/kopete_urlpicpreview.so +%%QT_PLUGINDIR%%/kopete_webpresence.so +%%QT_PLUGINDIR%%/kopete_wp.so +%%QT_PLUGINDIR%%/kopete_yahoo.so +%%QT_PLUGINDIR%%/plugins/accessible/chatwindowaccessiblewidgetfactory.so +share/applications/org.kde.kopete.desktop +share/config.kcfg/historyconfig.kcfg +share/config.kcfg/kopete_otr.kcfg +share/config.kcfg/kopeteappearancesettings.kcfg +share/config.kcfg/kopetebehaviorsettings.kcfg +share/config.kcfg/kopetestatussettings.kcfg +share/config.kcfg/urlpicpreview.kcfg +share/config.kcfg/webpresenceconfig.kcfg +share/dbus-1/interfaces/org.kde.Kopete.xml +share/dbus-1/interfaces/org.kde.kopete.Client.xml +share/dbus-1/interfaces/org.kde.kopete.Statistics.xml +share/icons/hicolor/128x128/apps/kopete-offline.png +share/icons/hicolor/128x128/apps/kopete.png +share/icons/hicolor/16x16/apps/kopete-offline.png +share/icons/hicolor/16x16/apps/kopete.png +share/icons/hicolor/22x22/apps/kopete-offline.png +share/icons/hicolor/22x22/apps/kopete.png +share/icons/hicolor/32x32/apps/kopete-offline.png +share/icons/hicolor/32x32/apps/kopete.png +share/icons/hicolor/48x48/apps/kopete-offline.png +share/icons/hicolor/48x48/apps/kopete.png +share/icons/hicolor/64x64/apps/kopete-offline.png +share/icons/hicolor/64x64/apps/kopete.png +share/icons/hicolor/scalable/apps/kopete-offline.svgz +share/icons/hicolor/scalable/apps/kopete.svgz +share/icons/oxygen/128x128/actions/voicecall.png +share/icons/oxygen/128x128/actions/webcamreceive.png +share/icons/oxygen/128x128/actions/webcamsend.png +share/icons/oxygen/128x128/apps/kopete_avdevice.png +share/icons/oxygen/16x16/actions/account_offline_overlay.png +share/icons/oxygen/16x16/actions/contact_away_overlay.png +share/icons/oxygen/16x16/actions/contact_busy_overlay.png +share/icons/oxygen/16x16/actions/contact_food_overlay.png +share/icons/oxygen/16x16/actions/contact_freeforchat_overlay.png +share/icons/oxygen/16x16/actions/contact_invisible_overlay.png +share/icons/oxygen/16x16/actions/contact_phone_overlay.png +share/icons/oxygen/16x16/actions/contact_xa_overlay.png +share/icons/oxygen/16x16/actions/emoticon.png +share/icons/oxygen/16x16/actions/im-status-message-edit.png +share/icons/oxygen/16x16/actions/metacontact_unknown.png +share/icons/oxygen/16x16/actions/status_unknown.png +share/icons/oxygen/16x16/actions/status_unknown_overlay.png +share/icons/oxygen/16x16/actions/view-user-offline-kopete.png +share/icons/oxygen/16x16/actions/voicecall.png +share/icons/oxygen/16x16/actions/webcamreceive.png +share/icons/oxygen/16x16/actions/webcamsend.png +share/icons/oxygen/22x22/actions/account_offline_overlay.png +share/icons/oxygen/22x22/actions/im-status-message-edit.png +share/icons/oxygen/22x22/actions/view-user-offline-kopete.png +share/icons/oxygen/22x22/actions/voicecall.png +share/icons/oxygen/22x22/actions/webcamreceive.png +share/icons/oxygen/22x22/actions/webcamsend.png +share/icons/oxygen/22x22/apps/kopete_avdevice.png +share/icons/oxygen/22x22/status/object-locked-finished.png +share/icons/oxygen/22x22/status/object-locked-unverified.png +share/icons/oxygen/22x22/status/object-locked-verified.png +share/icons/oxygen/32x32/actions/account_offline_overlay.png +share/icons/oxygen/32x32/actions/im-status-message-edit.png +share/icons/oxygen/32x32/actions/metacontact_unknown.png +share/icons/oxygen/32x32/actions/view-user-offline-kopete.png +share/icons/oxygen/32x32/actions/voicecall.png +share/icons/oxygen/32x32/actions/webcamreceive.png +share/icons/oxygen/32x32/actions/webcamsend.png +share/icons/oxygen/32x32/apps/kopete_avdevice.png +share/icons/oxygen/48x48/actions/im-status-message-edit.png +share/icons/oxygen/48x48/actions/mail-encrypt.png +share/icons/oxygen/48x48/actions/view-user-offline-kopete.png +share/icons/oxygen/48x48/actions/voicecall.png +share/icons/oxygen/48x48/actions/webcamreceive.png +share/icons/oxygen/48x48/actions/webcamsend.png +share/icons/oxygen/64x64/actions/voicecall.png +share/icons/oxygen/64x64/actions/webcamreceive.png +share/icons/oxygen/64x64/actions/webcamsend.png +share/icons/oxygen/64x64/apps/kopete_avdevice.png +share/icons/oxygen/scalable/actions/account_offline_overlay.svgz +share/icons/oxygen/scalable/actions/im-status-message-edit.svgz +share/icons/oxygen/scalable/actions/view-user-offline-kopete.svgz +share/icons/oxygen/scalable/actions/voicecall.svgz +share/icons/oxygen/scalable/actions/webcamreceive.svgz +share/icons/oxygen/scalable/actions/webcamsend.svgz +share/kconf_update/kopete-account-0.10.pl +share/kconf_update/kopete-account-kconf_update.sh +share/kconf_update/kopete-account-kconf_update.upd +share/kconf_update/kopete-gaim_to_pidgin_style.pl +share/kconf_update/kopete-gaim_to_pidgin_style.upd +share/kconf_update/kopete-initialstatus.pl +share/kconf_update/kopete-initialstatus.upd +share/kconf_update/kopete-jabberpriorityaddition-kconf_update.sh +share/kconf_update/kopete-jabberpriorityaddition-kconf_update.upd +share/kconf_update/kopete-jabberproxytype-kconf_update.sh +share/kconf_update/kopete-jabberproxytype-kconf_update.upd +share/kconf_update/kopete-nameTracking.upd +share/kconf_update/kopete-pluginloader.pl +share/kconf_update/kopete-pluginloader.upd +share/kconf_update/kopete-pluginloader2.sh +share/kconf_update/kopete-pluginloader2.upd +share/kconf_update/kopete-update_icq_server.pl +share/kconf_update/kopete-update_icq_server.upd +share/kconf_update/kopete-update_icq_ssl.pl +share/kconf_update/kopete-update_icq_ssl.upd +share/kconf_update/kopete-update_yahoo_server.pl +share/kconf_update/kopete-update_yahoo_server.upd +%%DATADIR%%/CompactContactListLayouts.xml +%%DATADIR%%/DefaultContactListLayouts.xml +%%DATADIR%%/icons/hicolor/128x128/apps/bonjour_protocol.png +%%DATADIR%%/icons/hicolor/128x128/apps/jabber_protocol.png +%%DATADIR%%/icons/hicolor/128x128/apps/qq_protocol.png +%%DATADIR%%/icons/hicolor/128x128/apps/testbed_protocol.png +%%DATADIR%%/icons/hicolor/128x128/apps/wp_protocol.png +%%DATADIR%%/icons/hicolor/16x16/actions/aim_away.png +%%DATADIR%%/icons/hicolor/16x16/actions/aim_connecting.mng +%%DATADIR%%/icons/hicolor/16x16/actions/aim_offline.png +%%DATADIR%%/icons/hicolor/16x16/actions/aim_online.png +%%DATADIR%%/icons/hicolor/16x16/actions/groupwise_away.png +%%DATADIR%%/icons/hicolor/16x16/actions/groupwise_busy.png +%%DATADIR%%/icons/hicolor/16x16/actions/groupwise_connecting.mng +%%DATADIR%%/icons/hicolor/16x16/actions/groupwise_invisible.png +%%DATADIR%%/icons/hicolor/16x16/actions/groupwise_online.png +%%DATADIR%%/icons/hicolor/16x16/actions/icq_away.png +%%DATADIR%%/icons/hicolor/16x16/actions/icq_connecting.mng +%%DATADIR%%/icons/hicolor/16x16/actions/icq_dnd.png +%%DATADIR%%/icons/hicolor/16x16/actions/icq_ffc.png +%%DATADIR%%/icons/hicolor/16x16/actions/icq_invisible.png +%%DATADIR%%/icons/hicolor/16x16/actions/icq_na.png +%%DATADIR%%/icons/hicolor/16x16/actions/icq_occupied.png +%%DATADIR%%/icons/hicolor/16x16/actions/icq_offline.png +%%DATADIR%%/icons/hicolor/16x16/actions/icq_online.png +%%DATADIR%%/icons/hicolor/16x16/actions/icq_xstatus0.png +%%DATADIR%%/icons/hicolor/16x16/actions/icq_xstatus1.png +%%DATADIR%%/icons/hicolor/16x16/actions/icq_xstatus10.png +%%DATADIR%%/icons/hicolor/16x16/actions/icq_xstatus11.png +%%DATADIR%%/icons/hicolor/16x16/actions/icq_xstatus12.png +%%DATADIR%%/icons/hicolor/16x16/actions/icq_xstatus13.png +%%DATADIR%%/icons/hicolor/16x16/actions/icq_xstatus14.png +%%DATADIR%%/icons/hicolor/16x16/actions/icq_xstatus15.png +%%DATADIR%%/icons/hicolor/16x16/actions/icq_xstatus16.png +%%DATADIR%%/icons/hicolor/16x16/actions/icq_xstatus17.png +%%DATADIR%%/icons/hicolor/16x16/actions/icq_xstatus%%KDE_APPLICATIONS_VERSION_SHORT%%.png +%%DATADIR%%/icons/hicolor/16x16/actions/icq_xstatus19.png +%%DATADIR%%/icons/hicolor/16x16/actions/icq_xstatus2.png +%%DATADIR%%/icons/hicolor/16x16/actions/icq_xstatus20.png +%%DATADIR%%/icons/hicolor/16x16/actions/icq_xstatus21.png +%%DATADIR%%/icons/hicolor/16x16/actions/icq_xstatus22.png +%%DATADIR%%/icons/hicolor/16x16/actions/icq_xstatus23.png +%%DATADIR%%/icons/hicolor/16x16/actions/icq_xstatus24.png +%%DATADIR%%/icons/hicolor/16x16/actions/icq_xstatus25.png +%%DATADIR%%/icons/hicolor/16x16/actions/icq_xstatus26.png +%%DATADIR%%/icons/hicolor/16x16/actions/icq_xstatus27.png +%%DATADIR%%/icons/hicolor/16x16/actions/icq_xstatus28.png +%%DATADIR%%/icons/hicolor/16x16/actions/icq_xstatus29.png +%%DATADIR%%/icons/hicolor/16x16/actions/icq_xstatus3.png +%%DATADIR%%/icons/hicolor/16x16/actions/icq_xstatus30.png +%%DATADIR%%/icons/hicolor/16x16/actions/icq_xstatus31.png +%%DATADIR%%/icons/hicolor/16x16/actions/icq_xstatus4.png +%%DATADIR%%/icons/hicolor/16x16/actions/icq_xstatus5.png +%%DATADIR%%/icons/hicolor/16x16/actions/icq_xstatus6.png +%%DATADIR%%/icons/hicolor/16x16/actions/icq_xstatus7.png +%%DATADIR%%/icons/hicolor/16x16/actions/icq_xstatus8.png +%%DATADIR%%/icons/hicolor/16x16/actions/icq_xstatus9.png +%%DATADIR%%/icons/hicolor/16x16/actions/jabber_away.png +%%DATADIR%%/icons/hicolor/16x16/actions/jabber_chatty.png +%%DATADIR%%/icons/hicolor/16x16/actions/jabber_connecting.mng +%%DATADIR%%/icons/hicolor/16x16/actions/jabber_group.png +%%DATADIR%%/icons/hicolor/16x16/actions/jabber_invisible.png +%%DATADIR%%/icons/hicolor/16x16/actions/jabber_na.png +%%DATADIR%%/icons/hicolor/16x16/actions/jabber_offline.png +%%DATADIR%%/icons/hicolor/16x16/actions/jabber_online.png +%%DATADIR%%/icons/hicolor/16x16/actions/jabber_original.png +%%DATADIR%%/icons/hicolor/16x16/actions/jabber_raw.png +%%DATADIR%%/icons/hicolor/16x16/actions/jabber_serv_off.png +%%DATADIR%%/icons/hicolor/16x16/actions/jabber_serv_on.png +%%DATADIR%%/icons/hicolor/16x16/actions/jabber_xa.png +%%DATADIR%%/icons/hicolor/16x16/actions/logging.png +%%DATADIR%%/icons/hicolor/16x16/actions/qq_connecting.mng +%%DATADIR%%/icons/hicolor/16x16/actions/wp_away.png +%%DATADIR%%/icons/hicolor/16x16/apps/aim_protocol.png +%%DATADIR%%/icons/hicolor/16x16/apps/bonjour_protocol.png +%%DATADIR%%/icons/hicolor/16x16/apps/groupwise_protocol.png +%%DATADIR%%/icons/hicolor/16x16/apps/icq_protocol.png +%%DATADIR%%/icons/hicolor/16x16/apps/jabber_gateway_aim.png +%%DATADIR%%/icons/hicolor/16x16/apps/jabber_gateway_gadu.png +%%DATADIR%%/icons/hicolor/16x16/apps/jabber_gateway_http-ws.png +%%DATADIR%%/icons/hicolor/16x16/apps/jabber_gateway_icq.png +%%DATADIR%%/icons/hicolor/16x16/apps/jabber_gateway_irc.png +%%DATADIR%%/icons/hicolor/16x16/apps/jabber_gateway_msn.png +%%DATADIR%%/icons/hicolor/16x16/apps/jabber_gateway_qq.png +%%DATADIR%%/icons/hicolor/16x16/apps/jabber_gateway_sms.png +%%DATADIR%%/icons/hicolor/16x16/apps/jabber_gateway_smtp.png +%%DATADIR%%/icons/hicolor/16x16/apps/jabber_gateway_tlen.png +%%DATADIR%%/icons/hicolor/16x16/apps/jabber_gateway_yahoo.png +%%DATADIR%%/icons/hicolor/16x16/apps/jabber_protocol.png +%%DATADIR%%/icons/hicolor/16x16/apps/qq_protocol.png +%%DATADIR%%/icons/hicolor/16x16/apps/testbed_protocol.png +%%DATADIR%%/icons/hicolor/16x16/apps/wp_protocol.png +%%DATADIR%%/icons/hicolor/22x22/actions/logging.png +%%DATADIR%%/icons/hicolor/22x22/actions/qq_connecting.mng +%%DATADIR%%/icons/hicolor/22x22/apps/bonjour_protocol.png +%%DATADIR%%/icons/hicolor/22x22/apps/groupwise_protocol.png +%%DATADIR%%/icons/hicolor/22x22/apps/jabber_protocol.png +%%DATADIR%%/icons/hicolor/22x22/apps/qq_protocol.png +%%DATADIR%%/icons/hicolor/32x32/actions/logging.png +%%DATADIR%%/icons/hicolor/32x32/actions/qq_connecting.mng +%%DATADIR%%/icons/hicolor/32x32/apps/aim_protocol.png +%%DATADIR%%/icons/hicolor/32x32/apps/bonjour_protocol.png +%%DATADIR%%/icons/hicolor/32x32/apps/groupwise_protocol.png +%%DATADIR%%/icons/hicolor/32x32/apps/icq_protocol.png +%%DATADIR%%/icons/hicolor/32x32/apps/jabber_protocol.png +%%DATADIR%%/icons/hicolor/32x32/apps/preferences-plugin-text-effect-kopete.png +%%DATADIR%%/icons/hicolor/32x32/apps/preferences-text-autocorrection-kopete.png +%%DATADIR%%/icons/hicolor/32x32/apps/preferences-text-highlighting-kopete.png +%%DATADIR%%/icons/hicolor/32x32/apps/qq_protocol.png +%%DATADIR%%/icons/hicolor/32x32/apps/testbed_protocol.png +%%DATADIR%%/icons/hicolor/32x32/apps/wp_protocol.png +%%DATADIR%%/icons/hicolor/48x48/actions/logging.png +%%DATADIR%%/icons/hicolor/48x48/actions/qq_connecting.mng +%%DATADIR%%/icons/hicolor/48x48/apps/bonjour_protocol.png +%%DATADIR%%/icons/hicolor/48x48/apps/groupwise_protocol.png +%%DATADIR%%/icons/hicolor/48x48/apps/jabber_protocol.png +%%DATADIR%%/icons/hicolor/48x48/apps/qq_protocol.png +%%DATADIR%%/icons/hicolor/48x48/apps/testbed_protocol.png +%%DATADIR%%/icons/hicolor/48x48/apps/wp_protocol.png +%%DATADIR%%/icons/hicolor/64x64/actions/logging.png +%%DATADIR%%/icons/hicolor/64x64/actions/qq_connecting.mng +%%DATADIR%%/icons/hicolor/64x64/apps/bonjour_protocol.png +%%DATADIR%%/icons/hicolor/64x64/apps/groupwise_protocol.png +%%DATADIR%%/icons/hicolor/64x64/apps/jabber_protocol.png +%%DATADIR%%/icons/hicolor/64x64/apps/qq_protocol.png +%%DATADIR%%/icons/hicolor/64x64/apps/testbed_protocol.png +%%DATADIR%%/icons/hicolor/64x64/apps/wp_protocol.png +%%DATADIR%%/icons/oxygen/128x128/app/yahoo_protocol.png +%%DATADIR%%/icons/oxygen/16x16/action/yahoo_away.png +%%DATADIR%%/icons/oxygen/16x16/action/yahoo_busy.png +%%DATADIR%%/icons/oxygen/16x16/action/yahoo_idle.png +%%DATADIR%%/icons/oxygen/16x16/action/yahoo_invisible.png +%%DATADIR%%/icons/oxygen/16x16/action/yahoo_mobile.png +%%DATADIR%%/icons/oxygen/16x16/action/yahoo_stealthed.png +%%DATADIR%%/icons/oxygen/16x16/action/yahoo_tea.png +%%DATADIR%%/icons/oxygen/16x16/app/yahoo_protocol.png +%%DATADIR%%/icons/oxygen/22x22/action/yahoo_stealthed.png +%%DATADIR%%/icons/oxygen/32x32/action/yahoo_stealthed.png +%%DATADIR%%/icons/oxygen/32x32/app/yahoo_protocol.png +%%DATADIR%%/icons/oxygen/48x48/app/yahoo_protocol.png +%%DATADIR%%/icons/oxygen/64x64/app/yahoo_protocol.png +%%DATADIR%%/kopete.notifyrc +%%DATADIR%%/styles/Clean/Contents/Resources/Footer.html +%%DATADIR%%/styles/Clean/Contents/Resources/Header.html +%%DATADIR%%/styles/Clean/Contents/Resources/Incoming/Content.html +%%DATADIR%%/styles/Clean/Contents/Resources/Incoming/NextContent.html +%%DATADIR%%/styles/Clean/Contents/Resources/Incoming/buddy_icon.png +%%DATADIR%%/styles/Clean/Contents/Resources/Outgoing/Content.html +%%DATADIR%%/styles/Clean/Contents/Resources/Outgoing/NextContent.html +%%DATADIR%%/styles/Clean/Contents/Resources/Outgoing/StateError.html +%%DATADIR%%/styles/Clean/Contents/Resources/Outgoing/StateSending.html +%%DATADIR%%/styles/Clean/Contents/Resources/Outgoing/buddy_icon.png +%%DATADIR%%/styles/Clean/Contents/Resources/Status.html +%%DATADIR%%/styles/Clean/Contents/Resources/images/action.png +%%DATADIR%%/styles/Clean/Contents/Resources/images/important.png +%%DATADIR%%/styles/Clean/Contents/Resources/images/internal.png +%%DATADIR%%/styles/Clean/Contents/Resources/images/state-error.png +%%DATADIR%%/styles/Clean/Contents/Resources/images/state-sending.gif +%%DATADIR%%/styles/Clean/Contents/Resources/main.css +%%DATADIR%%/styles/Clear/Contents/Resources/Footer.html +%%DATADIR%%/styles/Clear/Contents/Resources/Header.html +%%DATADIR%%/styles/Clear/Contents/Resources/Incoming/Action.html +%%DATADIR%%/styles/Clear/Contents/Resources/Incoming/Content.html +%%DATADIR%%/styles/Clear/Contents/Resources/Incoming/NextContent.html +%%DATADIR%%/styles/Clear/Contents/Resources/Incoming/buddy_icon.png +%%DATADIR%%/styles/Clear/Contents/Resources/Outgoing/Action.html +%%DATADIR%%/styles/Clear/Contents/Resources/Outgoing/Content.html +%%DATADIR%%/styles/Clear/Contents/Resources/Outgoing/NextContent.html +%%DATADIR%%/styles/Clear/Contents/Resources/Outgoing/StateError.html +%%DATADIR%%/styles/Clear/Contents/Resources/Outgoing/StateSending.html +%%DATADIR%%/styles/Clear/Contents/Resources/Outgoing/buddy_icon.png +%%DATADIR%%/styles/Clear/Contents/Resources/Status.html +%%DATADIR%%/styles/Clear/Contents/Resources/Variants/No_avatars.css +%%DATADIR%%/styles/Clear/Contents/Resources/images/body-background.png +%%DATADIR%%/styles/Clear/Contents/Resources/images/body-inbound-arrow.png +%%DATADIR%%/styles/Clear/Contents/Resources/images/body-inbound-avatar.png +%%DATADIR%%/styles/Clear/Contents/Resources/images/body-inbound-background.png +%%DATADIR%%/styles/Clear/Contents/Resources/images/body-inbound-left.png +%%DATADIR%%/styles/Clear/Contents/Resources/images/body-inbound-right.png +%%DATADIR%%/styles/Clear/Contents/Resources/images/body-outbound-arrow.png +%%DATADIR%%/styles/Clear/Contents/Resources/images/body-outbound-avatar.png +%%DATADIR%%/styles/Clear/Contents/Resources/images/body-outbound-left.png +%%DATADIR%%/styles/Clear/Contents/Resources/images/body-outbound-right.png +%%DATADIR%%/styles/Clear/Contents/Resources/images/footer-inbound-background.png +%%DATADIR%%/styles/Clear/Contents/Resources/images/footer-inbound-left.png +%%DATADIR%%/styles/Clear/Contents/Resources/images/footer-inbound-right.png +%%DATADIR%%/styles/Clear/Contents/Resources/images/footer-outbound-background.png +%%DATADIR%%/styles/Clear/Contents/Resources/images/footer-outbound-left.png +%%DATADIR%%/styles/Clear/Contents/Resources/images/footer-outbound-right.png +%%DATADIR%%/styles/Clear/Contents/Resources/images/header-inbound-background.png +%%DATADIR%%/styles/Clear/Contents/Resources/images/header-inbound-left.png +%%DATADIR%%/styles/Clear/Contents/Resources/images/header-inbound-right.png +%%DATADIR%%/styles/Clear/Contents/Resources/images/header-outbound-background.png +%%DATADIR%%/styles/Clear/Contents/Resources/images/header-outbound-left.png +%%DATADIR%%/styles/Clear/Contents/Resources/images/header-outbound-right.png +%%DATADIR%%/styles/Clear/Contents/Resources/images/icon-action.png +%%DATADIR%%/styles/Clear/Contents/Resources/images/icon-highlighted.png +%%DATADIR%%/styles/Clear/Contents/Resources/images/icon-internal.png +%%DATADIR%%/styles/Clear/Contents/Resources/images/icon-me.png +%%DATADIR%%/styles/Clear/Contents/Resources/images/icon-time.png +%%DATADIR%%/styles/Clear/Contents/Resources/images/icon-you.png +%%DATADIR%%/styles/Clear/Contents/Resources/images/state-error.png +%%DATADIR%%/styles/Clear/Contents/Resources/images/state-sending.gif +%%DATADIR%%/styles/Clear/Contents/Resources/main.css +%%DATADIR%%/styles/Hacker/COPYRIGHT +%%DATADIR%%/styles/Hacker/Contents/Info.plist +%%DATADIR%%/styles/Hacker/Contents/Resources/Footer.html +%%DATADIR%%/styles/Hacker/Contents/Resources/Header.html +%%DATADIR%%/styles/Hacker/Contents/Resources/Incoming/Action.html +%%DATADIR%%/styles/Hacker/Contents/Resources/Incoming/Content.html +%%DATADIR%%/styles/Hacker/Contents/Resources/Incoming/Context.html +%%DATADIR%%/styles/Hacker/Contents/Resources/Incoming/NextContent.html +%%DATADIR%%/styles/Hacker/Contents/Resources/Incoming/NextContext.html +%%DATADIR%%/styles/Hacker/Contents/Resources/Incoming/buddy_icon.png +%%DATADIR%%/styles/Hacker/Contents/Resources/Outgoing/Action.html +%%DATADIR%%/styles/Hacker/Contents/Resources/Outgoing/Content.html +%%DATADIR%%/styles/Hacker/Contents/Resources/Outgoing/Context.html +%%DATADIR%%/styles/Hacker/Contents/Resources/Outgoing/NextContent.html +%%DATADIR%%/styles/Hacker/Contents/Resources/Outgoing/NextContext.html +%%DATADIR%%/styles/Hacker/Contents/Resources/Outgoing/StateError.html +%%DATADIR%%/styles/Hacker/Contents/Resources/Outgoing/StateSending.html +%%DATADIR%%/styles/Hacker/Contents/Resources/Outgoing/buddy_icon.png +%%DATADIR%%/styles/Hacker/Contents/Resources/Status.html +%%DATADIR%%/styles/Hacker/Contents/Resources/Variants/Dark-Noback.css +%%DATADIR%%/styles/Hacker/Contents/Resources/Variants/Dark.css +%%DATADIR%%/styles/Hacker/Contents/Resources/Variants/Dark2-Noback.css +%%DATADIR%%/styles/Hacker/Contents/Resources/Variants/Dark2.css +%%DATADIR%%/styles/Hacker/Contents/Resources/Variants/Light-Noback.css +%%DATADIR%%/styles/Hacker/Contents/Resources/Variants/Light.css +%%DATADIR%%/styles/Hacker/Contents/Resources/Variants/Light2-Noback.css +%%DATADIR%%/styles/Hacker/Contents/Resources/Variants/Light2.css +%%DATADIR%%/styles/Hacker/Contents/Resources/images/background.png +%%DATADIR%%/styles/Hacker/Contents/Resources/images/background2.png +%%DATADIR%%/styles/Hacker/Contents/Resources/images/kopete.png +%%DATADIR%%/styles/Hacker/Contents/Resources/images/state-error.png +%%DATADIR%%/styles/Hacker/Contents/Resources/images/state-sending-white.gif +%%DATADIR%%/styles/Hacker/Contents/Resources/images/state-sending.gif +%%DATADIR%%/styles/Hacker/Contents/Resources/main.css +%%DATADIR%%/styles/Hacker/README +%%DATADIR%%/styles/Hacker/gpl.txt +%%DATADIR%%/styles/Konqi/Contents/Resources/Footer.html +%%DATADIR%%/styles/Konqi/Contents/Resources/Header.html +%%DATADIR%%/styles/Konqi/Contents/Resources/Incoming/Content.html +%%DATADIR%%/styles/Konqi/Contents/Resources/Incoming/NextContent.html +%%DATADIR%%/styles/Konqi/Contents/Resources/Incoming/buddy_icon.png +%%DATADIR%%/styles/Konqi/Contents/Resources/Outgoing/Content.html +%%DATADIR%%/styles/Konqi/Contents/Resources/Outgoing/NextContent.html +%%DATADIR%%/styles/Konqi/Contents/Resources/Outgoing/buddy_icon.png +%%DATADIR%%/styles/Konqi/Contents/Resources/Status.html +%%DATADIR%%/styles/Konqi/Contents/Resources/Variants/Side_blue.css +%%DATADIR%%/styles/Konqi/Contents/Resources/Variants/Side_blue_moon.css +%%DATADIR%%/styles/Konqi/Contents/Resources/Variants/Side_blue_moon_without_transparency.css +%%DATADIR%%/styles/Konqi/Contents/Resources/Variants/Side_blue_without_transparency.css +%%DATADIR%%/styles/Konqi/Contents/Resources/Variants/Side_green.css +%%DATADIR%%/styles/Konqi/Contents/Resources/Variants/Side_green_without_trans.css +%%DATADIR%%/styles/Konqi/Contents/Resources/Variants/Side_green_without_transparency.css +%%DATADIR%%/styles/Konqi/Contents/Resources/Variants/konqui/cadre1.png +%%DATADIR%%/styles/Konqi/Contents/Resources/Variants/konqui/cadre2.png +%%DATADIR%%/styles/Konqi/Contents/Resources/Variants/konqui/cadre3.png +%%DATADIR%%/styles/Konqi/Contents/Resources/Variants/konqui/cadre4.png +%%DATADIR%%/styles/Konqi/Contents/Resources/Variants/konqui/cadre5.png +%%DATADIR%%/styles/Konqi/Contents/Resources/Variants/konqui/cadre6.png +%%DATADIR%%/styles/Konqi/Contents/Resources/Variants/konqui/konqui-blue.png +%%DATADIR%%/styles/Konqi/Contents/Resources/Variants/konqui/konqui-green.png +%%DATADIR%%/styles/Konqi/Contents/Resources/Variants/konqui/konqui-moon.jpg +%%DATADIR%%/styles/Konqi/Contents/Resources/main.css +%%DATADIR%%/styles/Konqi/Contents/Resources/puce.png +%%DATADIR%%/styles/Kopete/Contents/Resources/Footer.html +%%DATADIR%%/styles/Kopete/Contents/Resources/Header.html +%%DATADIR%%/styles/Kopete/Contents/Resources/Incoming/Action.html +%%DATADIR%%/styles/Kopete/Contents/Resources/Incoming/Content.html +%%DATADIR%%/styles/Kopete/Contents/Resources/Incoming/NextContent.html +%%DATADIR%%/styles/Kopete/Contents/Resources/Incoming/buddy_icon.png +%%DATADIR%%/styles/Kopete/Contents/Resources/Outgoing/Action.html +%%DATADIR%%/styles/Kopete/Contents/Resources/Outgoing/Content.html +%%DATADIR%%/styles/Kopete/Contents/Resources/Outgoing/NextContent.html +%%DATADIR%%/styles/Kopete/Contents/Resources/Outgoing/StateError.html +%%DATADIR%%/styles/Kopete/Contents/Resources/Outgoing/StateSending.html +%%DATADIR%%/styles/Kopete/Contents/Resources/Outgoing/buddy_icon.png +%%DATADIR%%/styles/Kopete/Contents/Resources/Status.html +%%DATADIR%%/styles/Kopete/Contents/Resources/Variants/Big_pictures.css +%%DATADIR%%/styles/Kopete/Contents/Resources/Variants/Contact_color.css +%%DATADIR%%/styles/Kopete/Contents/Resources/Variants/_compact_.css +%%DATADIR%%/styles/Kopete/Contents/Resources/Variants/_compact_Contact_color.css +%%DATADIR%%/styles/Kopete/Contents/Resources/images/action.png +%%DATADIR%%/styles/Kopete/Contents/Resources/images/important.png +%%DATADIR%%/styles/Kopete/Contents/Resources/images/state-error.png +%%DATADIR%%/styles/Kopete/Contents/Resources/images/state-sending.gif +%%DATADIR%%/styles/Kopete/Contents/Resources/images/system.png +%%DATADIR%%/styles/Kopete/Contents/Resources/main.css +%%DATADIR%%/styles/Pidgin/Contents/Info.plist +%%DATADIR%%/styles/Pidgin/Contents/Resources/Footer.html +%%DATADIR%%/styles/Pidgin/Contents/Resources/Header.html +%%DATADIR%%/styles/Pidgin/Contents/Resources/Incoming/Action.html +%%DATADIR%%/styles/Pidgin/Contents/Resources/Incoming/Content.html +%%DATADIR%%/styles/Pidgin/Contents/Resources/Incoming/NextContent.html +%%DATADIR%%/styles/Pidgin/Contents/Resources/Outgoing/Action.html +%%DATADIR%%/styles/Pidgin/Contents/Resources/Outgoing/Content.html +%%DATADIR%%/styles/Pidgin/Contents/Resources/Outgoing/NextContent.html +%%DATADIR%%/styles/Pidgin/Contents/Resources/Outgoing/StateError.html +%%DATADIR%%/styles/Pidgin/Contents/Resources/Outgoing/StateSending.html +%%DATADIR%%/styles/Pidgin/Contents/Resources/Status.html +%%DATADIR%%/styles/Pidgin/Contents/Resources/Variants/Contact-Colors.css +%%DATADIR%%/styles/Pidgin/Contents/Resources/Variants/Name-Colors.css +%%DATADIR%%/styles/Pidgin/Contents/Resources/Variants/No-Colors.css +%%DATADIR%%/styles/Pidgin/Contents/Resources/Variants/Status-Colors.css +%%DATADIR%%/styles/Pidgin/Contents/Resources/images/state-error.png +%%DATADIR%%/styles/Pidgin/Contents/Resources/images/state-sending.gif +%%DATADIR%%/styles/Pidgin/Contents/Resources/main.css +%%DATADIR%%/styles/Retropete/Contents/Resources/Footer.html +%%DATADIR%%/styles/Retropete/Contents/Resources/Header.html +%%DATADIR%%/styles/Retropete/Contents/Resources/Incoming/Action.html +%%DATADIR%%/styles/Retropete/Contents/Resources/Incoming/Content.html +%%DATADIR%%/styles/Retropete/Contents/Resources/Incoming/NextContent.html +%%DATADIR%%/styles/Retropete/Contents/Resources/Outgoing/Action.html +%%DATADIR%%/styles/Retropete/Contents/Resources/Outgoing/Content.html +%%DATADIR%%/styles/Retropete/Contents/Resources/Outgoing/NextContent.html +%%DATADIR%%/styles/Retropete/Contents/Resources/Outgoing/StateError.html +%%DATADIR%%/styles/Retropete/Contents/Resources/Outgoing/StateSending.html +%%DATADIR%%/styles/Retropete/Contents/Resources/Status.html +%%DATADIR%%/styles/Retropete/Contents/Resources/images/state-error.png +%%DATADIR%%/styles/Retropete/Contents/Resources/images/state-sending.gif +%%DATADIR%%/styles/Retropete/Contents/Resources/main.css +%%DATADIR%%/webpresence/webpresence_html.xsl +%%DATADIR%%/webpresence/webpresence_html_images.xsl +%%DATADIR%%/webpresence/webpresence_xhtml.xsl +%%DATADIR%%/webpresence/webpresence_xhtml_images.xsl +%%DATADIR%%_history/historychatui.rc +%%DATADIR%%_history/historyui.rc +share/kservices5/aim.protocol +share/kservices5/chatwindow.desktop +share/kservices5/emailwindow.desktop +share/kservices5/kconfiguredialog/kopete_addbookmarks_config.desktop +share/kservices5/kconfiguredialog/kopete_autoreplace_config.desktop +share/kservices5/kconfiguredialog/kopete_highlight_config.desktop +share/kservices5/kconfiguredialog/kopete_history_config.desktop +share/kservices5/kconfiguredialog/kopete_otr_config.desktop +share/kservices5/kconfiguredialog/kopete_privacy_config.desktop +share/kservices5/kconfiguredialog/kopete_texteffect_config.desktop +share/kservices5/kconfiguredialog/kopete_urlpicpreview_config.desktop +share/kservices5/kconfiguredialog/kopete_webpresence_config.desktop +share/kservices5/kopete_accountconfig.desktop +share/kservices5/kopete_addbookmarks.desktop +share/kservices5/kopete_aim.desktop +share/kservices5/kopete_appearanceconfig.desktop +share/kservices5/kopete_autoreplace.desktop +share/kservices5/kopete_avdeviceconfig.desktop +share/kservices5/kopete_behaviorconfig.desktop +share/kservices5/kopete_bonjour.desktop +share/kservices5/kopete_chatwindowconfig.desktop +share/kservices5/kopete_contactnotes.desktop +share/kservices5/kopete_groupwise.desktop +share/kservices5/kopete_highlight.desktop +share/kservices5/kopete_history.desktop +share/kservices5/kopete_icq.desktop +share/kservices5/kopete_jabber.desktop +share/kservices5/kopete_otr.desktop +share/kservices5/kopete_pluginconfig.desktop +share/kservices5/kopete_privacy.desktop +share/kservices5/kopete_qq.desktop +share/kservices5/kopete_statistics.desktop +share/kservices5/kopete_statusconfig.desktop +share/kservices5/kopete_testbed.desktop +share/kservices5/kopete_texteffect.desktop +share/kservices5/kopete_urlpicpreview.desktop +share/kservices5/kopete_webpresence.desktop +share/kservices5/kopete_wp.desktop +share/kservices5/kopete_yahoo.desktop +share/kservices5/xmpp.protocol +share/kservicetypes5/kopeteplugin.desktop +share/kservicetypes5/kopeteprotocol.desktop +share/kservicetypes5/kopeteui.desktop +share/kxmlgui5/kopete/kopetechatwindow.rc +share/kxmlgui5/kopete/kopeteemailwindow.rc +share/kxmlgui5/kopete/kopeteui.rc +share/kxmlgui5/kopete/privacychatui.rc +share/kxmlgui5/kopete/privacyui.rc +share/kxmlgui5/kopete_groupwise/gwchatui.rc +share/kxmlgui5/kopete_otr/otrchatui.rc +share/kxmlgui5/kopete_otr/otrui.rc +share/locale/ar/LC_MESSAGES/kio_jabberdisco.mo +share/locale/ar/LC_MESSAGES/kopete.mo +share/locale/ast/LC_MESSAGES/kio_jabberdisco.mo +share/locale/ast/LC_MESSAGES/kopete.mo +share/locale/bg/LC_MESSAGES/kio_jabberdisco.mo +share/locale/bg/LC_MESSAGES/kopete.mo +share/locale/bs/LC_MESSAGES/kio_jabberdisco.mo +share/locale/bs/LC_MESSAGES/kopete.mo +share/locale/ca/LC_MESSAGES/kio_jabberdisco.mo +share/locale/ca/LC_MESSAGES/kopete.mo +share/locale/ca@valencia/LC_MESSAGES/kio_jabberdisco.mo +share/locale/ca@valencia/LC_MESSAGES/kopete.mo +share/locale/cs/LC_MESSAGES/kio_jabberdisco.mo +share/locale/cs/LC_MESSAGES/kopete.mo +share/locale/da/LC_MESSAGES/kio_jabberdisco.mo +share/locale/da/LC_MESSAGES/kopete.mo +share/locale/de/LC_MESSAGES/kio_jabberdisco.mo +share/locale/de/LC_MESSAGES/kopete.mo +share/locale/el/LC_MESSAGES/kio_jabberdisco.mo +share/locale/el/LC_MESSAGES/kopete.mo +share/locale/en_GB/LC_MESSAGES/kio_jabberdisco.mo +share/locale/en_GB/LC_MESSAGES/kopete.mo +share/locale/eo/LC_MESSAGES/kio_jabberdisco.mo +share/locale/eo/LC_MESSAGES/kopete.mo +share/locale/es/LC_MESSAGES/kio_jabberdisco.mo +share/locale/es/LC_MESSAGES/kopete.mo +share/locale/et/LC_MESSAGES/kio_jabberdisco.mo +share/locale/et/LC_MESSAGES/kopete.mo +share/locale/eu/LC_MESSAGES/kio_jabberdisco.mo +share/locale/eu/LC_MESSAGES/kopete.mo +share/locale/fa/LC_MESSAGES/kio_jabberdisco.mo +share/locale/fa/LC_MESSAGES/kopete.mo +share/locale/fi/LC_MESSAGES/kio_jabberdisco.mo +share/locale/fi/LC_MESSAGES/kopete.mo +share/locale/fr/LC_MESSAGES/kio_jabberdisco.mo +share/locale/fr/LC_MESSAGES/kopete.mo +share/locale/ga/LC_MESSAGES/kio_jabberdisco.mo +share/locale/ga/LC_MESSAGES/kopete.mo +share/locale/gl/LC_MESSAGES/kio_jabberdisco.mo +share/locale/gl/LC_MESSAGES/kopete.mo +share/locale/he/LC_MESSAGES/kopete.mo +share/locale/hi/LC_MESSAGES/kio_jabberdisco.mo +share/locale/hi/LC_MESSAGES/kopete.mo +share/locale/hr/LC_MESSAGES/kio_jabberdisco.mo +share/locale/hr/LC_MESSAGES/kopete.mo +share/locale/hu/LC_MESSAGES/kio_jabberdisco.mo +share/locale/hu/LC_MESSAGES/kopete.mo +share/locale/ia/LC_MESSAGES/kio_jabberdisco.mo +share/locale/ia/LC_MESSAGES/kopete.mo +share/locale/is/LC_MESSAGES/kio_jabberdisco.mo +share/locale/is/LC_MESSAGES/kopete.mo +share/locale/it/LC_MESSAGES/kio_jabberdisco.mo +share/locale/it/LC_MESSAGES/kopete.mo +share/locale/ja/LC_MESSAGES/kio_jabberdisco.mo +share/locale/ja/LC_MESSAGES/kopete.mo +share/locale/kk/LC_MESSAGES/kio_jabberdisco.mo +share/locale/kk/LC_MESSAGES/kopete.mo +share/locale/km/LC_MESSAGES/kio_jabberdisco.mo +share/locale/km/LC_MESSAGES/kopete.mo +share/locale/ko/LC_MESSAGES/kio_jabberdisco.mo +share/locale/ko/LC_MESSAGES/kopete.mo +share/locale/lt/LC_MESSAGES/kio_jabberdisco.mo +share/locale/lt/LC_MESSAGES/kopete.mo +share/locale/lv/LC_MESSAGES/kio_jabberdisco.mo +share/locale/lv/LC_MESSAGES/kopete.mo +share/locale/mr/LC_MESSAGES/kio_jabberdisco.mo +share/locale/mr/LC_MESSAGES/kopete.mo +share/locale/nb/LC_MESSAGES/kio_jabberdisco.mo +share/locale/nb/LC_MESSAGES/kopete.mo +share/locale/nds/LC_MESSAGES/kio_jabberdisco.mo +share/locale/nds/LC_MESSAGES/kopete.mo +share/locale/nl/LC_MESSAGES/kio_jabberdisco.mo +share/locale/nl/LC_MESSAGES/kopete.mo +share/locale/nn/LC_MESSAGES/kio_jabberdisco.mo +share/locale/nn/LC_MESSAGES/kopete.mo +share/locale/pa/LC_MESSAGES/kio_jabberdisco.mo +share/locale/pa/LC_MESSAGES/kopete.mo +share/locale/pl/LC_MESSAGES/kio_jabberdisco.mo +share/locale/pl/LC_MESSAGES/kopete.mo +share/locale/pt/LC_MESSAGES/kio_jabberdisco.mo +share/locale/pt/LC_MESSAGES/kopete.mo +share/locale/pt_BR/LC_MESSAGES/kio_jabberdisco.mo +share/locale/pt_BR/LC_MESSAGES/kopete.mo +share/locale/ro/LC_MESSAGES/kio_jabberdisco.mo +share/locale/ro/LC_MESSAGES/kopete.mo +share/locale/ru/LC_MESSAGES/kio_jabberdisco.mo +share/locale/ru/LC_MESSAGES/kopete.mo +share/locale/sk/LC_MESSAGES/kio_jabberdisco.mo +share/locale/sk/LC_MESSAGES/kopete.mo +share/locale/sl/LC_MESSAGES/kio_jabberdisco.mo +share/locale/sl/LC_MESSAGES/kopete.mo +share/locale/sr/LC_MESSAGES/kio_jabberdisco.mo +share/locale/sr/LC_MESSAGES/kopete.mo +share/locale/sv/LC_MESSAGES/kio_jabberdisco.mo +share/locale/sv/LC_MESSAGES/kopete.mo +share/locale/tr/LC_MESSAGES/kio_jabberdisco.mo +share/locale/tr/LC_MESSAGES/kopete.mo +share/locale/ug/LC_MESSAGES/kio_jabberdisco.mo +share/locale/ug/LC_MESSAGES/kopete.mo +share/locale/uk/LC_MESSAGES/kio_jabberdisco.mo +share/locale/uk/LC_MESSAGES/kopete.mo +share/locale/wa/LC_MESSAGES/kopete.mo +share/locale/zh_CN/LC_MESSAGES/kio_jabberdisco.mo +share/locale/zh_CN/LC_MESSAGES/kopete.mo +share/locale/zh_TW/LC_MESSAGES/kio_jabberdisco.mo +share/locale/zh_TW/LC_MESSAGES/kopete.mo +share/sounds/Kopete_Event.ogg +share/sounds/Kopete_Received.ogg +share/sounds/Kopete_Sent.ogg +share/sounds/Kopete_User_is_Online.ogg diff --git a/net-im/ktp-accounts-kcm/distinfo b/net-im/ktp-accounts-kcm/distinfo index 4d91a7605473..6a723a2cb67b 100644 --- a/net-im/ktp-accounts-kcm/distinfo +++ b/net-im/ktp-accounts-kcm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1520519332 -SHA256 (KDE/applications/17.12.3/ktp-accounts-kcm-17.12.3.tar.xz) = 159253b10be4c145327fe4d2fd179dbe1fbcac7740957cbab0170dec8b01233a -SIZE (KDE/applications/17.12.3/ktp-accounts-kcm-17.12.3.tar.xz) = 262800 +TIMESTAMP = 1523595616 +SHA256 (KDE/applications/18.04.0/ktp-accounts-kcm-18.04.0.tar.xz) = 7ad8ccc4667992181c420e3208f92f7429d1f8ca7b9cc36a5114cba538782cab +SIZE (KDE/applications/18.04.0/ktp-accounts-kcm-18.04.0.tar.xz) = 262652 diff --git a/net-im/ktp-approver/distinfo b/net-im/ktp-approver/distinfo index 99a24f5ba77a..ccc1de4588f4 100644 --- a/net-im/ktp-approver/distinfo +++ b/net-im/ktp-approver/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1520519331 -SHA256 (KDE/applications/17.12.3/ktp-approver-17.12.3.tar.xz) = 777214c33eeeac99f0b8616b4d54e935a8c67982144c5f1c5557c5552ef3a11b -SIZE (KDE/applications/17.12.3/ktp-approver-17.12.3.tar.xz) = 37044 +TIMESTAMP = 1523595615 +SHA256 (KDE/applications/18.04.0/ktp-approver-18.04.0.tar.xz) = a4552206aa60572d5b1c6bdb66ee3935a319082e75e455f489f514d41168cf29 +SIZE (KDE/applications/18.04.0/ktp-approver-18.04.0.tar.xz) = 37092 diff --git a/net-im/ktp-auth-handler/Makefile b/net-im/ktp-auth-handler/Makefile index aa037700be87..454fc178c249 100644 --- a/net-im/ktp-auth-handler/Makefile +++ b/net-im/ktp-auth-handler/Makefile @@ -2,7 +2,6 @@ PORTNAME= ktp-auth-handler DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 1 CATEGORIES= net-im kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/net-im/ktp-auth-handler/distinfo b/net-im/ktp-auth-handler/distinfo index ac6988b3e060..ba149dd4226a 100644 --- a/net-im/ktp-auth-handler/distinfo +++ b/net-im/ktp-auth-handler/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1520519327 -SHA256 (KDE/applications/17.12.3/ktp-auth-handler-17.12.3.tar.xz) = 41bc803180822ee108f5250d1bcd10f1d150c92300587848e409a5e3f250700f -SIZE (KDE/applications/17.12.3/ktp-auth-handler-17.12.3.tar.xz) = 46260 +TIMESTAMP = 1523595615 +SHA256 (KDE/applications/18.04.0/ktp-auth-handler-18.04.0.tar.xz) = 9e007485a24054ae8cd9c7894e3a8e2d69367eecdfafe7d729330c01710efab4 +SIZE (KDE/applications/18.04.0/ktp-auth-handler-18.04.0.tar.xz) = 46216 diff --git a/net-im/ktp-call-ui/Makefile b/net-im/ktp-call-ui/Makefile index 13851dab304c..3f068bc14fe5 100644 --- a/net-im/ktp-call-ui/Makefile +++ b/net-im/ktp-call-ui/Makefile @@ -2,7 +2,6 @@ PORTNAME= ktp-call-ui DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 2 CATEGORIES= net-im kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/net-im/ktp-call-ui/distinfo b/net-im/ktp-call-ui/distinfo index bc4bb358637c..c7c613754a55 100644 --- a/net-im/ktp-call-ui/distinfo +++ b/net-im/ktp-call-ui/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1520519332 -SHA256 (KDE/applications/17.12.3/ktp-call-ui-17.12.3.tar.xz) = 156caaaed93994108ed5626488545391206ee8a80cb3ed8d901bfce93bc20551 -SIZE (KDE/applications/17.12.3/ktp-call-ui-17.12.3.tar.xz) = 96532 +TIMESTAMP = 1523595616 +SHA256 (KDE/applications/18.04.0/ktp-call-ui-18.04.0.tar.xz) = 7565ca6ba2fb0e8fec51f7710354fec10c71c243e96d416a7df4436b13d6cee1 +SIZE (KDE/applications/18.04.0/ktp-call-ui-18.04.0.tar.xz) = 96580 diff --git a/net-im/ktp-common-internals/distinfo b/net-im/ktp-common-internals/distinfo index 5c92b6b205de..bfeaec42b64b 100644 --- a/net-im/ktp-common-internals/distinfo +++ b/net-im/ktp-common-internals/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1520519327 -SHA256 (KDE/applications/17.12.3/ktp-common-internals-17.12.3.tar.xz) = 0075c660284792a61777cce33bbed9fb148ca03862fd2cb84a72cc28bcbbf76f -SIZE (KDE/applications/17.12.3/ktp-common-internals-17.12.3.tar.xz) = 441184 +TIMESTAMP = 1523595615 +SHA256 (KDE/applications/18.04.0/ktp-common-internals-18.04.0.tar.xz) = 5b81f0e8adb9c8492d8d5d6339976d3278fc57ac1215da023bd129a4f3e17e33 +SIZE (KDE/applications/18.04.0/ktp-common-internals-18.04.0.tar.xz) = 442288 diff --git a/net-im/ktp-contact-list/distinfo b/net-im/ktp-contact-list/distinfo index e7242c322ba0..5f96d144b8d1 100644 --- a/net-im/ktp-contact-list/distinfo +++ b/net-im/ktp-contact-list/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1520519329 -SHA256 (KDE/applications/17.12.3/ktp-contact-list-17.12.3.tar.xz) = cbc99b34a4daaaa322a7a6ad022a5a1e6c00160891bec1bfaa4e49b994729eb2 -SIZE (KDE/applications/17.12.3/ktp-contact-list-17.12.3.tar.xz) = 131508 +TIMESTAMP = 1523595615 +SHA256 (KDE/applications/18.04.0/ktp-contact-list-18.04.0.tar.xz) = 3ea8a302eb7296b46583f2a016a5ceed8d37654e374809307e385c2ef4cd048d +SIZE (KDE/applications/18.04.0/ktp-contact-list-18.04.0.tar.xz) = 144584 diff --git a/net-im/ktp-contact-runner/distinfo b/net-im/ktp-contact-runner/distinfo index c5022d03ff06..b41591aa4909 100644 --- a/net-im/ktp-contact-runner/distinfo +++ b/net-im/ktp-contact-runner/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1520519328 -SHA256 (KDE/applications/17.12.3/ktp-contact-runner-17.12.3.tar.xz) = 58e7f8049bc5290498ac0268f645c8bd2c5917640660de958c0c4f901ba04766 -SIZE (KDE/applications/17.12.3/ktp-contact-runner-17.12.3.tar.xz) = 40100 +TIMESTAMP = 1523595615 +SHA256 (KDE/applications/18.04.0/ktp-contact-runner-18.04.0.tar.xz) = 917677ff13624570bc4f7700c5f6fc531b65f9f645f79c488660c014cc03190a +SIZE (KDE/applications/18.04.0/ktp-contact-runner-18.04.0.tar.xz) = 42344 diff --git a/net-im/ktp-desktop-applets/distinfo b/net-im/ktp-desktop-applets/distinfo index d2dd801ec5c3..915aa0115c69 100644 --- a/net-im/ktp-desktop-applets/distinfo +++ b/net-im/ktp-desktop-applets/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1520519331 -SHA256 (KDE/applications/17.12.3/ktp-desktop-applets-17.12.3.tar.xz) = 52474ef3e0a970e89f156e172b6003fc4a2533641fb976d74a73b1d48d7cc89a -SIZE (KDE/applications/17.12.3/ktp-desktop-applets-17.12.3.tar.xz) = 43220 +TIMESTAMP = 1523595615 +SHA256 (KDE/applications/18.04.0/ktp-desktop-applets-18.04.0.tar.xz) = 5106cf9f6ad0fe1ca23b91f834d816f7075818e78f6590a3fdc47a63f5e04e26 +SIZE (KDE/applications/18.04.0/ktp-desktop-applets-18.04.0.tar.xz) = 43144 diff --git a/net-im/ktp-filetransfer-handler/distinfo b/net-im/ktp-filetransfer-handler/distinfo index c88a2d3cf4a1..c40fd939d233 100644 --- a/net-im/ktp-filetransfer-handler/distinfo +++ b/net-im/ktp-filetransfer-handler/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1520519331 -SHA256 (KDE/applications/17.12.3/ktp-filetransfer-handler-17.12.3.tar.xz) = c8972d9245cde1442b5d49661760d2c0f59a27604c1308aff696d697661a5cd0 -SIZE (KDE/applications/17.12.3/ktp-filetransfer-handler-17.12.3.tar.xz) = 45968 +TIMESTAMP = 1523595615 +SHA256 (KDE/applications/18.04.0/ktp-filetransfer-handler-18.04.0.tar.xz) = c5822daf552bb8063113ca436a47591ee217a54210ad1b7896cb6c41e11387f1 +SIZE (KDE/applications/18.04.0/ktp-filetransfer-handler-18.04.0.tar.xz) = 45984 diff --git a/net-im/ktp-kded-module/Makefile b/net-im/ktp-kded-module/Makefile index 4dbb8b771105..5a724e294202 100644 --- a/net-im/ktp-kded-module/Makefile +++ b/net-im/ktp-kded-module/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libtelepathy-qt5.so:net-im/telepathy-qt5 \ libKTpCommonInternals.so:net-im/ktp-common-internals USES= cmake:outsource gettext kde:5 tar:xz -USE_KDE= auth codecs completion config configwidgets coreaddons \ +USE_KDE= activities auth codecs completion config configwidgets coreaddons \ dbusaddons i18n idletime jobwidgets kcmutils kio notifications \ service wallet widgetsaddons USE_QT5= concurrent core dbus gui network sql widgets xml \ diff --git a/net-im/ktp-kded-module/distinfo b/net-im/ktp-kded-module/distinfo index 2210cd4ef0b6..ddecf00ce84d 100644 --- a/net-im/ktp-kded-module/distinfo +++ b/net-im/ktp-kded-module/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1520519328 -SHA256 (KDE/applications/17.12.3/ktp-kded-module-17.12.3.tar.xz) = 177eddd896ea5aa29b9823a60298b1c7b44da9dd2267b5f28367d59375aaa29c -SIZE (KDE/applications/17.12.3/ktp-kded-module-17.12.3.tar.xz) = 81256 +TIMESTAMP = 1523595615 +SHA256 (KDE/applications/18.04.0/ktp-kded-module-18.04.0.tar.xz) = 72adaa431bdc64fbcdcc1f8a85a1c145bf9971513511cd6342a54426b66685a0 +SIZE (KDE/applications/18.04.0/ktp-kded-module-18.04.0.tar.xz) = 91460 diff --git a/net-im/ktp-send-file/distinfo b/net-im/ktp-send-file/distinfo index 63cc39836160..bc7bc679c1a8 100644 --- a/net-im/ktp-send-file/distinfo +++ b/net-im/ktp-send-file/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1520519330 -SHA256 (KDE/applications/17.12.3/ktp-send-file-17.12.3.tar.xz) = 90c9d75e1d5df47969030ee50a5b2dbc8e598c489c1213f0a01eed20bc1be10b -SIZE (KDE/applications/17.12.3/ktp-send-file-17.12.3.tar.xz) = 28820 +TIMESTAMP = 1523595615 +SHA256 (KDE/applications/18.04.0/ktp-send-file-18.04.0.tar.xz) = b4649921ebd4472d05395cb4f9376d8b1687ae06ffb2943eeae8b4dbc832f48c +SIZE (KDE/applications/18.04.0/ktp-send-file-18.04.0.tar.xz) = 28696 diff --git a/net-im/ktp-text-ui/distinfo b/net-im/ktp-text-ui/distinfo index 66924bb4f03e..33dc00614eb0 100644 --- a/net-im/ktp-text-ui/distinfo +++ b/net-im/ktp-text-ui/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1520519330 -SHA256 (KDE/applications/17.12.3/ktp-text-ui-17.12.3.tar.xz) = 1b8d3e1f76a574bfd8a3ab59d55ef8ee927065d0d59de31a21b713fc0f86187e -SIZE (KDE/applications/17.12.3/ktp-text-ui-17.12.3.tar.xz) = 468592 +TIMESTAMP = 1523595615 +SHA256 (KDE/applications/18.04.0/ktp-text-ui-18.04.0.tar.xz) = 75a6fcc7101454480b78b351b94922122898e6671d040a3b266d61fae474108a +SIZE (KDE/applications/18.04.0/ktp-text-ui-18.04.0.tar.xz) = 469208 |