From: Sandro Knauß Date: Tue, 13 Dec 2022 11:56:19 +0000 (+0100) Subject: Remove upstream applied patch. X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~116 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c8e06b06968563e33f02f6054e470b77b5944400;p=nextcloud-desktop.git Remove upstream applied patch. --- diff --git a/debian/patches/0005-compat-older-python3-nautilus.patch b/debian/patches/0005-compat-older-python3-nautilus.patch deleted file mode 100644 index 1e2ce8ff6..000000000 --- a/debian/patches/0005-compat-older-python3-nautilus.patch +++ /dev/null @@ -1,25 +0,0 @@ -From: Nathan Pratta Teodosio -Date: Thu, 25 Aug 2022 11:02:03 +0200 -Subject: Compatibility with older python3-nautilus -Forwarded: https://github.com/nextcloud/desktop/pull/4870 - ---- - 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) - -- def get_file_items(self, window, files): -+ def get_file_items(self, *args): - # Show the menu extension to share a file or folder - -+ files = args[-1] - # Get usable file paths from the uris - all_internal_files = True - for i, file_uri in enumerate(files): diff --git a/debian/patches/series b/debian/patches/series index f5b31398d..78918e18f 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -2,4 +2,3 @@ 0002-use_system_buildflags.patch 0003-Use-release-version-for-Debian.patch 0004-Revert-8fb673457b42-Add-a-button-to-create-a-debug-a.patch -0005-compat-older-python3-nautilus.patch