From dbf36c367b365b3002f76680ede28354ff7e6f87 Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Wed, 11 May 2022 21:20:10 +1000 Subject: [PATCH] umbrello: bump version --- ...brello-21.08.2.patchset => umbrello-22.04.0.patchset} | 0 .../{umbrello-21.08.2.recipe => umbrello-22.04.0.recipe} | 9 +++++---- 2 files changed, 5 insertions(+), 4 deletions(-) rename kde-apps/umbrello/patches/{umbrello-21.08.2.patchset => umbrello-22.04.0.patchset} (100%) rename kde-apps/umbrello/{umbrello-21.08.2.recipe => umbrello-22.04.0.recipe} (96%) diff --git a/kde-apps/umbrello/patches/umbrello-21.08.2.patchset b/kde-apps/umbrello/patches/umbrello-22.04.0.patchset similarity index 100% rename from kde-apps/umbrello/patches/umbrello-21.08.2.patchset rename to kde-apps/umbrello/patches/umbrello-22.04.0.patchset diff --git a/kde-apps/umbrello/umbrello-21.08.2.recipe b/kde-apps/umbrello/umbrello-22.04.0.recipe similarity index 96% rename from kde-apps/umbrello/umbrello-21.08.2.recipe rename to kde-apps/umbrello/umbrello-22.04.0.recipe index 0046e7be7..680d4a3f1 100644 --- a/kde-apps/umbrello/umbrello-21.08.2.recipe +++ b/kde-apps/umbrello/umbrello-22.04.0.recipe @@ -4,11 +4,11 @@ diagram program based on KDE Technology. UML allows you to create diagrams of software and other systems in a \ standard format to document or design the structure of your programs." HOMEPAGE="https://umbrello.kde.org" -COPYRIGHT="2010-2021 KDE Organisation" +COPYRIGHT="2010-2022 KDE Organisation" LICENSE="GNU GPL v2" REVISION="1" SOURCE_URI="https://github.com/KDE/umbrello/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="ff426a4fa2460027f29920c321b8c19e672d1be6618723010d48f30bf4eb3121" +CHECKSUM_SHA256="8282212bd6bf598b2a833716bf4c7a4c51542b04114c745cf464f830425fd7be" SOURCE_DIR="umbrello-$portVersion" PATCHES="umbrello-$portVersion.patchset" ADDITIONAL_FILES="umbrello.rdef.in" @@ -69,7 +69,7 @@ REQUIRES=" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel - extra_cmake_modules$secondaryArchSuffix >= 5.86 + extra_cmake_modules$secondaryArchSuffix >= 5.93 devel:libKF5Archive$secondaryArchSuffix devel:libKF5Auth$secondaryArchSuffix devel:libKF5Bookmarks$secondaryArchSuffix @@ -105,7 +105,7 @@ BUILD_REQUIRES=" devel:libKF5WindowSystem$secondaryArchSuffix devel:libKF5XmlGui$secondaryArchSuffix devel:libkdeinit5_klauncher$secondaryArchSuffix - devel:libQt5Core$secondaryArchSuffix >= 5.15 + devel:libQt5Core$secondaryArchSuffix devel:libQt5WebKit$secondaryArchSuffix devel:libQt5WebKitWidgets$secondaryArchSuffix devel:libxml2$secondaryArchSuffix @@ -129,6 +129,7 @@ BUILD() -DCMAKE_INSTALL_PREFIX=$appsDir/Umbrello \ -DCMAKE_INSTALL_DATADIR=$appsDir/Umbrello \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake + make $jobArgs }