From 97f159e1db0fe427e33e1b4572fb11135a960080 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Mon, 14 Apr 2025 12:11:23 +0200 Subject: [PATCH] tellico, bump to version 4.1.1 (#12159) --- ...lico-4.0.1.recipe => tellico-4.1.1.recipe} | 30 ++++++++----------- 1 file changed, 13 insertions(+), 17 deletions(-) rename kde-apps/tellico/{tellico-4.0.1.recipe => tellico-4.1.1.recipe} (91%) diff --git a/kde-apps/tellico/tellico-4.0.1.recipe b/kde-apps/tellico/tellico-4.1.1.recipe similarity index 91% rename from kde-apps/tellico/tellico-4.0.1.recipe rename to kde-apps/tellico/tellico-4.1.1.recipe index 97c94cacf..9dab64d63 100644 --- a/kde-apps/tellico/tellico-4.0.1.recipe +++ b/kde-apps/tellico/tellico-4.1.1.recipe @@ -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-2024 Robby Stephenson" +COPYRIGHT="2001-2025 Robby Stephenson" LICENSE="GNU GPL v2 GNU GPL v3" REVISION="1" SOURCE_URI="https://tellico-project.org/files/tellico-$portVersion.tar.xz" -CHECKSUM_SHA256="c8945b9425ec09e8ee4e5eeab0f2618769e186026823677fe2cb4cf41a68cd24" +CHECKSUM_SHA256="0a72d60f78ec60fc990f031cd1fcdf1dca9b7c32c620ac60839f4a8353ce3ca0" SOURCE_DIR="tellico-$portVersion" ADDITIONAL_FILES="tellico.rdef.in" @@ -97,7 +97,6 @@ BUILD_REQUIRES=" devel:libKF5ConfigWidgets$secondaryArchSuffix devel:libKF5CoreAddons$secondaryArchSuffix devel:libKF5Crash$secondaryArchSuffix - devel:libKF5DocTools$secondaryArchSuffix devel:libKF5FileMetaData$secondaryArchSuffix devel:libKF5GuiAddons$secondaryArchSuffix devel:libKF5KHtml$secondaryArchSuffix @@ -119,10 +118,11 @@ BUILD_REQUIRES=" devel:libKF5WidgetsAddons$secondaryArchSuffix devel:libKF5WindowSystem$secondaryArchSuffix devel:libKF5XmlGui$secondaryArchSuffix - devel:libpoppler_qt5$secondaryArchSuffix + devel:libpoppler$secondaryArchSuffix >= 144 + devel:libpoppler_qt5$secondaryArchSuffix >= 1.37 devel:libQt5Core$secondaryArchSuffix devel:libQt5Webengine$secondaryArchSuffix - devel:libtag$secondaryArchSuffix + devel:libtag$secondaryArchSuffix >= 2.0 devel:libxml2$secondaryArchSuffix devel:libxslt$secondaryArchSuffix devel:libyaz$secondaryArchSuffix @@ -131,8 +131,8 @@ BUILD_PREREQUIRES=" cmd:cmake cmd:g++$secondaryArchSuffix cmd:make - cmd:msgfmt - cmd:msgmerge + cmd:msgfmt$secondaryArchSuffix + cmd:msgmerge$secondaryArchSuffix cmd:pkg_config$secondaryArchSuffix cmd:qdbuscpp2xml$secondaryArchSuffix >= 5 cmd:python3 @@ -142,23 +142,19 @@ TEST_REQUIRES=" qthaikuplugins$secondaryArchSuffix " -PATCH() -{ - # disable docs generation - sed -e '/add_subdirectory(doc)/ s/^#*/#/' -i CMakeLists.txt - sed -e '/kdoctools_install(po)/ s/^#*/#/' -i CMakeLists.txt -} - BUILD() { - cmake -Bbuild -S. $cmakeDirArgs \ - -DCMAKE_BUILD_TYPE=Release \ + cmake -B build -S . -DCMAKE_BUILD_TYPE=Release \ + $cmakeDirArgs \ -DCMAKE_INSTALL_BINDIR=$appsDir \ -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 + -DBUILD_DOC=OFF \ + -DBUILD_TESTING=OFF \ + -Wno-dev + make -C build $jobArgs }