From f9a01cdd69d04a972c5d8611ba58237c9fefc336 Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Thu, 19 Feb 2026 13:21:57 +0100 Subject: Use shared buteo-common, and separate notifications --- .../buteo-sync-plugin-mastodon-notifications.pro | 10 ++++++++-- .../mastodonnotificationssyncadaptor.cpp | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) (limited to 'buteo-plugins/buteo-sync-plugin-mastodon-notifications') diff --git a/buteo-plugins/buteo-sync-plugin-mastodon-notifications/buteo-sync-plugin-mastodon-notifications.pro b/buteo-plugins/buteo-sync-plugin-mastodon-notifications/buteo-sync-plugin-mastodon-notifications.pro index 81060b1..c14e878 100644 --- a/buteo-plugins/buteo-sync-plugin-mastodon-notifications/buteo-sync-plugin-mastodon-notifications.pro +++ b/buteo-plugins/buteo-sync-plugin-mastodon-notifications/buteo-sync-plugin-mastodon-notifications.pro @@ -2,11 +2,17 @@ TARGET = mastodon-notifications-client QT -= gui -include($$PWD/../buteo-common/buteo-common.pri) include($$PWD/../../common/common.pri) CONFIG += link_pkgconfig -PKGCONFIG += mlite5 nemonotifications-qt5 +PKGCONFIG += \ + buteosocialcommon \ + socialcache \ + accounts-qt5 \ + buteosyncfw5 \ + libsignon-qt5 \ + mlite5 \ + nemonotifications-qt5 INCLUDEPATH += $$PWD diff --git a/buteo-plugins/buteo-sync-plugin-mastodon-notifications/mastodonnotificationssyncadaptor.cpp b/buteo-plugins/buteo-sync-plugin-mastodon-notifications/mastodonnotificationssyncadaptor.cpp index 7775841..9b22798 100644 --- a/buteo-plugins/buteo-sync-plugin-mastodon-notifications/mastodonnotificationssyncadaptor.cpp +++ b/buteo-plugins/buteo-sync-plugin-mastodon-notifications/mastodonnotificationssyncadaptor.cpp @@ -185,7 +185,7 @@ MastodonNotificationsSyncAdaptor::~MastodonNotificationsSyncAdaptor() QString MastodonNotificationsSyncAdaptor::syncServiceName() const { - return QStringLiteral("mastodon-microblog"); + return QStringLiteral("mastodon-notifications"); } void MastodonNotificationsSyncAdaptor::purgeDataForOldAccount(int oldId, SocialNetworkSyncAdaptor::PurgeMode) -- cgit v1.2.3