kasts, bump to 24.12.3 (#11996)

This commit is contained in:
Schrijvers Luc
2025-03-15 07:58:07 +00:00
committed by GitHub
parent 41478e2c59
commit 2609cbd79c

View File

@@ -8,11 +8,11 @@ Its main features are:
* Search for podcasts
* Full system integration: e.g. inhibit system suspend while listening"
HOMEPAGE="https://apps.kde.org/kasts/"
COPYRIGHT="2010-2024 KDE Organisation"
COPYRIGHT="2010-2025 KDE Organisation"
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="https://download.kde.org/stable/release-service/$portVersion/src/kasts-$portVersion.tar.xz"
CHECKSUM_SHA256="afe8bbcf907caea592448a7c93bdc461d5fb28c3c247a552fbbbb69d7afa3ac9"
CHECKSUM_SHA256="45351ce35d2188e732544cc14b48d3589dfe5e5206884502e9695f5bdee37570"
ADDITIONAL_FILES="kasts.rdef.in"
ARCHITECTURES="all !x86_gcc2"
@@ -95,12 +95,12 @@ BUILD_PREREQUIRES="
BUILD()
{
cmake -B build -S . $cmakeDirArgs \
cmake -B build -S . -DCMAKE_BUILD_TYPE=Release \
$cmakeDirArgs \
-DCMAKE_INSTALL_BINDIR=$appsDir \
-DCMAKE_BUILD_TYPE=Release \
-DKDE_INSTALL_QMLDIR=$dataDir/Qt6/qml \
-DECM_DIR=/system/data/cmake/Modules/ECM/cmake \
-DBUILD_TESTING=ON \
-DBUILD_TESTING=OFF \
-Wno-dev
make -C build $jobArgs