2 files changed, 5 insertions(+), 17 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 0176eaf..48eb717 100644
+index a32c1ce..302340b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
-@@ -73,29 +73,12 @@ include(GNUInstallDirs)
+@@ -86,29 +86,12 @@ include(GNUInstallDirs)
include(DefineInstallationPaths)
include(GenerateExportHeader)
set(SHAREDIR ${CMAKE_INSTALL_FULL_DATADIR})
diff --git a/VERSION.cmake b/VERSION.cmake
-index 54dfc54..ba3acd5 100644
+index 896ac27..7028904 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -29,3 +29,8 @@ set( MIRALL_VERSION_STRING "${MIRALL_VERSION}${MIRALL_VERSION_SUFFIX}" )
3 files changed, 106 deletions(-)
diff --git a/src/gui/CMakeLists.txt b/src/gui/CMakeLists.txt
-index 6ed209e..183ef28 100644
+index 5a11578..8ff443f 100644
--- a/src/gui/CMakeLists.txt
+++ b/src/gui/CMakeLists.txt
@@ -9,10 +9,6 @@ if(QUICK_COMPILER)
if(CMAKE_BUILD_TYPE MATCHES Debug)
add_definitions(-DQT_QML_DEBUG)
endif()
-@@ -536,7 +532,6 @@ target_link_libraries(nextcloudCore
+@@ -559,7 +555,6 @@ target_link_libraries(nextcloudCore
PUBLIC
Nextcloud::sync
Qt5::Widgets
-Description: Compatibility with older python3-nautilus
-Author: Nathan Pratta Teodosio <nathan.teodosio@canonical.com>
+From: Nathan Pratta Teodosio <nathan.teodosio@canonical.com>
+Date: Thu, 25 Aug 2022 11:02:03 +0200
+Subject: Compatibility with older python3-nautilus
Forwarded: https://github.com/nextcloud/desktop/pull/4870
-Last-Update: 2022-08-25
---- nextcloud-desktop-3.5.4.orig/shell_integration/nautilus/syncstate.py
-+++ nextcloud-desktop-3.5.4/shell_integration/nautilus/syncstate.py
-@@ -200,9 +200,10 @@ class MenuExtension_ownCloud(GObject.GOb
+---
+ shell_integration/nautilus/syncstate.py | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/shell_integration/nautilus/syncstate.py b/shell_integration/nautilus/syncstate.py
+index c4dacb5..9e0d51b 100644
+--- a/shell_integration/nautilus/syncstate.py
++++ b/shell_integration/nautilus/syncstate.py
+@@ -200,9 +200,10 @@ class MenuExtension_ownCloud(GObject.GObject, Nautilus.MenuProvider):
break
return (topLevelFolder, internalFile)