From 0cc8559aa421a3acd9ac64bd92f2d9cac2573fbc Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Fri, 1 May 2020 17:06:37 +1000 Subject: [PATCH] Kate: bump version --- kde-base/kate/additional-files/kate.rdef.in | 2 ++ kde-base/kate/{kate-19.12.0.recipe => kate-20.04.0.recipe} | 4 ++-- .../patches/{kate-19.12.0.patchset => kate-20.04.0.patchset} | 0 3 files changed, 4 insertions(+), 2 deletions(-) rename kde-base/kate/{kate-19.12.0.recipe => kate-20.04.0.recipe} (98%) rename kde-base/kate/patches/{kate-19.12.0.patchset => kate-20.04.0.patchset} (100%) diff --git a/kde-base/kate/additional-files/kate.rdef.in b/kde-base/kate/additional-files/kate.rdef.in index 3319e3b73..88266af99 100644 --- a/kde-base/kate/additional-files/kate.rdef.in +++ b/kde-base/kate/additional-files/kate.rdef.in @@ -15,6 +15,8 @@ resource app_version { resource app_signature "@APP_SIGNATURE@"; +resource("QT:QPA_FLAGS") "Q_KILL_ON_EXIT"; + resource file_types message { "types" = "text" }; diff --git a/kde-base/kate/kate-19.12.0.recipe b/kde-base/kate/kate-20.04.0.recipe similarity index 98% rename from kde-base/kate/kate-19.12.0.recipe rename to kde-base/kate/kate-20.04.0.recipe index c2bbf28f7..e2f30bc29 100644 --- a/kde-base/kate/kate-19.12.0.recipe +++ b/kde-base/kate/kate-20.04.0.recipe @@ -57,11 +57,11 @@ Backup and Restore * swap files to recover data on system crash * undo / redo system" HOMEPAGE="https://kate-editor.org/" -COPYRIGHT="2010-2019 KDE Organisation" +COPYRIGHT="2010-2020 KDE Organisation" LICENSE="GNU LGPL v2" REVISION="1" SOURCE_URI="https://github.com/KDE/kate/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="e82b4f771fbdae33719ebb021617d64e1bb6c7724830844d26a448104a92ddb4" +CHECKSUM_SHA256="b055f0eb14189965e8a30972cd895629892538ac95414be43ee3cd7e2a0ae486" PATCHES="kate-$portVersion.patchset" ADDITIONAL_FILES="kate.rdef.in" diff --git a/kde-base/kate/patches/kate-19.12.0.patchset b/kde-base/kate/patches/kate-20.04.0.patchset similarity index 100% rename from kde-base/kate/patches/kate-19.12.0.patchset rename to kde-base/kate/patches/kate-20.04.0.patchset