git: e8edf37bb787 - main - www/choqok: Remove expired port

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Mon, 31 Mar 2025 14:27:55 UTC
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e8edf37bb787479cf767fdf7175d0a9a490bbafb

commit e8edf37bb787479cf767fdf7175d0a9a490bbafb
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-03-31 14:27:52 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-03-31 14:27:52 +0000

    www/choqok: Remove expired port
    
    2025-03-31 www/choqok: Project discontinued upstream
---
 MOVED                                              |   1 +
 www/Makefile                                       |   1 -
 www/choqok/Makefile                                |  40 ---
 www/choqok/distinfo                                |   3 -
 www/choqok/files/patch-CMakeLists.txt              |  11 -
 ...patch-choqok_config_behavior_behaviorconfig.cpp |  14 -
 ...ch-choqok_config_plugins_choqokpluginconfig.cpp |  12 -
 www/choqok/files/patch-choqok_systrayicon.cpp      |  11 -
 .../files/patch-cmake__modules__DBusMacros.cmake   |  10 -
 .../files/patch-cmake_modules_FindQtOAuth.cmake    |  22 --
 ...bs_gnusocialapihelper_gnusocialapimicroblog.cpp |   8 -
 ..._twitterapihelper_twitterapimicroblogwidget.cpp |  11 -
 .../files/patch-libchoqok_ui_microblogwidget.cpp   |  11 -
 .../patch-microblogs_twitter_twittermicroblog.cpp  |  32 ---
 www/choqok/pkg-descr                               |  19 --
 www/choqok/pkg-plist                               | 314 ---------------------
 16 files changed, 1 insertion(+), 519 deletions(-)

diff --git a/MOVED b/MOVED
index a3c71930406b..d29c7e2a940e 100644
--- a/MOVED
+++ b/MOVED
@@ -4226,3 +4226,4 @@ converters/libutf-8||2025-03-31|Has expired: Upstream disapeared and distfile is
 science/py-moltemplate||2025-03-31|Has expired: Depends on expired devel/py-pytest-runner
 math/py-numdifftools||2025-03-31|Has expired: Depends on expired devel/py-pytest-runner
 graphics/py-pygal||2025-03-31|Has expired: Depends on expired devel/py-pytest-runner
+www/choqok||2025-03-31|Has expired: Project discontinued upstream
diff --git a/www/Makefile b/www/Makefile
index 5aa925c900e1..eee5515f62b4 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -101,7 +101,6 @@
     SUBDIR += cgiwrap
     SUBDIR += checkbot
     SUBDIR += chisel
-    SUBDIR += choqok
     SUBDIR += chpasswd
     SUBDIR += chrome-gnome-shell
     SUBDIR += chromium
diff --git a/www/choqok/Makefile b/www/choqok/Makefile
deleted file mode 100644
index 1440e12e8cb9..000000000000
--- a/www/choqok/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-PORTNAME=	choqok
-DISTVERSION=	1.7.0
-PORTREVISION=	8
-CATEGORIES=	www kde
-MASTER_SITES=	KDE/stable/${PORTNAME}/${PORTVERSION:R}/src
-DIST_SUBDIR=	KDE/${PORTNAME}
-
-MAINTAINER=	kde@FreeBSD.org
-COMMENT=	KDE micro-blogging client
-WWW=		https://www.kde.org/applications/internet/choqok/
-
-LICENSE=	GPLv3
-LICENSE_FILE=	${WRKSRC}/COPYING
-
-DEPRECATED=	Project discontinued upstream
-EXPIRATION_DATE=2025-03-31
-
-LIB_DEPENDS=	libqca-qt5.so:devel/qca@qt5 \
-		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 qt:5 \
-		tar:xz xorg
-USE_KDE=	attica auth bookmarks codecs completion config configwidgets \
-		coreaddons doctools emoticons globalaccel guiaddons i18n \
-		itemviews jobwidgets kcmutils kio notifications \
-		notifyconfig parts purpose service solid sonnet textwidgets \
-		wallet widgetsaddons windowsystem xmlgui \
-		ecm:build \
-		kded:run
-USE_QT=		concurrent core dbus gui network networkauth widgets \
-		xml \
-		buildtools:build qmake:build
-USE_XORG=	x11
-USE_LDCONFIG=	yes
-
-CMAKE_ON=	CMAKE_DISABLE_FIND_PACKAGE_KF5WebKit
-
-.include <bsd.port.mk>
diff --git a/www/choqok/distinfo b/www/choqok/distinfo
deleted file mode 100644
index 50061b72dc8a..000000000000
--- a/www/choqok/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1586113290
-SHA256 (KDE/choqok/choqok-1.7.0.tar.xz) = 26600d95f152c3e04881efb7fb3eb07b5c52fa6ffee838690f28b45defb4a47e
-SIZE (KDE/choqok/choqok-1.7.0.tar.xz) = 1202092
diff --git a/www/choqok/files/patch-CMakeLists.txt b/www/choqok/files/patch-CMakeLists.txt
deleted file mode 100644
index 27c78a9348ae..000000000000
--- a/www/choqok/files/patch-CMakeLists.txt
+++ /dev/null
@@ -1,11 +0,0 @@
---- CMakeLists.txt.orig	2020-02-05 11:49:51 UTC
-+++ CMakeLists.txt
-@@ -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)
-+include_directories(${QTOAUTH_INCLUDE_DIR})
- 
- #if(NOT QTINDICATE_DISABLE)
- #    find_package(QtIndicate)
diff --git a/www/choqok/files/patch-choqok_config_behavior_behaviorconfig.cpp b/www/choqok/files/patch-choqok_config_behavior_behaviorconfig.cpp
deleted file mode 100644
index d4df925b6da3..000000000000
--- a/www/choqok/files/patch-choqok_config_behavior_behaviorconfig.cpp
+++ /dev/null
@@ -1,14 +0,0 @@
---- 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();
- 
diff --git a/www/choqok/files/patch-choqok_config_plugins_choqokpluginconfig.cpp b/www/choqok/files/patch-choqok_config_plugins_choqokpluginconfig.cpp
deleted file mode 100644
index a63d7de2329f..000000000000
--- a/www/choqok/files/patch-choqok_config_plugins_choqokpluginconfig.cpp
+++ /dev/null
@@ -1,12 +0,0 @@
---- 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);
- 
diff --git a/www/choqok/files/patch-choqok_systrayicon.cpp b/www/choqok/files/patch-choqok_systrayicon.cpp
deleted file mode 100644
index 6f6b329a589e..000000000000
--- a/www/choqok/files/patch-choqok_systrayicon.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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);
diff --git a/www/choqok/files/patch-cmake__modules__DBusMacros.cmake b/www/choqok/files/patch-cmake__modules__DBusMacros.cmake
deleted file mode 100644
index 6a06d1e9c1da..000000000000
--- a/www/choqok/files/patch-cmake__modules__DBusMacros.cmake
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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)
diff --git a/www/choqok/files/patch-cmake_modules_FindQtOAuth.cmake b/www/choqok/files/patch-cmake_modules_FindQtOAuth.cmake
deleted file mode 100644
index 47ae698815d5..000000000000
--- a/www/choqok/files/patch-cmake_modules_FindQtOAuth.cmake
+++ /dev/null
@@ -1,22 +0,0 @@
---- cmake/modules/FindQtOAuth.cmake.orig	2016-10-07 15:54:41 UTC
-+++ cmake/modules/FindQtOAuth.cmake
-@@ -18,16 +18,17 @@ if (QTOAUTH_INCLUDE_DIR AND QTOAUTH_LIBR
- else (QTOAUTH_INCLUDE_DIR AND QTOAUTH_LIBRARY)
-   if (NOT WIN32)
-     find_package(PkgConfig)
--    pkg_check_modules(PC_QTOAUTH QUIET qoauth)
-+    pkg_check_modules(PC_QTOAUTH QUIET qoauth-qt5)
-     set(QTOAUTH_DEFINITIONS ${PC_QTOAUTH_CFLAGS_OTHER})
-   endif(NOT WIN32)
- 
--  find_library(QTOAUTH_LIBRARY NAMES qoauth
-+  find_library(QTOAUTH_LIBRARY NAMES qoauth-qt5
-     HINTS ${PC_QTOAUTH_LIBDIR} ${PC_QTOAUTH_LIBRARY_DIRS}
-   )
- 
-   find_path(QTOAUTH_INCLUDE_DIR QtOAuth/interface.h
-     HINTS ${PC_QTOAUTH_INCLUDEDIR} ${PC_QTOAUTH_INCLUDE_DIRS}
-+    PATH_SUFFIXES QtOAuth-qt5
-   )
- 
-   include(FindPackageHandleStandardArgs)
diff --git a/www/choqok/files/patch-helperlibs_gnusocialapihelper_gnusocialapimicroblog.cpp b/www/choqok/files/patch-helperlibs_gnusocialapihelper_gnusocialapimicroblog.cpp
deleted file mode 100644
index 8d5a6aabdffb..000000000000
--- a/www/choqok/files/patch-helperlibs_gnusocialapihelper_gnusocialapimicroblog.cpp
+++ /dev/null
@@ -1,8 +0,0 @@
---- 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"
diff --git a/www/choqok/files/patch-helperlibs_twitterapihelper_twitterapimicroblogwidget.cpp b/www/choqok/files/patch-helperlibs_twitterapihelper_twitterapimicroblogwidget.cpp
deleted file mode 100644
index 71602bb1cbd2..000000000000
--- a/www/choqok/files/patch-helperlibs_twitterapihelper_twitterapimicroblogwidget.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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);
diff --git a/www/choqok/files/patch-libchoqok_ui_microblogwidget.cpp b/www/choqok/files/patch-libchoqok_ui_microblogwidget.cpp
deleted file mode 100644
index 8aeb9ae31a2c..000000000000
--- a/www/choqok/files/patch-libchoqok_ui_microblogwidget.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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;
diff --git a/www/choqok/files/patch-microblogs_twitter_twittermicroblog.cpp b/www/choqok/files/patch-microblogs_twitter_twittermicroblog.cpp
deleted file mode 100644
index ce0aa5e232e4..000000000000
--- a/www/choqok/files/patch-microblogs_twitter_twittermicroblog.cpp
+++ /dev/null
@@ -1,32 +0,0 @@
---- 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);
diff --git a/www/choqok/pkg-descr b/www/choqok/pkg-descr
deleted file mode 100644
index f7f25db7b261..000000000000
--- a/www/choqok/pkg-descr
+++ /dev/null
@@ -1,19 +0,0 @@
-Choqok is free/open-source micro-blogging client for K Desktop Environment.
-The name comes from an ancient Persian word, means Sparrow.  Features are:
-
-  - Supports Twitter.com, Identi.ca, and self hosted StatusNet (formerly
-    Laconica) websites (via their Twitter compatible API)
-  - Supporting Friends, @Reply, Favorites and Public time-lines
-  - Allows to easily send and receive direct messages
-  - Supports multiple accounts simultaneously
-  - Supports search APIs for all services
-  - Users can make quick tweets with global shortcuts
-  - Ability to notify user about new statuses text, with KNotification or
-    Libnotify
-  - Supports URL shortening with more than 30 characters, UnTiny short URLs
-  - Support for configuring status lists appearance
-  - Supports filtering to hide unwanted posts
-  - Preview Images from Twitpic, YFrog, and TweetPhoto services
-  - Preview videos from YouTube and Vimeo services
-  - KWallet integration and proxy support
-  - Official Repeat/ReTweet functions
diff --git a/www/choqok/pkg-plist b/www/choqok/pkg-plist
deleted file mode 100644
index 08eedcf89f3f..000000000000
--- a/www/choqok/pkg-plist
+++ /dev/null
@@ -1,314 +0,0 @@
-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/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_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_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_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_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_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_offline.svgz
-share/icons/hicolor/scalable/apps/choqok.svgz
-share/knotifications5/choqok.notifyrc
-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/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/locale/ar/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/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