umbrello: bump version

This commit is contained in:
Gerasim Troeglazov
2022-05-11 21:20:10 +10:00
parent 3b55dc2cb2
commit dbf36c367b
2 changed files with 5 additions and 4 deletions

View File

@@ -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
}