mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
libplist: bump version
SONAME change
This commit is contained in:
@@ -11,7 +11,7 @@ LICENSE="GNU GPL v2
|
||||
GNU LGPL v2.1"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/libimobiledevice/libplist/archive/$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="7e654bdd5d8b96f03240227ed09057377f06ebad08e1c37d0cfa2abe6ba0cee2"
|
||||
CHECKSUM_SHA256="9de7f90c45d0ee338170398a163035d387f50b28afe80bb24f3a11976151bf6d"
|
||||
SOURCE_FILENAME="libplist-$portVersion.tar.gz"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
@@ -19,34 +19,29 @@ SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
libplist$secondaryArchSuffix = $portVersion compat >= 1
|
||||
lib:libplist_2.0$secondaryArchSuffix = 3.3.0 compat >= 3
|
||||
lib:libplist++_2.0$secondaryArchSuffix = 3.3.0 compat >= 3
|
||||
lib:libplist_2.0$secondaryArchSuffix = 4.4.0 compat >= 4
|
||||
lib:libplist++_2.0$secondaryArchSuffix = 4.4.0 compat >= 4
|
||||
"
|
||||
if [ -z "$secondaryArchSuffix" ]; then
|
||||
PROVIDES="$PROVIDES
|
||||
cmd:plistutil = $portVersion compat >= 1
|
||||
"
|
||||
fi
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libxml2$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
libplist${secondaryArchSuffix}_devel = $portVersion compat >= 1
|
||||
devel:libplist_2.0$secondaryArchSuffix = 3.3.0 compat >= 3
|
||||
devel:libplist++_2.0$secondaryArchSuffix = 3.3.0 compat >= 3
|
||||
devel:libplist_2.0$secondaryArchSuffix = 4.4.0 compat >= 4
|
||||
devel:libplist++_2.0$secondaryArchSuffix = 4.4.0 compat >= 4
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libplist$secondaryArchSuffix == $portVersion base
|
||||
devel:libxml2$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libxml2$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:aclocal
|
||||
@@ -70,6 +65,7 @@ BUILD()
|
||||
maybe_without_cython=
|
||||
fi
|
||||
|
||||
export RELEASE_VERSION=$portVersion
|
||||
autoreconf -fi
|
||||
runConfigure ./configure $maybe_without_cython
|
||||
|
||||
Reference in New Issue
Block a user