From eaec6e906f49988565563714933fe495d67ff3eb Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Mon, 27 Oct 2025 15:45:47 +0100 Subject: [PATCH] tellico, bump to 4.1.4 (#13109) --- .../tellico/{tellico-4.1.3.recipe => tellico-4.1.4.recipe} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename kde-apps/tellico/{tellico-4.1.3.recipe => tellico-4.1.4.recipe} (97%) diff --git a/kde-apps/tellico/tellico-4.1.3.recipe b/kde-apps/tellico/tellico-4.1.4.recipe similarity index 97% rename from kde-apps/tellico/tellico-4.1.3.recipe rename to kde-apps/tellico/tellico-4.1.4.recipe index 29e611fea..839789854 100644 --- a/kde-apps/tellico/tellico-4.1.3.recipe +++ b/kde-apps/tellico/tellico-4.1.4.recipe @@ -10,9 +10,9 @@ HOMEPAGE="https://tellico-project.org/ COPYRIGHT="2001-2025 Robby Stephenson" LICENSE="GNU GPL v2 GNU GPL v3" -REVISION="2" +REVISION="1" SOURCE_URI="https://tellico-project.org/files/tellico-$portVersion.tar.xz" -CHECKSUM_SHA256="6cac452bc10480d50fb0e33c74829aec1ce9880aef39d8b7fdf63bc5a85b3a4f" +CHECKSUM_SHA256="c81b8d31bbd5fa4d7d82f9b0e3a9e859e8b65f1bc6c24839de21ca3c992c2304" SOURCE_DIR="tellico-$portVersion" ADDITIONAL_FILES="tellico.rdef.in" @@ -147,7 +147,6 @@ BUILD() cmake -B build -S . -DCMAKE_BUILD_TYPE=Release \ $cmakeDirArgs \ -DCMAKE_INSTALL_BINDIR=$appsDir \ - -DECM_DIR=/system/data/cmake/Modules/ECM/cmake \ -DBUILD_WITH_QT6=OFF \ -DBUILD_DOC=OFF \ -DBUILD_TESTING=OFF \