#2 Adding upstream patch - disable sync contact
Merged 2 years ago by than. Opened 2 years ago by thunderbirdtr.
rpms/ thunderbirdtr/kdepim-runtime disable_sync_contact_patch  into  rawhide

@@ -0,0 +1,14 @@ 

+ diff --git a/resources/google-groupware/googleresource.cpp b/resources/google-groupware/googleresource.cpp

+ index 9f0021d0d3836dc5f562c44239c932bee6a09803..2a73e9a6dcfc2d7540f14ab3a399e6110583cec1 100644

+ --- a/resources/google-groupware/googleresource.cpp

+ +++ b/resources/google-groupware/googleresource.cpp

+ @@ -104,7 +104,9 @@ GoogleResource::GoogleResource(const QString &id)

+      m_freeBusyHandler = std::make_unique<FreeBusyHandler>(m_iface, m_settings);

+      m_handlers.clear();

+      m_handlers.push_back(GenericHandler::Ptr(new CalendarHandler(m_iface, m_settings)));

+ +#ifdef DISABLE_UNTIL_LIBKGAPI_PORTED

+      m_handlers.push_back(GenericHandler::Ptr(new ContactHandler(m_iface, m_settings)));

+ +#endif

+      m_handlers.push_back(GenericHandler::Ptr(new TaskHandler(m_iface, m_settings)));

+  

+      new SettingsAdaptor(m_settings);

file modified
+6 -1
@@ -12,7 +12,7 @@ 

  Summary: KDE PIM Runtime Environment

  Epoch:   1

  Version: 21.12.2

- Release: 2%{?dist}

+ Release: 3%{?dist}

  

  License: GPLv2

  URL:     https://invent.kde.org/pim/%{name}
@@ -29,6 +29,8 @@ 

  %{?qt5_qtwebengine_arches:ExclusiveArch: %{qt5_qtwebengine_arches}}

  

  ## upstream patches

+ Patch0:  001_disable_sync_contact.patch

+ 

  

  # nuke ill-advised -devel pkg

  Obsoletes:      kdepim-runtime-devel < 1:4.7.90-3
@@ -194,6 +196,9 @@ 

  

  

  %changelog

+ * Sun Feb 13 2022 Onuralp Sezer <thunderbirdtr@fedoraproject.org> - 1:21.12.2-3

+ - Adding upstream patch "disable sync contact patch

+ 

  * Sat Feb 12 2022 Jeff Law <jeffreyalaw@gmail.com> - 1:21.12.2-2

  - Re-enable LTO