Index: head/www/choqok/Makefile =================================================================== --- head/www/choqok/Makefile (revision 530833) +++ head/www/choqok/Makefile (revision 530834) @@ -1,34 +1,34 @@ # $FreeBSD$ PORTNAME= choqok -DISTVERSION= 1.6.0 -PORTREVISION= 9 +DISTVERSION= 1.7.0 +PORTREVISION= 0 CATEGORIES= www kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION:R}/src DIST_SUBDIR= KDE/${PORTNAME} MAINTAINER= kde@FreeBSD.org COMMENT= KDE micro-blogging client LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libqjson-qt5.so:devel/qjson \ libqoauth-qt5.so:net/qoauth-qt5 \ libtelepathy-qt5.so:net-im/telepathy-qt USES= cmake compiler:c++11-lib gettext kde:5 pkgconfig qca qt:5 tar:xz USE_KDE= attica auth bookmarks codecs completion config configwidgets \ coreaddons doctools ecm emoticons globalaccel guiaddons i18n \ itemviews jobwidgets kcmutils kdewebkit kio notifications \ - notifyconfig parts service solid sonnet textwidgets wallet \ - widgetsaddons xmlgui \ + notifyconfig parts purpose service solid sonnet textwidgets \ + wallet widgetsaddons xmlgui \ kded_run -USE_QT= concurrent core dbus gui network widgets xml \ +USE_QT= concurrent core dbus gui network networkauth webkit widgets xml \ buildtools_build qmake_build USE_LDCONFIG= yes CONFLICTS_INSTALL= ${PORTNAME}-kde4 .include Index: head/www/choqok/distinfo =================================================================== --- head/www/choqok/distinfo (revision 530833) +++ head/www/choqok/distinfo (revision 530834) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483011953 -SHA256 (KDE/choqok/choqok-1.6.0.tar.xz) = 8a7527067b3694ad16faafac754cfd5f1e5f5fd1547f066d8f14fbcf8327310f -SIZE (KDE/choqok/choqok-1.6.0.tar.xz) = 1170748 +TIMESTAMP = 1586113290 +SHA256 (KDE/choqok/choqok-1.7.0.tar.xz) = 26600d95f152c3e04881efb7fb3eb07b5c52fa6ffee838690f28b45defb4a47e +SIZE (KDE/choqok/choqok-1.7.0.tar.xz) = 1202092 Index: head/www/choqok/files/patch-gentoo-kf5-5.61-headers =================================================================== --- head/www/choqok/files/patch-gentoo-kf5-5.61-headers (revision 530833) +++ head/www/choqok/files/patch-gentoo-kf5-5.61-headers (nonexistent) @@ -1,94 +0,0 @@ -From 08fb06b63a78888e6703de6ac1a4fd6a0e2791eb Mon Sep 17 00:00:00 2001 -From: Albert Astals Cid -Date: Sun, 28 Jul 2019 00:14:30 +0200 -Subject: Fix compile on CI - -plugins/uploaders/flickr/flickr.h:50:24: error: field mUrlMap has incomplete type QMap -plugins/uploaders/imageshack/imageshack.h:48:24: error: field mUrlMap has incomplete type QMap ---- - plugins/uploaders/flickr/flickr.h | 2 ++ - plugins/uploaders/imageshack/imageshack.h | 2 ++ - 2 files changed, 4 insertions(+) - -diff --git a/plugins/uploaders/flickr/flickr.h b/plugins/uploaders/flickr/flickr.h -index 890219a..7b26609 100644 ---- plugins/uploaders/flickr/flickr.h -+++ plugins/uploaders/flickr/flickr.h -@@ -26,6 +26,8 @@ - - #include "uploader.h" - -+#include -+ - /** - @author Andrey Esin \ - */ -diff --git a/plugins/uploaders/imageshack/imageshack.h b/plugins/uploaders/imageshack/imageshack.h -index d9ddc88..63d0e3f 100644 ---- plugins/uploaders/imageshack/imageshack.h -+++ plugins/uploaders/imageshack/imageshack.h -@@ -26,6 +26,8 @@ - - #include "uploader.h" - -+#include -+ - /** - @author Mehrdad Momeny \ - */ --- -cgit v1.1 - -From bef6784596bf0b41287ebad81f138e1c8c2a6be2 Mon Sep 17 00:00:00 2001 -From: Albert Astals Cid -Date: Sun, 28 Jul 2019 00:20:34 +0200 -Subject: Fix build on CI - -Even more missing QMap includes ---- - plugins/uploaders/mobypicture/mobypicture.h | 2 ++ - plugins/uploaders/posterous/posterous.h | 2 ++ - plugins/uploaders/twitgoo/twitgoo.h | 2 ++ - 3 files changed, 6 insertions(+) - -diff --git a/plugins/uploaders/mobypicture/mobypicture.h b/plugins/uploaders/mobypicture/mobypicture.h -index 098f411..86f61fd 100644 ---- plugins/uploaders/mobypicture/mobypicture.h -+++ plugins/uploaders/mobypicture/mobypicture.h -@@ -26,6 +26,8 @@ - - #include "uploader.h" - -+#include -+ - class KJob; - - class Mobypicture : public Choqok::Uploader -diff --git a/plugins/uploaders/posterous/posterous.h b/plugins/uploaders/posterous/posterous.h -index c7f6fe1..5c9442d 100644 ---- plugins/uploaders/posterous/posterous.h -+++ plugins/uploaders/posterous/posterous.h -@@ -26,6 +26,8 @@ - - #include "uploader.h" - -+#include -+ - class KJob; - - class Posterous : public Choqok::Uploader -diff --git a/plugins/uploaders/twitgoo/twitgoo.h b/plugins/uploaders/twitgoo/twitgoo.h -index ee3f496..020080e 100644 ---- plugins/uploaders/twitgoo/twitgoo.h -+++ plugins/uploaders/twitgoo/twitgoo.h -@@ -26,6 +26,8 @@ - - #include "uploader.h" - -+#include -+ - class KJob; - - class Twitgoo : public Choqok::Uploader --- -cgit v1.1 Property changes on: head/www/choqok/files/patch-gentoo-kf5-5.61-headers ___________________________________________________________________ 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/www/choqok/files/patch-kf5-5.61-headers =================================================================== --- head/www/choqok/files/patch-kf5-5.61-headers (revision 530833) +++ head/www/choqok/files/patch-kf5-5.61-headers (nonexistent) @@ -1,20 +0,0 @@ ---- plugins/betternotify/notify.h.orig 2019-08-14 20:27:53.253748000 +0000 -+++ plugins/betternotify/notify.h 2019-08-14 20:28:19.765006000 +0000 -@@ -23,6 +23,7 @@ - #ifndef NOTIFY_H - #define NOTIFY_H - -+#include - #include - #include - #include ---- plugins/untiny/untiny.h.orig 2019-08-14 20:29:41.454765000 +0000 -+++ plugins/untiny/untiny.h 2019-08-14 20:30:33.646732000 +0000 -@@ -27,6 +27,7 @@ - - #include "plugin.h" - -+#include - #include - #include - #include Property changes on: head/www/choqok/files/patch-kf5-5.61-headers ___________________________________________________________________ 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/www/choqok/files/patch-CMakeLists.txt =================================================================== --- head/www/choqok/files/patch-CMakeLists.txt (revision 530833) +++ head/www/choqok/files/patch-CMakeLists.txt (revision 530834) @@ -1,10 +1,11 @@ ---- CMakeLists.txt.orig 2017-01-24 21:41:36 UTC +--- CMakeLists.txt.orig 2020-02-05 11:49:51 UTC +++ CMakeLists.txt -@@ -41,6 +41,7 @@ find_package(KF5 REQUIRED +@@ -45,6 +45,8 @@ find_package(KF5 COMPONENTS Purpose) + #option(QTINDICATE_DISABLE "Disable support for notifications via indicator") find_package(Qca-qt5 REQUIRED) - find_package(QtOAuth 2.0.1 REQUIRED) ++find_package(QtOAuth 2.0.1 REQUIRED) +include_directories(${QTOAUTH_INCLUDE_DIR}) #if(NOT QTINDICATE_DISABLE) # find_package(QtIndicate) Property changes on: head/www/choqok/files/patch-CMakeLists.txt ___________________________________________________________________ Modified: fbsd:nokeywords ## -1,2 +1 ## -yes -\ No newline at end of property \ No newline at end of property +yes \ No newline at end of property Index: head/www/choqok/files/patch-choqok_config_behavior_behaviorconfig.cpp =================================================================== --- head/www/choqok/files/patch-choqok_config_behavior_behaviorconfig.cpp (nonexistent) +++ head/www/choqok/files/patch-choqok_config_behavior_behaviorconfig.cpp (revision 530834) @@ -0,0 +1,14 @@ +--- choqok/config/behavior/behaviorconfig.cpp.orig 2020-02-05 11:49:13 UTC ++++ choqok/config/behavior/behaviorconfig.cpp +@@ -95,9 +95,9 @@ BehaviorConfig::BehaviorConfig(QWidget *parent, const + d->mBehaviorTabCtl->addTab(d->proxyModule, proxyInfo.moduleName()); + + connect(d->mPrfsShorten, (void (BehaviorConfig_Shorten::*)(bool))&BehaviorConfig_Shorten::changed, +- this, (void (KCModule::*)())&KCModule::changed); ++ this, &BehaviorConfig::markAsChanged); + connect(d->proxyModule, (void (KCModuleProxy::*)(KCModuleProxy*))&KCModuleProxy::changed, +- this, (void (KCModule::*)())&KCModule::changed); ++ this, &BehaviorConfig::markAsChanged); + + load(); + Property changes on: head/www/choqok/files/patch-choqok_config_behavior_behaviorconfig.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/www/choqok/files/patch-choqok_config_plugins_choqokpluginconfig.cpp =================================================================== --- head/www/choqok/files/patch-choqok_config_plugins_choqokpluginconfig.cpp (nonexistent) +++ head/www/choqok/files/patch-choqok_config_plugins_choqokpluginconfig.cpp (revision 530834) @@ -0,0 +1,12 @@ +--- choqok/config/plugins/choqokpluginconfig.cpp.orig 2020-02-05 11:49:13 UTC ++++ choqok/config/plugins/choqokpluginconfig.cpp +@@ -46,8 +46,7 @@ ChoqokPluginConfig::ChoqokPluginConfig(QWidget *parent + mainLayout->setMargin(0); + mainLayout->addWidget(m_pluginSelector); + +- connect(m_pluginSelector, &KPluginSelector::changed, this, +- (void (KCModule::*)())&KCModule::changed); ++ connect(m_pluginSelector, &KPluginSelector::changed, this, &ChoqokPluginConfig::markAsChanged); + connect(m_pluginSelector, &KPluginSelector::configCommitted, + this, &ChoqokPluginConfig::reparseConfiguration); + Property changes on: head/www/choqok/files/patch-choqok_config_plugins_choqokpluginconfig.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/www/choqok/files/patch-choqok_systrayicon.cpp =================================================================== --- head/www/choqok/files/patch-choqok_systrayicon.cpp (nonexistent) +++ head/www/choqok/files/patch-choqok_systrayicon.cpp (revision 530834) @@ -0,0 +1,11 @@ +--- choqok/systrayicon.cpp.orig 2020-02-05 11:49:13 UTC ++++ choqok/systrayicon.cpp +@@ -81,7 +81,7 @@ void SysTrayIcon::updateUnreadCount(int changeOfUnread + + auto pointSize = f.pointSizeF(); + QFontMetrics fm(f); +- int w = fm.width(countStr); ++ int w = fm.horizontalAdvance(countStr); + if (w > (oldWidth - 2)) { + pointSize *= float(oldWidth - 2) / float(w); + f.setPointSizeF(pointSize); Property changes on: head/www/choqok/files/patch-choqok_systrayicon.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/www/choqok/files/patch-cmake__modules__DBusMacros.cmake =================================================================== --- head/www/choqok/files/patch-cmake__modules__DBusMacros.cmake (revision 530833) +++ head/www/choqok/files/patch-cmake__modules__DBusMacros.cmake (revision 530834) @@ -1,10 +1,10 @@ ---- ./cmake/modules/DBusMacros.cmake.bak 2010-12-15 19:50:32.015441170 +1000 -+++ ./cmake/modules/DBusMacros.cmake 2010-12-15 19:52:27.213438681 +1000 -@@ -26,6 +26,6 @@ +--- cmake/modules/DBusMacros.cmake.orig 2020-02-05 11:49:13 UTC ++++ cmake/modules/DBusMacros.cmake +@@ -26,6 +26,6 @@ macro(dbus_add_activation_service _sources) string(REGEX REPLACE "\\.service.*$" ".service" _output_file ${_i}) set(_target ${CMAKE_CURRENT_BINARY_DIR}/${_output_file}) configure_file(${_service_file} ${_target}) - install(FILES ${_target} DESTINATION ${DATA_INSTALL_DIR}/dbus-1/services) + install(FILES ${_target} DESTINATION ${DBUS_SERVICES_INSTALL_DIR}) endforeach (_i ${ARGN}) endmacro(dbus_add_activation_service _sources) Index: head/www/choqok/files/patch-helperlibs_gnusocialapihelper_gnusocialapimicroblog.cpp =================================================================== --- head/www/choqok/files/patch-helperlibs_gnusocialapihelper_gnusocialapimicroblog.cpp (nonexistent) +++ head/www/choqok/files/patch-helperlibs_gnusocialapihelper_gnusocialapimicroblog.cpp (revision 530834) @@ -0,0 +1,8 @@ +--- helperlibs/gnusocialapihelper/gnusocialapimicroblog.cpp.orig 2020-02-05 11:49:13 UTC ++++ helperlibs/gnusocialapihelper/gnusocialapimicroblog.cpp +@@ -417,5 +417,3 @@ void GNUSocialApiMicroBlog::slotFetchConversation(KJob + } + } + } +- +-#include "gnusocialapimicroblog.moc" Property changes on: head/www/choqok/files/patch-helperlibs_gnusocialapihelper_gnusocialapimicroblog.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/www/choqok/files/patch-helperlibs_twitterapihelper_twitterapimicroblogwidget.cpp =================================================================== --- head/www/choqok/files/patch-helperlibs_twitterapihelper_twitterapimicroblogwidget.cpp (nonexistent) +++ head/www/choqok/files/patch-helperlibs_twitterapihelper_twitterapimicroblogwidget.cpp (revision 530834) @@ -0,0 +1,11 @@ +--- helperlibs/twitterapihelper/twitterapimicroblogwidget.cpp.orig 2020-02-05 11:49:13 UTC ++++ helperlibs/twitterapihelper/twitterapimicroblogwidget.cpp +@@ -67,7 +67,7 @@ QIcon addTextToIcon(const QIcon &icon, const QString & + font.setBold(true); + painter.setFont(font); + +- int textWidth = painter.fontMetrics().width(text); ++ int textWidth = painter.fontMetrics().horizontalAdvance(text); + QRect rct(0 , 0 , textWidth , result_size.height() / 2); + + painter.setRenderHint(QPainter::Antialiasing); Property changes on: head/www/choqok/files/patch-helperlibs_twitterapihelper_twitterapimicroblogwidget.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/www/choqok/files/patch-libchoqok_ui_microblogwidget.cpp =================================================================== --- head/www/choqok/files/patch-libchoqok_ui_microblogwidget.cpp (nonexistent) +++ head/www/choqok/files/patch-libchoqok_ui_microblogwidget.cpp (revision 530834) @@ -0,0 +1,11 @@ +--- libchoqok/ui/microblogwidget.cpp.orig 2020-02-05 11:49:13 UTC ++++ libchoqok/ui/microblogwidget.cpp +@@ -65,7 +65,7 @@ QIcon addNumToIcon(const QIcon &big , int number , con + painter.setFont(font); + + QString numberStr = QString::number(number); +- int textWidth = painter.fontMetrics().width(numberStr) + 6; ++ int textWidth = painter.fontMetrics().horizontalAdvance(numberStr) + 6; + + if (textWidth < result_size.width() / 2) { + textWidth = result_size.width() / 2; Property changes on: head/www/choqok/files/patch-libchoqok_ui_microblogwidget.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/www/choqok/files/patch-microblogs_twitter_twittermicroblog.cpp =================================================================== --- head/www/choqok/files/patch-microblogs_twitter_twittermicroblog.cpp (nonexistent) +++ head/www/choqok/files/patch-microblogs_twitter_twittermicroblog.cpp (revision 530834) @@ -0,0 +1,32 @@ +--- microblogs/twitter/twittermicroblog.cpp.orig 2020-02-05 11:49:13 UTC ++++ microblogs/twitter/twittermicroblog.cpp +@@ -473,7 +473,11 @@ Choqok::Post *TwitterMicroBlog::readPost(Choqok::Accou + } + + //postId is changed, regenerate link url +- post->link = postUrl(account, post->author.userName, post->postId); ++ if (!post->repeatedPostId.isEmpty()) { ++ post->link = postUrl(account, post->author.userName, post->repeatedPostId); ++ } else { ++ post->link = postUrl(account, post->author.userName, post->postId); ++ } + + QVariantMap userMap = var[QLatin1String("user")].toMap(); + post->author.userId = userMap[QLatin1String("id_str")].toString(); +@@ -491,7 +495,6 @@ void TwitterMicroBlog::fetchPost(Choqok::Account *theA + QUrl url = account->apiUrl(); + url.setPath(url.path() + QStringLiteral("/statuses/show/%1.json").arg(post->postId)); + +- QUrl tmpUrl(url); + QUrlQuery urlQuery; + urlQuery.addQueryItem(QLatin1String("tweet_mode"), QLatin1String("extended")); + url.setQuery(urlQuery); +@@ -506,7 +509,7 @@ void TwitterMicroBlog::fetchPost(Choqok::Account *theA + } + job->addMetaData(QStringLiteral("customHTTPHeader"), + QStringLiteral("Authorization: ") + +- QLatin1String(authorizationHeader(account, tmpUrl, QNetworkAccessManager::GetOperation))); ++ QLatin1String(authorizationHeader(account, url, QNetworkAccessManager::GetOperation))); + mFetchPostMap[ job ] = post; + mJobsAccount[ job ] = theAccount; + connect(job, &KIO::StoredTransferJob::result, this, &TwitterMicroBlog::slotFetchPost); Property changes on: head/www/choqok/files/patch-microblogs_twitter_twittermicroblog.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/www/choqok/pkg-plist =================================================================== --- head/www/choqok/pkg-plist (revision 530833) +++ head/www/choqok/pkg-plist (revision 530834) @@ -1,310 +1,318 @@ bin/choqok include/choqok/account.h include/choqok/accountmanager.h include/choqok/application.h include/choqok/choqok_export.h include/choqok/choqokappearancesettings.h include/choqok/choqokbehaviorsettings.h include/choqok/choqokmainwindow.h include/choqok/choqoktabbar.h include/choqok/choqoktextedit.h include/choqok/choqoktools.h include/choqok/choqoktypes.h include/choqok/choqokuiglobal.h include/choqok/composerwidget.h include/choqok/dbushandler.h include/choqok/editaccountwidget.h include/choqok/gnusocialapihelper/gnusocialapiaccount.h include/choqok/gnusocialapihelper/gnusocialapicomposerwidget.h include/choqok/gnusocialapihelper/gnusocialapiconversationtimelinewidget.h include/choqok/gnusocialapihelper/gnusocialapidmessagedialog.h include/choqok/gnusocialapihelper/gnusocialapimicroblog.h include/choqok/gnusocialapihelper/gnusocialapipostwidget.h include/choqok/gnusocialapihelper/gnusocialapisearch.h include/choqok/mediamanager.h include/choqok/microblog.h include/choqok/microblogwidget.h include/choqok/notifymanager.h include/choqok/passwordmanager.h include/choqok/plugin.h include/choqok/pluginmanager.h include/choqok/postwidget.h include/choqok/quickpost.h include/choqok/shortener.h include/choqok/shortenmanager.h include/choqok/textbrowser.h include/choqok/timelinewidget.h include/choqok/twitterapihelper/twitterapiaccount.h include/choqok/twitterapihelper/twitterapicomposerwidget.h include/choqok/twitterapihelper/twitterapidmessagedialog.h include/choqok/twitterapihelper/twitterapimicroblog.h include/choqok/twitterapihelper/twitterapimicroblogwidget.h +include/choqok/twitterapihelper/twitterapioauth.h +include/choqok/twitterapihelper/twitterapioauthreplyhandler.h include/choqok/twitterapihelper/twitterapipostwidget.h include/choqok/twitterapihelper/twitterapisearch.h include/choqok/twitterapihelper/twitterapisearchdialog.h include/choqok/twitterapihelper/twitterapisearchtimelinewidget.h include/choqok/twitterapihelper/twitterapishowthread.h include/choqok/twitterapihelper/twitterapitextedit.h include/choqok/twitterapihelper/twitterapitimelinewidget.h include/choqok/twitterapihelper/twitterapiwhoiswidget.h include/choqok/uploader.h include/choqok/uploadmediadialog.h lib/libchoqok.so lib/libchoqok.so.1 lib/libchoqok.so.1.3.0 lib/libgnusocialapihelper.so lib/libgnusocialapihelper.so.1 lib/libgnusocialapihelper.so.1.3.0 lib/libtwitterapihelper.so lib/libtwitterapihelper.so.1 lib/libtwitterapihelper.so.1.3.0 %%QT_PLUGINDIR%%/choqok_betternotify.so %%QT_PLUGINDIR%%/choqok_bit_ly.so %%QT_PLUGINDIR%%/choqok_filter.so %%QT_PLUGINDIR%%/choqok_flickr.so %%QT_PLUGINDIR%%/choqok_friendica.so %%QT_PLUGINDIR%%/choqok_goo_gl.so %%QT_PLUGINDIR%%/choqok_imagepreview.so %%QT_PLUGINDIR%%/choqok_imageshack.so %%QT_PLUGINDIR%%/choqok_imstatus.so %%QT_PLUGINDIR%%/choqok_is_gd.so %%QT_PLUGINDIR%%/choqok_laconica.so +%%QT_PLUGINDIR%%/choqok_mastodon.so %%QT_PLUGINDIR%%/choqok_mobypicture.so %%QT_PLUGINDIR%%/choqok_nowlistening.so %%QT_PLUGINDIR%%/choqok_ocs.so %%QT_PLUGINDIR%%/choqok_posterous.so %%QT_PLUGINDIR%%/choqok_pumpio.so %%QT_PLUGINDIR%%/choqok_quickfilter.so %%QT_PLUGINDIR%%/choqok_searchaction.so %%QT_PLUGINDIR%%/choqok_tighturl.so %%QT_PLUGINDIR%%/choqok_tinyarro_ws.so %%QT_PLUGINDIR%%/choqok_twitgoo.so %%QT_PLUGINDIR%%/choqok_twitter.so %%QT_PLUGINDIR%%/choqok_untiny.so %%QT_PLUGINDIR%%/choqok_ur1_ca.so %%QT_PLUGINDIR%%/choqok_videopreview.so %%QT_PLUGINDIR%%/choqok_yourls.so %%QT_PLUGINDIR%%/kcm_choqok_accountsconfig.so %%QT_PLUGINDIR%%/kcm_choqok_appearanceconfig.so %%QT_PLUGINDIR%%/kcm_choqok_behaviorconfig.so %%QT_PLUGINDIR%%/kcm_choqok_betternotify.so %%QT_PLUGINDIR%%/kcm_choqok_bit_ly.so %%QT_PLUGINDIR%%/kcm_choqok_flickr.so %%QT_PLUGINDIR%%/kcm_choqok_imstatus.so %%QT_PLUGINDIR%%/kcm_choqok_is_gd.so %%QT_PLUGINDIR%%/kcm_choqok_mobypicture.so %%QT_PLUGINDIR%%/kcm_choqok_nowlistening.so %%QT_PLUGINDIR%%/kcm_choqok_pluginconfig.so %%QT_PLUGINDIR%%/kcm_choqok_posterous.so %%QT_PLUGINDIR%%/kcm_choqok_tinyarro_ws.so %%QT_PLUGINDIR%%/kcm_choqok_twitgoo.so %%QT_PLUGINDIR%%/kcm_choqok_yourls.so %%QT_PLUGINDIR%%/kf5/parts/konqchoqokplugin.so +%%QT_PLUGINDIR%%/kf5/purpose/purposeplugin.so share/applications/org.kde.choqok.desktop %%DATADIR%%/images/splash_screen.png share/cmake/modules/FindChoqok.cmake share/config.kcfg/bit_ly_settings.kcfg share/config.kcfg/choqokappearancesettings.kcfg share/config.kcfg/choqokbehaviorsettings.kcfg share/config.kcfg/flickrsettings.kcfg share/config.kcfg/imstatussettings.kcfg share/config.kcfg/is_gd_settings.kcfg share/config.kcfg/mobypicturesettings.kcfg share/config.kcfg/nowlisteningsettings.kcfg share/config.kcfg/posteroussettings.kcfg share/config.kcfg/tinyarro_ws_settings.kcfg share/config.kcfg/twitgoosettings.kcfg share/config.kcfg/untinysettings.kcfg share/config.kcfg/yourlssettings.kcfg share/dbus-1/services/org.kde.choqok.service share/doc/HTML/ca/choqok/index.cache.bz2 share/doc/HTML/ca/choqok/index.docbook share/doc/HTML/de/choqok/index.cache.bz2 share/doc/HTML/de/choqok/index.docbook share/doc/HTML/en/choqok/add_account.png share/doc/HTML/en/choqok/choqok.png share/doc/HTML/en/choqok/choqok_quick.png share/doc/HTML/en/choqok/choqok_search.png share/doc/HTML/en/choqok/index.cache.bz2 share/doc/HTML/en/choqok/index.docbook share/doc/HTML/es/choqok/index.cache.bz2 share/doc/HTML/es/choqok/index.docbook share/doc/HTML/fr/choqok/choqok_quick.png share/doc/HTML/fr/choqok/index.cache.bz2 share/doc/HTML/fr/choqok/index.docbook share/doc/HTML/it/choqok/index.cache.bz2 share/doc/HTML/it/choqok/index.docbook share/doc/HTML/nl/choqok/index.cache.bz2 share/doc/HTML/nl/choqok/index.docbook share/doc/HTML/pt/choqok/index.cache.bz2 share/doc/HTML/pt/choqok/index.docbook share/doc/HTML/pt_BR/choqok/index.cache.bz2 share/doc/HTML/pt_BR/choqok/index.docbook share/doc/HTML/sv/choqok/index.cache.bz2 share/doc/HTML/sv/choqok/index.docbook share/doc/HTML/uk/choqok/index.cache.bz2 share/doc/HTML/uk/choqok/index.docbook +share/icons/hicolor/128x128/apps/mastodon_microblog.png share/icons/hicolor/128x128/apps/pumpio_microblog.png share/icons/hicolor/16x16/actions/retweet.png -share/icons/hicolor/16x16/apps/choqok.png share/icons/hicolor/16x16/apps/choqok_offline.png +share/icons/hicolor/16x16/apps/choqok.png share/icons/hicolor/16x16/apps/flickr_uploader.png share/icons/hicolor/16x16/apps/friendica_microblog.png share/icons/hicolor/16x16/apps/imageshack_uploader.png share/icons/hicolor/16x16/apps/laconica_microblog.png +share/icons/hicolor/16x16/apps/mastodon_microblog.png share/icons/hicolor/16x16/apps/mobypicture_uploader.png share/icons/hicolor/16x16/apps/ocs_microblog.png share/icons/hicolor/16x16/apps/posterous_uploader.png share/icons/hicolor/16x16/apps/pumpio_microblog.png share/icons/hicolor/16x16/apps/twitgoo_uploader.png share/icons/hicolor/16x16/apps/twitter_microblog.png -share/icons/hicolor/22x22/apps/choqok.png share/icons/hicolor/22x22/apps/choqok_offline.png +share/icons/hicolor/22x22/apps/choqok.png share/icons/hicolor/22x22/apps/flickr_uploader.png share/icons/hicolor/22x22/apps/friendica_microblog.png share/icons/hicolor/22x22/apps/imageshack_uploader.png share/icons/hicolor/22x22/apps/laconica_microblog.png +share/icons/hicolor/22x22/apps/mastodon_microblog.png share/icons/hicolor/22x22/apps/mobypicture_uploader.png share/icons/hicolor/22x22/apps/ocs_microblog.png share/icons/hicolor/22x22/apps/posterous_uploader.png share/icons/hicolor/22x22/apps/pumpio_microblog.png share/icons/hicolor/22x22/apps/twitter_microblog.png -share/icons/hicolor/32x32/apps/choqok.png share/icons/hicolor/32x32/apps/choqok_offline.png +share/icons/hicolor/32x32/apps/choqok.png share/icons/hicolor/32x32/apps/flickr_uploader.png share/icons/hicolor/32x32/apps/friendica_microblog.png share/icons/hicolor/32x32/apps/imageshack_uploader.png share/icons/hicolor/32x32/apps/laconica_microblog.png +share/icons/hicolor/32x32/apps/mastodon_microblog.png share/icons/hicolor/32x32/apps/mobypicture_uploader.png share/icons/hicolor/32x32/apps/ocs_microblog.png share/icons/hicolor/32x32/apps/posterous_uploader.png share/icons/hicolor/32x32/apps/pumpio_microblog.png share/icons/hicolor/32x32/apps/twitgoo_uploader.png share/icons/hicolor/32x32/apps/twitter_microblog.png -share/icons/hicolor/48x48/apps/choqok.png share/icons/hicolor/48x48/apps/choqok_offline.png +share/icons/hicolor/48x48/apps/choqok.png share/icons/hicolor/48x48/apps/flickr_uploader.png share/icons/hicolor/48x48/apps/friendica_microblog.png share/icons/hicolor/48x48/apps/imageshack_uploader.png share/icons/hicolor/48x48/apps/laconica_microblog.png +share/icons/hicolor/48x48/apps/mastodon_microblog.png share/icons/hicolor/48x48/apps/mobypicture_uploader.png share/icons/hicolor/48x48/apps/ocs_microblog.png share/icons/hicolor/48x48/apps/posterous_uploader.png share/icons/hicolor/48x48/apps/pumpio_microblog.png share/icons/hicolor/48x48/apps/twitgoo_uploader.png share/icons/hicolor/48x48/apps/twitter_microblog.png -share/icons/hicolor/64x64/apps/choqok.png share/icons/hicolor/64x64/apps/choqok_offline.png +share/icons/hicolor/64x64/apps/choqok.png share/icons/hicolor/64x64/apps/flickr_uploader.png share/icons/hicolor/64x64/apps/friendica_microblog.png share/icons/hicolor/64x64/apps/imageshack_uploader.png share/icons/hicolor/64x64/apps/laconica_microblog.png +share/icons/hicolor/64x64/apps/mastodon_microblog.png share/icons/hicolor/64x64/apps/mobypicture_uploader.png share/icons/hicolor/64x64/apps/ocs_microblog.png share/icons/hicolor/64x64/apps/posterous_uploader.png share/icons/hicolor/64x64/apps/pumpio_microblog.png share/icons/hicolor/64x64/apps/twitgoo_uploader.png -share/icons/hicolor/scalable/apps/choqok.svgz share/icons/hicolor/scalable/apps/choqok_offline.svgz -share/knotifications5/choqok/choqok.notifyrc +share/icons/hicolor/scalable/apps/choqok.svgz +share/knotifications5/choqok.notifyrc share/kservices5/ServiceMenus/choqok_share.desktop -share/kservices5/ServiceMenus/choqok_upload.desktop share/kservices5/choqok_accountsconfig.desktop share/kservices5/choqok_appearanceconfig.desktop share/kservices5/choqok_behaviorconfig.desktop share/kservices5/choqok_bit_ly.desktop share/kservices5/choqok_bit_ly_config.desktop share/kservices5/choqok_filter.desktop share/kservices5/choqok_flickr.desktop share/kservices5/choqok_flickr_config.desktop share/kservices5/choqok_friendica.desktop share/kservices5/choqok_goo_gl.desktop share/kservices5/choqok_imagepreview.desktop share/kservices5/choqok_imageshack.desktop share/kservices5/choqok_imstatus.desktop share/kservices5/choqok_imstatus_config.desktop share/kservices5/choqok_is_gd.desktop share/kservices5/choqok_is_gd_config.desktop share/kservices5/choqok_laconica.desktop +share/kservices5/choqok_mastodon.desktop share/kservices5/choqok_mobypicture.desktop share/kservices5/choqok_mobypicture_config.desktop share/kservices5/choqok_notify.desktop share/kservices5/choqok_notify_config.desktop share/kservices5/choqok_nowlistening.desktop share/kservices5/choqok_nowlistening_config.desktop share/kservices5/choqok_ocs.desktop share/kservices5/choqok_pluginconfig.desktop share/kservices5/choqok_posterous.desktop share/kservices5/choqok_posterous_config.desktop share/kservices5/choqok_pumpio.desktop share/kservices5/choqok_quickfilter.desktop share/kservices5/choqok_searchaction.desktop share/kservices5/choqok_tighturl.desktop share/kservices5/choqok_tinyarro_ws.desktop share/kservices5/choqok_tinyarro_ws_config.desktop share/kservices5/choqok_twitgoo.desktop share/kservices5/choqok_twitgoo_config.desktop share/kservices5/choqok_twitter.desktop share/kservices5/choqok_untiny.desktop share/kservices5/choqok_ur1_ca.desktop share/kservices5/choqok_videopreview.desktop share/kservices5/choqok_yourls.desktop share/kservices5/choqok_yourls_config.desktop share/kservices5/konqchoqok.desktop share/kservicetypes5/choqokplugin.desktop share/kservicetypes5/choqokshortenerplugin.desktop share/kservicetypes5/choqokuploaderplugin.desktop share/kxmlgui5/choqok/choqokui.rc share/kxmlgui5/choqok_filter/filterui.rc share/kxmlgui5/choqok_nowlistening/nowlisteningui.rc share/kxmlgui5/choqok_quickfilter/quickfilterui.rc share/kxmlgui5/choqok_searchaction/searchactionui.rc share/kxmlgui5/konqchoqokplugin/konqchoqok.rc share/locale/ar/LC_MESSAGES/choqok.mo -share/locale/ast/LC_MESSAGES/choqok.mo share/locale/bg/LC_MESSAGES/choqok.mo share/locale/bs/LC_MESSAGES/choqok.mo share/locale/ca/LC_MESSAGES/choqok.mo share/locale/ca@valencia/LC_MESSAGES/choqok.mo share/locale/cs/LC_MESSAGES/choqok.mo share/locale/da/LC_MESSAGES/choqok.mo share/locale/de/LC_MESSAGES/choqok.mo share/locale/el/LC_MESSAGES/choqok.mo share/locale/en_GB/LC_MESSAGES/choqok.mo share/locale/eo/LC_MESSAGES/choqok.mo share/locale/es/LC_MESSAGES/choqok.mo share/locale/et/LC_MESSAGES/choqok.mo share/locale/fa/LC_MESSAGES/choqok.mo share/locale/fi/LC_MESSAGES/choqok.mo share/locale/fr/LC_MESSAGES/choqok.mo share/locale/ga/LC_MESSAGES/choqok.mo share/locale/gl/LC_MESSAGES/choqok.mo share/locale/hr/LC_MESSAGES/choqok.mo share/locale/hu/LC_MESSAGES/choqok.mo share/locale/ia/LC_MESSAGES/choqok.mo -share/locale/is/LC_MESSAGES/choqok.mo share/locale/it/LC_MESSAGES/choqok.mo share/locale/ja/LC_MESSAGES/choqok.mo share/locale/km/LC_MESSAGES/choqok.mo share/locale/lt/LC_MESSAGES/choqok.mo share/locale/mr/LC_MESSAGES/choqok.mo share/locale/ms/LC_MESSAGES/choqok.mo share/locale/nb/LC_MESSAGES/choqok.mo share/locale/nds/LC_MESSAGES/choqok.mo share/locale/nl/LC_MESSAGES/choqok.mo share/locale/pa/LC_MESSAGES/choqok.mo share/locale/pl/LC_MESSAGES/choqok.mo share/locale/pt/LC_MESSAGES/choqok.mo share/locale/pt_BR/LC_MESSAGES/choqok.mo share/locale/ro/LC_MESSAGES/choqok.mo share/locale/ru/LC_MESSAGES/choqok.mo share/locale/sk/LC_MESSAGES/choqok.mo share/locale/sl/LC_MESSAGES/choqok.mo share/locale/sq/LC_MESSAGES/choqok.mo share/locale/sv/LC_MESSAGES/choqok.mo share/locale/tr/LC_MESSAGES/choqok.mo share/locale/ug/LC_MESSAGES/choqok.mo share/locale/uk/LC_MESSAGES/choqok.mo share/locale/zh_CN/LC_MESSAGES/choqok.mo share/locale/zh_TW/LC_MESSAGES/choqok.mo share/metainfo/org.kde.choqok.appdata.xml