summaryrefslogtreecommitdiffstats
path: root/source/kde/kde/patch/calligra/calligragemini_fix_blank_page_without_libgit2.patch
diff options
context:
space:
mode:
Diffstat (limited to 'source/kde/kde/patch/calligra/calligragemini_fix_blank_page_without_libgit2.patch')
-rw-r--r--source/kde/kde/patch/calligra/calligragemini_fix_blank_page_without_libgit2.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/source/kde/kde/patch/calligra/calligragemini_fix_blank_page_without_libgit2.patch b/source/kde/kde/patch/calligra/calligragemini_fix_blank_page_without_libgit2.patch
new file mode 100644
index 000000000..1b0c1c9ce
--- /dev/null
+++ b/source/kde/kde/patch/calligra/calligragemini_fix_blank_page_without_libgit2.patch
@@ -0,0 +1,20 @@
+--- ./gemini/qml/welcomepages/WelcomePageCloud.qml 2020-05-14 03:51:31.000000000 -0300
++++ ./gemini/qml/welcomepages/WelcomePageCloud.qml 2021-01-26 09:18:37.220265667 -0300
+@@ -201,7 +201,7 @@
+ }
+ Component { id: addDropBox; AddDropbox { } }
+ Component { id: addWebDav; AddWebdav { } }
+- Component { id: addGit; AddGit { } }
++ // Component { id: addGit; AddGit { } }
+
+ function editComponentFromName(name) {
+ var elements = {
+@@ -213,7 +213,7 @@
+ }
+ Component { id: editDropBox; AddDropbox { } }
+ Component { id: editWebDav; EditDetailsBase { } }
+- Component { id: editGit; EditGit { } }
++ // Component { id: editGit; EditGit { } }
+
+ Component { id: removeAccountDlg; RemoveAccountDlg { } }
+