summaryrefslogtreecommitdiffstats
path: root/source/kde
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2021-02-01 03:14:27 +0000
committer Eric Hameleers <alien@slackware.com>2021-02-01 08:59:51 +0100
commit4e53e75339d9a66422c8dcfbfa09a177c3622160 (patch)
tree3bdd585cb361c59d8bd4d1b2668bb96fa4dfb0b0 /source/kde
parent2c78f43e266f5e7d7b0903f1199441ed19451a08 (diff)
downloadcurrent-4e53e75339d9a66422c8dcfbfa09a177c3622160.tar.gz
current-4e53e75339d9a66422c8dcfbfa09a177c3622160.tar.xz
Mon Feb 1 03:14:27 UTC 202120210201031427
d/python-pip-21.0.1-x86_64-1.txz: Upgraded. e/emacs-27.1-x86_64-4.txz: Rebuilt. Rebuilt using --with-pdumper=no and --with-dumping=unexec so that both emacs-27.1-no-x11 and emacs-27.1-with-x11 will work with the installed files. Thanks to Tonus. extra/brltty/brltty-6.3-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/kde')
-rw-r--r--source/kde/kde/build/calligraplan2
-rw-r--r--source/kde/kde/build/kid32
-rw-r--r--source/kde/kde/patch/calligraplan.patch2
-rw-r--r--source/kde/kde/patch/calligraplan/calligraplan.qt-5.15.patch10
4 files changed, 2 insertions, 14 deletions
diff --git a/source/kde/kde/build/calligraplan b/source/kde/kde/build/calligraplan
index 0cfbf0888..d00491fd7 100644
--- a/source/kde/kde/build/calligraplan
+++ b/source/kde/kde/build/calligraplan
@@ -1 +1 @@
-2
+1
diff --git a/source/kde/kde/build/kid3 b/source/kde/kde/build/kid3
index 0cfbf0888..d00491fd7 100644
--- a/source/kde/kde/build/kid3
+++ b/source/kde/kde/build/kid3
@@ -1 +1 @@
-2
+1
diff --git a/source/kde/kde/patch/calligraplan.patch b/source/kde/kde/patch/calligraplan.patch
deleted file mode 100644
index 5895d0cea..000000000
--- a/source/kde/kde/patch/calligraplan.patch
+++ /dev/null
@@ -1,2 +0,0 @@
-# Fix build against Qt 5.15:
-cat $CWD/patch/calligraplan/calligraplan.qt-5.15.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
diff --git a/source/kde/kde/patch/calligraplan/calligraplan.qt-5.15.patch b/source/kde/kde/patch/calligraplan/calligraplan.qt-5.15.patch
deleted file mode 100644
index c8962a1b5..000000000
--- a/source/kde/kde/patch/calligraplan/calligraplan.qt-5.15.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- ./src/libs/ui/kptganttitemdelegate.cpp.orig 2019-12-12 05:48:13.000000000 -0600
-+++ ./src/libs/ui/kptganttitemdelegate.cpp 2020-07-18 14:48:48.058351438 -0500
-@@ -28,6 +28,7 @@
- #include <QModelIndex>
- #include <QApplication>
- #include <QPainter>
-+#include <QPainterPath>
- #include <QLocale>
-
- #include <KLocalizedString>