mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
tellico, bump to 4.1.2 (#12427)
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user