summaryrefslogtreecommitdiffstats
path: root/source/kde/kde
diff options
context:
space:
mode:
Diffstat (limited to 'source/kde/kde')
-rw-r--r--source/kde/kde/build/calligra2
-rw-r--r--source/kde/kde/build/cantor2
-rw-r--r--source/kde/kde/build/kdev-php2
-rw-r--r--source/kde/kde/build/kdev-python2
-rw-r--r--source/kde/kde/build/kdevelop2
-rw-r--r--source/kde/kde/build/kfilemetadata2
-rw-r--r--source/kde/kde/build/kile2
-rw-r--r--source/kde/kde/build/kitinerary2
-rw-r--r--source/kde/kde/build/krita2
-rw-r--r--source/kde/kde/build/okular2
-rw-r--r--source/kde/kde/patch/calligra.patch2
-rw-r--r--source/kde/kde/patch/calligra/calligragemini_fix_blank_page_without_libgit2.patch20
12 files changed, 32 insertions, 10 deletions
diff --git a/source/kde/kde/build/calligra b/source/kde/kde/build/calligra
index 00750edc0..b8626c4cf 100644
--- a/source/kde/kde/build/calligra
+++ b/source/kde/kde/build/calligra
@@ -1 +1 @@
-3
+4
diff --git a/source/kde/kde/build/cantor b/source/kde/kde/build/cantor
index 0cfbf0888..00750edc0 100644
--- a/source/kde/kde/build/cantor
+++ b/source/kde/kde/build/cantor
@@ -1 +1 @@
-2
+3
diff --git a/source/kde/kde/build/kdev-php b/source/kde/kde/build/kdev-php
index 0cfbf0888..d00491fd7 100644
--- a/source/kde/kde/build/kdev-php
+++ b/source/kde/kde/build/kdev-php
@@ -1 +1 @@
-2
+1
diff --git a/source/kde/kde/build/kdev-python b/source/kde/kde/build/kdev-python
index 0cfbf0888..d00491fd7 100644
--- a/source/kde/kde/build/kdev-python
+++ b/source/kde/kde/build/kdev-python
@@ -1 +1 @@
-2
+1
diff --git a/source/kde/kde/build/kdevelop b/source/kde/kde/build/kdevelop
index 0cfbf0888..d00491fd7 100644
--- a/source/kde/kde/build/kdevelop
+++ b/source/kde/kde/build/kdevelop
@@ -1 +1 @@
-2
+1
diff --git a/source/kde/kde/build/kfilemetadata b/source/kde/kde/build/kfilemetadata
index 0cfbf0888..00750edc0 100644
--- a/source/kde/kde/build/kfilemetadata
+++ b/source/kde/kde/build/kfilemetadata
@@ -1 +1 @@
-2
+3
diff --git a/source/kde/kde/build/kile b/source/kde/kde/build/kile
index 00750edc0..b8626c4cf 100644
--- a/source/kde/kde/build/kile
+++ b/source/kde/kde/build/kile
@@ -1 +1 @@
-3
+4
diff --git a/source/kde/kde/build/kitinerary b/source/kde/kde/build/kitinerary
index 0cfbf0888..00750edc0 100644
--- a/source/kde/kde/build/kitinerary
+++ b/source/kde/kde/build/kitinerary
@@ -1 +1 @@
-2
+3
diff --git a/source/kde/kde/build/krita b/source/kde/kde/build/krita
index d00491fd7..0cfbf0888 100644
--- a/source/kde/kde/build/krita
+++ b/source/kde/kde/build/krita
@@ -1 +1 @@
-1
+2
diff --git a/source/kde/kde/build/okular b/source/kde/kde/build/okular
index 0cfbf0888..00750edc0 100644
--- a/source/kde/kde/build/okular
+++ b/source/kde/kde/build/okular
@@ -1 +1 @@
-2
+3
diff --git a/source/kde/kde/patch/calligra.patch b/source/kde/kde/patch/calligra.patch
new file mode 100644
index 000000000..583d2efc9
--- /dev/null
+++ b/source/kde/kde/patch/calligra.patch
@@ -0,0 +1,2 @@
+# Fix blank page in calligragemini
+cat $CWD/patch/calligra/calligragemini_fix_blank_page_without_libgit2.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
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 { } }
+