mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
libquotient_qt6, revbump, fix libVersionCompat (#13746)
This commit is contained in:
@@ -7,7 +7,7 @@ Versions 0.5.x and older use the previous name - libQMatrixClient."
|
||||
HOMEPAGE="https://github.com/quotient-im/libQuotient"
|
||||
COPYRIGHT="Quotient contributors"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/quotient-im/libQuotient/archive/refs/tags/$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="ac0fe5df480fa893d3e16da626bf5028c944e9b41f504f6fe0fe49273247d636"
|
||||
SOURCE_DIR="libQuotient-$portVersion"
|
||||
@@ -15,8 +15,8 @@ SOURCE_DIR="libQuotient-$portVersion"
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
libVersion="0.9.6"
|
||||
libVersionCompat="$libVersion compat >= ${libVersion%.*}"
|
||||
libVersion="$portVersion"
|
||||
libVersionCompat="$libVersion compat >= ${libVersion%.*.*}"
|
||||
|
||||
PROVIDES="
|
||||
libquotient_qt6$secondaryArchSuffix = $portVersion
|
||||
@@ -63,7 +63,7 @@ BUILD_PREREQUIRES="
|
||||
"
|
||||
|
||||
defineDebugInfoPackage libquotient_qt6$secondaryArchSuffix \
|
||||
$libDir/libQuotientQt6.so.$libVersion.1
|
||||
$libDir/libQuotientQt6.so.$libVersion
|
||||
|
||||
BUILD()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user