From 73aff5f268ec6cfbac14b7f362870fb3ee476a48 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Fri, 23 May 2025 18:21:56 +0200 Subject: [PATCH] tellico, bump to 4.1.2 (#12427) --- .../{tellico-4.1.1.recipe => tellico-4.1.2.recipe} | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) rename kde-apps/tellico/{tellico-4.1.1.recipe => tellico-4.1.2.recipe} (95%) diff --git a/kde-apps/tellico/tellico-4.1.1.recipe b/kde-apps/tellico/tellico-4.1.2.recipe similarity index 95% rename from kde-apps/tellico/tellico-4.1.1.recipe rename to kde-apps/tellico/tellico-4.1.2.recipe index 9dab64d63..a9ab46db4 100644 --- a/kde-apps/tellico/tellico-4.1.1.recipe +++ b/kde-apps/tellico/tellico-4.1.2.recipe @@ -12,7 +12,7 @@ LICENSE="GNU GPL v2 GNU GPL v3" REVISION="1" SOURCE_URI="https://tellico-project.org/files/tellico-$portVersion.tar.xz" -CHECKSUM_SHA256="0a72d60f78ec60fc990f031cd1fcdf1dca9b7c32c620ac60839f4a8353ce3ca0" +CHECKSUM_SHA256="3c00d5213d36fb6faa16d57dba42568e801505f25846e41b342c159c1b3b66a5" SOURCE_DIR="tellico-$portVersion" ADDITIONAL_FILES="tellico.rdef.in" @@ -25,7 +25,7 @@ GLOBAL_WRITABLE_FILES=" PROVIDES=" tellico$secondaryArchSuffix = $portVersion - app:Tellico$secondaryArchSuffix = $portVersion + app:Tellico = $portVersion " REQUIRES=" haiku$secondaryArchSuffix @@ -152,7 +152,7 @@ BUILD() -DECM_DIR=/system/data/cmake/Modules/ECM/cmake \ -DBUILD_WITH_QT6=OFF \ -DBUILD_DOC=OFF \ - -DBUILD_TESTING=OFF \ + -DBUILD_TESTING=ON \ -Wno-dev make -C build $jobArgs @@ -166,10 +166,10 @@ INSTALL() local MAJOR="`echo "$portVersion" | cut -d. -f1`" local MIDDLE="`echo "$portVersion" | cut -d. -f2`" - local MINOR="0" + local MINOR="`echo "$portVersion" | cut -d. -f3`" local APP_NAME="Tellico" local LONG_INFO="$SUMMARY" - local APP_SIGNATURE="application/x-vnd.tellico" + local APP_SIGNATURE="application/x-vnd.kde-tellico" sed \ -e "s|@MAJOR@|$MAJOR|" \ -e "s|@MIDDLE@|$MIDDLE|" \ @@ -186,6 +186,6 @@ INSTALL() TEST() { - # 94% tests passed, 3 tests failed out of 47 + # 94% tests passed, 3 tests failed out of 48 ctest --test-dir build --output-on-failure }