libquotient_qt6, revbump, fix libVersionCompat (#13746)

This commit is contained in:
Schrijvers Luc
2026-02-17 18:32:12 +01:00
committed by GitHub
parent 6f14333b32
commit 3194776ea8

View File

@@ -7,7 +7,7 @@ Versions 0.5.x and older use the previous name - libQMatrixClient."
HOMEPAGE="https://github.com/quotient-im/libQuotient" HOMEPAGE="https://github.com/quotient-im/libQuotient"
COPYRIGHT="Quotient contributors" COPYRIGHT="Quotient contributors"
LICENSE="GNU LGPL v2.1" LICENSE="GNU LGPL v2.1"
REVISION="1" REVISION="2"
SOURCE_URI="https://github.com/quotient-im/libQuotient/archive/refs/tags/$portVersion.tar.gz" SOURCE_URI="https://github.com/quotient-im/libQuotient/archive/refs/tags/$portVersion.tar.gz"
CHECKSUM_SHA256="ac0fe5df480fa893d3e16da626bf5028c944e9b41f504f6fe0fe49273247d636" CHECKSUM_SHA256="ac0fe5df480fa893d3e16da626bf5028c944e9b41f504f6fe0fe49273247d636"
SOURCE_DIR="libQuotient-$portVersion" SOURCE_DIR="libQuotient-$portVersion"
@@ -15,8 +15,8 @@ SOURCE_DIR="libQuotient-$portVersion"
ARCHITECTURES="all !x86_gcc2" ARCHITECTURES="all !x86_gcc2"
SECONDARY_ARCHITECTURES="x86" SECONDARY_ARCHITECTURES="x86"
libVersion="0.9.6" libVersion="$portVersion"
libVersionCompat="$libVersion compat >= ${libVersion%.*}" libVersionCompat="$libVersion compat >= ${libVersion%.*.*}"
PROVIDES=" PROVIDES="
libquotient_qt6$secondaryArchSuffix = $portVersion libquotient_qt6$secondaryArchSuffix = $portVersion
@@ -63,7 +63,7 @@ BUILD_PREREQUIRES="
" "
defineDebugInfoPackage libquotient_qt6$secondaryArchSuffix \ defineDebugInfoPackage libquotient_qt6$secondaryArchSuffix \
$libDir/libQuotientQt6.so.$libVersion.1 $libDir/libQuotientQt6.so.$libVersion
BUILD() BUILD()
{ {