tellico, bump version (#11061)

This commit is contained in:
Schrijvers Luc
2024-09-05 14:59:49 +02:00
committed by GitHub
parent ba1ee3d5ba
commit 2a84f95585

View File

@@ -7,12 +7,12 @@ many libraries.
Tellico is a part of the Office group of KDE Applications."
HOMEPAGE="https://tellico-project.org/
https://invent.kde.org/office/tellico"
COPYRIGHT="2001-2023 Robby Stephenson"
COPYRIGHT="2001-2024 Robby Stephenson"
LICENSE="GNU GPL v2
GNU GPL v3"
REVISION="1"
SOURCE_URI="https://tellico-project.org/files/tellico-$portVersion.tar.xz"
CHECKSUM_SHA256="001794c52e99b20feab8373440850549ccd6da0a1fe2345c6192f9385472d06c"
CHECKSUM_SHA256="8d4d05f3d430048d9d694a6e82371c9d54c2c28bf78fc7921db7d089351b4d33"
SOURCE_DIR="tellico-$portVersion"
ADDITIONAL_FILES="tellico.rdef.in"
@@ -83,7 +83,7 @@ REQUIRES="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
extra_cmake_modules$secondaryArchSuffix >= 5.115.0
extra_cmake_modules$secondaryArchSuffix
devel:libcdio$secondaryArchSuffix >= 19
devel:libexempi$secondaryArchSuffix
devel:libKF5Archive$secondaryArchSuffix
@@ -157,6 +157,7 @@ BUILD()
-DKDE_INSTALL_PLUGINDIR=$addOnsDir/Qt5 \
-DKDE_INSTALL_QMLDIR=$dataDir/Qt5/qml \
-DECM_DIR=/system/data/cmake/Modules/ECM/cmake \
-DBUILD_WITH_QT6=OFF \
-DBUILD_TESTING=OFF -Wno-dev
make -C build $jobArgs
}
@@ -169,7 +170,7 @@ INSTALL()
local MAJOR="`echo "$portVersion" | cut -d. -f1`"
local MIDDLE="`echo "$portVersion" | cut -d. -f2`"
local MINOR="`echo "$portVersion" | cut -d. -f3`"
local MINOR="0"
local APP_NAME="Tellico"
local LONG_INFO="$SUMMARY"
local APP_SIGNATURE="application/x-vnd.tellico"