summaryrefslogtreecommitdiffstats
path: root/source/kde/kde/patch
diff options
context:
space:
mode:
Diffstat (limited to 'source/kde/kde/patch')
-rw-r--r--source/kde/kde/patch/extra-cmake-modules.patch1
-rw-r--r--source/kde/kde/patch/extra-cmake-modules/extra-cmake-modules.max.python.version.patch11
-rw-r--r--source/kde/kde/patch/kio/kio.allow.change.panel.launcher.icons.diff11
-rw-r--r--source/kde/kde/patch/knewstuff.patch2
-rw-r--r--source/kde/kde/patch/knewstuff/d09ba1917cb7e035a9aac6c27c86fc4df5da3194.patch27
5 files changed, 6 insertions, 46 deletions
diff --git a/source/kde/kde/patch/extra-cmake-modules.patch b/source/kde/kde/patch/extra-cmake-modules.patch
deleted file mode 100644
index 889c5b7cd..000000000
--- a/source/kde/kde/patch/extra-cmake-modules.patch
+++ /dev/null
@@ -1 +0,0 @@
-cat $CWD/patch/extra-cmake-modules/extra-cmake-modules.max.python.version.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
diff --git a/source/kde/kde/patch/extra-cmake-modules/extra-cmake-modules.max.python.version.patch b/source/kde/kde/patch/extra-cmake-modules/extra-cmake-modules.max.python.version.patch
deleted file mode 100644
index 4c720158e..000000000
--- a/source/kde/kde/patch/extra-cmake-modules/extra-cmake-modules.max.python.version.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./find-modules/FindPythonModuleGeneration.cmake.orig 2021-08-31 23:23:13.000000000 -0500
-+++ ./find-modules/FindPythonModuleGeneration.cmake 2021-10-09 00:28:33.070346128 -0500
-@@ -162,7 +162,7 @@
-
- if (NOT GPB_PYTHON3_LIBRARY)
- set(_PYTHON3_MIN_VERSION 4)
-- set(_PYTHON3_MAX_VERSION 10)
-+ set(_PYTHON3_MAX_VERSION 11)
-
- _find_python(3 ${_PYTHON3_MAX_VERSION}) # Canary check
-
diff --git a/source/kde/kde/patch/kio/kio.allow.change.panel.launcher.icons.diff b/source/kde/kde/patch/kio/kio.allow.change.panel.launcher.icons.diff
index ccd0c680a..aa393913d 100644
--- a/source/kde/kde/patch/kio/kio.allow.change.panel.launcher.icons.diff
+++ b/source/kde/kde/patch/kio/kio.allow.change.panel.launcher.icons.diff
@@ -1,10 +1,11 @@
---- ./src/widgets/kpropertiesdialog.cpp.orig 2021-09-05 14:40:56.000000000 -0500
-+++ ./src/widgets/kpropertiesdialog.cpp 2021-10-07 13:51:57.301053426 -0500
-@@ -1227,6 +1227,7 @@
- Q_ASSERT(ro); // false isn't supported
- if (ro && d->m_ui->fileNameLabel->isHidden()) {
+--- ./src/widgets/kpropertiesdialog.cpp.orig 2021-10-02 09:28:47.000000000 -0500
++++ ./src/widgets/kpropertiesdialog.cpp 2021-10-10 13:23:29.757051042 -0500
+@@ -1239,6 +1239,8 @@
+ if (readOnly) {
Q_ASSERT(!d->m_bFromTemplate);
+
+ disconnect(d->m_ui->fileNameLineEdit, &QLineEdit::textChanged, this, &KFilePropsPlugin::nameFileChanged);
++
d->m_ui->fileNameLineEdit->setText(QString());
d->m_ui->fileNameLineEdit->hide();
diff --git a/source/kde/kde/patch/knewstuff.patch b/source/kde/kde/patch/knewstuff.patch
deleted file mode 100644
index facd03848..000000000
--- a/source/kde/kde/patch/knewstuff.patch
+++ /dev/null
@@ -1,2 +0,0 @@
-# Crash fix from upstream:
-cat $CWD/patch/knewstuff/d09ba1917cb7e035a9aac6c27c86fc4df5da3194.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
diff --git a/source/kde/kde/patch/knewstuff/d09ba1917cb7e035a9aac6c27c86fc4df5da3194.patch b/source/kde/kde/patch/knewstuff/d09ba1917cb7e035a9aac6c27c86fc4df5da3194.patch
deleted file mode 100644
index 8068fc6c4..000000000
--- a/source/kde/kde/patch/knewstuff/d09ba1917cb7e035a9aac6c27c86fc4df5da3194.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From d09ba1917cb7e035a9aac6c27c86fc4df5da3194 Mon Sep 17 00:00:00 2001
-From: Albert Astals Cid <aacid@kde.org>
-Date: Mon, 27 Sep 2021 20:05:09 +0200
-Subject: [PATCH] Fix crash in DownloadWidget
-
-BUGS: 443025
----
- src/downloadwidget.cpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/downloadwidget.cpp b/src/downloadwidget.cpp
-index 40df2e8c..36cfde37 100644
---- a/src/downloadwidget.cpp
-+++ b/src/downloadwidget.cpp
-@@ -97,7 +97,7 @@ Entry::List DownloadWidget::installedEntries()
- }
-
- DownloadWidgetPrivate::DownloadWidgetPrivate(DownloadWidget *qq)
-- : q(q)
-+ : q(qq)
- , engine(new KNSCore::Engine)
- , model(new KNSCore::ItemsModel(engine))
- , messageTimer(nullptr)
---
-GitLab
-
-