Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/client_theming.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIstván Váradi <ivaradi@varadiistvan.hu>2017-03-23 21:41:00 +0300
committerIstván Váradi <ivaradi@varadiistvan.hu>2017-03-23 21:41:00 +0300
commit32cc7871186cec9188d5a7e493b07767a47f0d28 (patch)
treec4d1d3ce224f69b0cc594a8a65df660f5dca1791
parent869ea4582ec0b586fdc5b262e400ba7e104e2e74 (diff)
Re-added patch for file manager integrations
-rw-r--r--linux/debian/nextcloud-client/debian/patches/fix-syncstate-appname.patch33
-rw-r--r--linux/debian/nextcloud-client/debian/patches/series1
2 files changed, 34 insertions, 0 deletions
diff --git a/linux/debian/nextcloud-client/debian/patches/fix-syncstate-appname.patch b/linux/debian/nextcloud-client/debian/patches/fix-syncstate-appname.patch
new file mode 100644
index 0000000..a98b026
--- /dev/null
+++ b/linux/debian/nextcloud-client/debian/patches/fix-syncstate-appname.patch
@@ -0,0 +1,33 @@
+diff -ruN nextcloud-client_2.3.0.orig/client/shell_integration/nautilus/CMakeLists.txt nextcloud-client_2.3.0/client/shell_integration/nautilus/CMakeLists.txt
+--- nextcloud-client_2.3.0.orig/client/shell_integration/nautilus/CMakeLists.txt 2017-03-03 10:11:17.000000000 +0100
++++ nextcloud-client_2.3.0/client/shell_integration/nautilus/CMakeLists.txt 2017-03-23 19:11:30.031358428 +0100
+@@ -3,8 +3,6 @@
+ if( UNIX AND NOT APPLE )
+
+ configure_file(syncstate.py syncstate.py COPYONLY)
+- configure_file(syncstate.py syncstate_nemo.py COPYONLY)
+- configure_file(syncstate.py syncstate_caja.py COPYONLY)
+
+ # Call the setupappname.sh script to set the custom app name.
+ set (cmd "${CMAKE_CURRENT_SOURCE_DIR}/setappname.sh")
+diff -ruN nextcloud-client_2.3.0.orig/client/shell_integration/nautilus/createcajaplugin.sh nextcloud-client_2.3.0/client/shell_integration/nautilus/createcajaplugin.sh
+--- nextcloud-client_2.3.0.orig/client/shell_integration/nautilus/createcajaplugin.sh 2017-03-03 10:11:17.000000000 +0100
++++ nextcloud-client_2.3.0/client/shell_integration/nautilus/createcajaplugin.sh 2017-03-23 19:11:42.419312193 +0100
+@@ -2,6 +2,6 @@
+
+ # this script creates a plugin for caja, just by replacing
+ # all occurences of Nautilus with Caja (case sensitive).
+-
++cp syncstate.py syncstate_caja.py
+ sed -i.org -e 's/Nautilus/Caja/g' syncstate_caja.py
+ sed -i.org -e 's/nautilus/caja/g' syncstate_caja.py
+diff -ruN nextcloud-client_2.3.0.orig/client/shell_integration/nautilus/createnemoplugin.sh nextcloud-client_2.3.0/client/shell_integration/nautilus/createnemoplugin.sh
+--- nextcloud-client_2.3.0.orig/client/shell_integration/nautilus/createnemoplugin.sh 2017-03-03 10:11:17.000000000 +0100
++++ nextcloud-client_2.3.0/client/shell_integration/nautilus/createnemoplugin.sh 2017-03-23 19:11:50.347282602 +0100
+@@ -2,5 +2,5 @@
+
+ # this script creates a plugin for nemo, just be replacing
+ # all occurences of Nautilus with Nemo.
+-
++cp syncstate.py syncstate_nemo.py
+ sed -i.org -e 's/autilus/emo/g' syncstate_nemo.py
diff --git a/linux/debian/nextcloud-client/debian/patches/series b/linux/debian/nextcloud-client/debian/patches/series
index 0277a20..6cdbb79 100644
--- a/linux/debian/nextcloud-client/debian/patches/series
+++ b/linux/debian/nextcloud-client/debian/patches/series
@@ -1 +1,2 @@
fix-application-icon-name.patch
+fix-syncstate-appname.patch