mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
libquotient_qt6, bump to version 0.9.6.1 (#13743)
This commit is contained in:
@@ -9,13 +9,13 @@ COPYRIGHT="Quotient contributors"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/quotient-im/libQuotient/archive/refs/tags/$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="24366dd59aca7b991756e45c3c8823c43fc6a8fdb161ea6dcce5b666c6300766"
|
||||
CHECKSUM_SHA256="ac0fe5df480fa893d3e16da626bf5028c944e9b41f504f6fe0fe49273247d636"
|
||||
SOURCE_DIR="libQuotient-$portVersion"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
libVersion="$portVersion"
|
||||
libVersion="0.9.6"
|
||||
libVersionCompat="$libVersion compat >= ${libVersion%.*}"
|
||||
|
||||
PROVIDES="
|
||||
@@ -62,12 +62,15 @@ BUILD_PREREQUIRES="
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
"
|
||||
|
||||
defineDebugInfoPackage libquotient_qt6$secondaryArchSuffix \
|
||||
$libDir/libQuotientQt6.so.$libVersion.1
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cmake -B build -S . -DCMAKE_BUILD_TYPE=Release \
|
||||
cmake -B build -S . -DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||
$cmakeDirArgs \
|
||||
-DBUILD_SHARED_LIBS=ON \
|
||||
-DBUILD_TESTING=ON
|
||||
-DBUILD_TESTING=OFF
|
||||
|
||||
make -C build $jobArgs
|
||||
}
|
||||
@@ -90,6 +93,7 @@ INSTALL()
|
||||
|
||||
TEST()
|
||||
{
|
||||
# 88% tests passed, 1 tests failed out of 8
|
||||
# 92% tests passed, 1 tests failed out of 12
|
||||
# Can't use password login at localhost:1234 - check that the homeserver is running
|
||||
ctest --test-dir build --output-on-failure
|
||||
}
|
||||
Reference in New Issue
Block a user