diff --git
a/plasma/plasma-integration/87b27476cc8a3865994da066ce06a3e836462719.diff
b/plasma/plasma-integration/87b27476cc8a3865994da066ce06a3e836462719.diff
deleted file mode 100644
index 148825d..0000000
--- a/plasma/plasma-integration/87b27476cc8a3865994da066ce06a3e836462719.diff
+++ /dev/null
@@ -1,71 +0,0 @@
-commit 87b27476cc8a3865994da066ce06a3e836462719
-Author: Albert Astals Cid <aacid AT kde.org>
-Date: Sat Dec 31 11:55:43 2016 +0100
-
- Fix regression in which the Save dialog appears as an Open dialog
-
- 7bbbd93cd3fc0abdffd3fa7f144cb50a33fafad9 makes the save dialog appear as
Open dialog.
-
- Simplify the code in that commit so it does not regress anymore.
-
- Comes with a unit test
-
- New test fails without the patch, works with it. Kate Save As dialog no
longer shows as Open dialog.
-
- REVIEW: 129732
-
-diff --git a/autotests/kfiledialog_unittest.cpp
b/autotests/kfiledialog_unittest.cpp
-index 47a5543..d53c7e3 100644
---- a/autotests/kfiledialog_unittest.cpp
-+++ b/autotests/kfiledialog_unittest.cpp
-@@ -95,6 +95,29 @@ private Q_SLOTS:
- QCOMPARE(dialog.directoryUrl(), directoryUrl);
- }
-
-+ void testGetSaveFileUrl()
-+ {
-+ QObject lambdaGuard;
-+ QTemporaryFile tempFile(QDir::tempPath()+"/kfiledialogtest_XXXXXX");
-+ tempFile.open();
-+ const QString tempName = tempFile.fileName();
-+ const QUrl url = QUrl::fromLocalFile(tempName);
-+
-+ // Need to use a lambda and not just QTest::qWaitForWindowExposed();
-+ // because with the static getSaveFileUrl we do not have access
-+ // to the QFileDialog object, so instead we hook to a signal
-+ KFileWidget::OperationMode saveFileOperationMode =
KFileWidget::Other;
-+ connect(qApp, &QGuiApplication::focusWindowChanged, &lambdaGuard,
[&saveFileOperationMode] {
-+ KFileWidget *fileWidget = findFileWidget();
-+ saveFileOperationMode = fileWidget->operationMode();
-+ qApp->activeWindow()->close();
-+ });
-+
-+ QFileDialog::getSaveFileUrl(0, QString(), url);
-+
-+ QCOMPARE(saveFileOperationMode, KFileWidget::Saving);
-+ }
-+
- void testViewMode()
- {
- // Open a file dialog, and change view mode to tree
-diff --git a/src/platformtheme/kdeplatformfiledialoghelper.cpp
b/src/platformtheme/kdeplatformfiledialoghelper.cpp
-index 990b983..05cfe35 100644
---- a/src/platformtheme/kdeplatformfiledialoghelper.cpp
-+++ b/src/platformtheme/kdeplatformfiledialoghelper.cpp
-@@ -365,15 +365,7 @@ void KDEPlatformFileDialogHelper::selectFile(const QUrl
&filename)
- // Qt 5 at least <= 5.8.0 does not derive the directory from the passed
url
- // and set the initialDirectory option accordingly, also not for known
schemes
- // like file://, so we have to do it ourselves
--
-- // Syntax-wise we have to use a copy ctor until Qt 5.7.x and clone()
since Qt 5.8.
--#if QT_VERSION < QT_VERSION_CHECK(5, 8, 0)
-- QSharedPointer<QFileDialogOptions> opt(new
QFileDialogOptions(*options()));
--#else
-- auto opt = options()->clone();
--#endif
-- opt->setInitialDirectory(m_dialog->directory());
-- setOptions(opt);
-+ options()->setInitialDirectory(m_dialog->directory());
- }
-
- void KDEPlatformFileDialogHelper::setDirectory(const QUrl &directory)
diff --git a/plasma/plasma-integration/DETAILS
b/plasma/plasma-integration/DETAILS
index 9645355..f2c89f4 100755
--- a/plasma/plasma-integration/DETAILS
+++ b/plasma/plasma-integration/DETAILS
@@ -1,6 +1,5 @@
SPELL=plasma-integration
- VERSION=5.8.5
- PATCHLEVEL=1
+ VERSION=5.9.0
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_URL=http://download.kde.org/stable/plasma/${VERSION}/$SOURCE
SOURCE2=$SOURCE.sig
diff --git a/plasma/plasma-integration/HISTORY
b/plasma/plasma-integration/HISTORY
index 9967530..3f3510d 100644
--- a/plasma/plasma-integration/HISTORY
+++ b/plasma/plasma-integration/HISTORY
@@ -1,3 +1,7 @@
+2017-01-31 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 5.9.0
+ * PRE_BUILD 87b27476cc8a3865994da066ce06a3e836462719.diff: deleted
+
2017-01-01 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: PATCHLEVEL=1
* PRE_BUILD 87b27476cc8a3865994da066ce06a3e836462719.diff: added,
upstream patch
diff --git a/plasma/plasma-integration/PRE_BUILD
b/plasma/plasma-integration/PRE_BUILD
deleted file mode 100755
index 8fbac72..0000000
--- a/plasma/plasma-integration/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-patch -p1 < $SPELL_DIRECTORY/87b27476cc8a3865994da066ce06a3e836462719.diff
diff --git a/plasma/plasma-nm/DETAILS b/plasma/plasma-nm/DETAILS
index 7ba7158..3448f86 100755
--- a/plasma/plasma-nm/DETAILS
+++ b/plasma/plasma-nm/DETAILS
@@ -1,5 +1,5 @@
SPELL=plasma-nm
- VERSION=5.8.5
+ VERSION=5.9.0
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_URL=http://download.kde.org/stable/plasma/$VERSION/$SOURCE
SOURCE2=$SOURCE.sig
diff --git a/plasma/plasma-nm/HISTORY b/plasma/plasma-nm/HISTORY
index d2748e5..d5985c1 100644
--- a/plasma/plasma-nm/HISTORY
+++ b/plasma/plasma-nm/HISTORY
@@ -1,3 +1,6 @@
+2017-01-31 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 5.9.0
+
2016-12-27 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 5.8.5
diff --git a/plasma/plasma-workspace-wallpapers/DETAILS
b/plasma/plasma-workspace-wallpapers/DETAILS
index fd50505..a7ffd30 100755
--- a/plasma/plasma-workspace-wallpapers/DETAILS
+++ b/plasma/plasma-workspace-wallpapers/DETAILS
@@ -1,5 +1,5 @@
SPELL=plasma-workspace-wallpapers
- VERSION=5.8.5
+ VERSION=5.9.0
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_URL=http://download.kde.org/stable/plasma/$VERSION/$SOURCE
SOURCE2=$SOURCE.sig
diff --git a/plasma/plasma-workspace-wallpapers/HISTORY
b/plasma/plasma-workspace-wallpapers/HISTORY
index 1ce4561..d08e7bd 100644
--- a/plasma/plasma-workspace-wallpapers/HISTORY
+++ b/plasma/plasma-workspace-wallpapers/HISTORY
@@ -1,3 +1,6 @@
+2017-01-31 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 5.9.0
+
2016-12-27 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 5.8.5
diff --git a/plasma/plasma-workspace/DETAILS b/plasma/plasma-workspace/DETAILS
index b8f5935..f1a2233 100755
--- a/plasma/plasma-workspace/DETAILS
+++ b/plasma/plasma-workspace/DETAILS
@@ -1,5 +1,5 @@
SPELL=plasma-workspace
- VERSION=5.8.5
+ VERSION=5.9.0
SECURITY_PATCH=1
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_URL=http://download.kde.org/stable/plasma/${VERSION}/$SOURCE
diff --git a/plasma/plasma-workspace/HISTORY b/plasma/plasma-workspace/HISTORY
index 1afbe1d..36a8957 100644
--- a/plasma/plasma-workspace/HISTORY
+++ b/plasma/plasma-workspace/HISTORY
@@ -1,3 +1,6 @@
+2017-01-31 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 5.9.0
+
2016-12-27 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 5.8.5