diff --git a/kde-apps/okteta/additional-files/okteta.rdef.in b/kde-apps/okteta/additional-files/okteta.rdef.in index 496901cff..0a36ce5d4 100644 --- a/kde-apps/okteta/additional-files/okteta.rdef.in +++ b/kde-apps/okteta/additional-files/okteta.rdef.in @@ -15,7 +15,7 @@ resource app_version { resource app_signature "@APP_SIGNATURE@"; -resource("QT:QPA_FLAGS") "Q_REF_TO_ARGV|Q_REF_TO_FORK"; +resource("QT:QPA_FLAGS") "Q_KILL_ON_EXIT|Q_REF_TO_ARGV|Q_REF_TO_FORK"; resource file_types message { "types" = "application/octet-stream" diff --git a/kde-apps/okteta/okteta-0.26.7.recipe b/kde-apps/okteta/okteta-0.26.15.recipe similarity index 96% rename from kde-apps/okteta/okteta-0.26.7.recipe rename to kde-apps/okteta/okteta-0.26.15.recipe index 1d0fed40b..37c71dc32 100644 --- a/kde-apps/okteta/okteta-0.26.7.recipe +++ b/kde-apps/okteta/okteta-0.26.15.recipe @@ -14,13 +14,12 @@ in rows with the value on top of the character * Undo/redo support * Structures tool for analyzing and editing based on user-creatable structure definitions" HOMEPAGE="https://apps.kde.org/okteta/" -COPYRIGHT="2010-2022 KDE Organisation" +COPYRIGHT="2010-2024 KDE Organisation" LICENSE="GNU GPL v2 GNU GPL v3" -REVISION="2" +REVISION="1" SOURCE_URI="https://download.kde.org/stable/okteta/$portVersion/src/okteta-$portVersion.tar.xz" -CHECKSUM_SHA256="f123b55690d6cf5f547e9a5db738a26729a82e7bd02cc0002238ce4d9fd530e3" -SOURCE_DIR="okteta-$portVersion" +CHECKSUM_SHA256="0533500ef7068c1246e218f537af726e836d878ff275e392ed3d8a8aa6cf7c63" PATCHES="okteta-$portVersion.patchset" ADDITIONAL_FILES="okteta.rdef.in" @@ -80,7 +79,7 @@ REQUIRES=" lib:libKF5WidgetsAddons$secondaryArchSuffix lib:libKF5WindowSystem$secondaryArchSuffix lib:libKF5XmlGui$secondaryArchSuffix - lib:libqca$secondaryArchSuffix +# lib:libqca_qt5$secondaryArchSuffix lib:libQt5Core$secondaryArchSuffix lib:libQt5DBus$secondaryArchSuffix lib:libQt5Gui$secondaryArchSuffix @@ -96,7 +95,7 @@ REQUIRES=" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel - extra_cmake_modules$secondaryArchSuffix >= 5.93 + extra_cmake_modules$secondaryArchSuffix shared_mime_info$secondaryArchSuffix devel:libKF5Attica$secondaryArchSuffix devel:libKF5Auth$secondaryArchSuffix @@ -125,7 +124,7 @@ BUILD_REQUIRES=" devel:libKF5WidgetsAddons$secondaryArchSuffix devel:libKF5WindowSystem$secondaryArchSuffix devel:libKF5XmlGui$secondaryArchSuffix - devel:libqca$secondaryArchSuffix >= 2 +# devel:libqca_qt5$secondaryArchSuffix >= 2 devel:libQt5Core$secondaryArchSuffix devel:libQt5DBus$secondaryArchSuffix devel:libQt5Gui$secondaryArchSuffix diff --git a/kde-apps/okteta/patches/okteta-0.26.7.patchset b/kde-apps/okteta/patches/okteta-0.26.15.patchset similarity index 100% rename from kde-apps/okteta/patches/okteta-0.26.7.patchset rename to kde-apps/okteta/patches/okteta-0.26.15.patchset