summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/kde/kde/build/knewstuff2
-rw-r--r--source/kde/kde/patch/knewstuff.patch2
-rw-r--r--source/kde/kde/patch/knewstuff/d09ba1917cb7e035a9aac6c27c86fc4df5da3194.patch27
-rwxr-xr-xsource/n/pinentry/pinentry.SlackBuild2
4 files changed, 31 insertions, 2 deletions
diff --git a/source/kde/kde/build/knewstuff b/source/kde/kde/build/knewstuff
index d00491fd7..0cfbf0888 100644
--- a/source/kde/kde/build/knewstuff
+++ b/source/kde/kde/build/knewstuff
@@ -1 +1 @@
-1
+2
diff --git a/source/kde/kde/patch/knewstuff.patch b/source/kde/kde/patch/knewstuff.patch
new file mode 100644
index 000000000..facd03848
--- /dev/null
+++ b/source/kde/kde/patch/knewstuff.patch
@@ -0,0 +1,2 @@
+# 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
new file mode 100644
index 000000000..8068fc6c4
--- /dev/null
+++ b/source/kde/kde/patch/knewstuff/d09ba1917cb7e035a9aac6c27c86fc4df5da3194.patch
@@ -0,0 +1,27 @@
+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
+
+
diff --git a/source/n/pinentry/pinentry.SlackBuild b/source/n/pinentry/pinentry.SlackBuild
index e2bd5722b..db1d18a85 100755
--- a/source/n/pinentry/pinentry.SlackBuild
+++ b/source/n/pinentry/pinentry.SlackBuild
@@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=pinentry
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then