From 459e4311e8ab799d447e08f20bef693b79bd2c6a Mon Sep 17 00:00:00 2001 From: John Date: Sat, 9 Jan 2021 23:48:30 +0100 Subject: [PATCH] kio: update to 5.78.0 [ci skip] --- srcpkgs/kio/patches/fix-crash.patch | 29 ----------------------------- srcpkgs/kio/template | 6 +++--- 2 files changed, 3 insertions(+), 32 deletions(-) delete mode 100644 srcpkgs/kio/patches/fix-crash.patch diff --git a/srcpkgs/kio/patches/fix-crash.patch b/srcpkgs/kio/patches/fix-crash.patch deleted file mode 100644 index 163a0428c19..00000000000 --- a/srcpkgs/kio/patches/fix-crash.patch +++ /dev/null @@ -1,29 +0,0 @@ -From 9dc9e26b9196111eeacb5609b36957f74f5a14c4 Mon Sep 17 00:00:00 2001 -From: Ismael Asensio -Date: Tue, 22 Dec 2020 22:23:17 +0100 -Subject: [PATCH] RenameDialog: Add missing nullptr initialization - -It fixes a crash when pressing `Apply to All` in those cases where -the action was not present, as the code checks for nullptr - -BUG: 430374 -FIXED-IN: 5.78 ---- - src/widgets/renamedialog.cpp | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/src/widgets/renamedialog.cpp b/src/widgets/renamedialog.cpp -index ac1d91d2..c3e04753 100644 ---- src/widgets/renamedialog.cpp -+++ src/widgets/renamedialog.cpp -@@ -161,6 +161,7 @@ public: - bCancel = nullptr; - bRename = bSkip = nullptr; - bOverwrite = nullptr; -+ bOverwriteWhenOlder = nullptr; - bResume = bSuggestNewName = nullptr; - bApplyAll = nullptr; - m_pLineEdit = nullptr; --- -GitLab - diff --git a/srcpkgs/kio/template b/srcpkgs/kio/template index 6cde3c9b403..7fd6937356c 100644 --- a/srcpkgs/kio/template +++ b/srcpkgs/kio/template @@ -1,7 +1,7 @@ # Template file for 'kio' pkgname=kio -version=5.77.0 -revision=2 +version=5.78.0 +revision=1 build_style=cmake configure_args="-DBUILD_TESTING=OFF -DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson" @@ -15,7 +15,7 @@ maintainer="John " license="LGPL-2.0-or-later" homepage="https://invent.kde.org/frameworks/kio" distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" -checksum=237c85c9dbcfcd366290512005b0e8498c10f3b300524633bbc9319a8327a14f +checksum=e211dba2c1ed73b67188d3ddbaf40043409912ab731aed4eba5bea32a587d620 CXXFLAGS+=" -fpermissive"