mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
libplist: bump version
This commit is contained in:
@@ -10,8 +10,8 @@ COPYRIGHT="2008-2010 Jonathan Beck
|
||||
LICENSE="GNU GPL v2
|
||||
GNU LGPL v2.1"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://github.com/libimobiledevice/libplist/archive/$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="4b33f9af3f9208d54a3c3e1a8c149932513f451c98d1dd696fe42c06e30b7f03"
|
||||
SOURCE_URI="https://github.com/libimobiledevice/libplist/archive/$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="7e654bdd5d8b96f03240227ed09057377f06ebad08e1c37d0cfa2abe6ba0cee2"
|
||||
SOURCE_FILENAME="libplist-$portVersion.tar.gz"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
@@ -19,8 +19,8 @@ SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
libplist$secondaryArchSuffix = $portVersion compat >= 1
|
||||
lib:libplist$secondaryArchSuffix = 3.2.0 compat >= 3
|
||||
lib:libplist++$secondaryArchSuffix = 3.2.0 compat >= 3
|
||||
lib:libplist_2.0$secondaryArchSuffix = 3.3.0 compat >= 3
|
||||
lib:libplist++_2.0$secondaryArchSuffix = 3.3.0 compat >= 3
|
||||
"
|
||||
if [ -z "$secondaryArchSuffix" ]; then
|
||||
PROVIDES="$PROVIDES
|
||||
@@ -36,8 +36,8 @@ REQUIRES="
|
||||
|
||||
PROVIDES_devel="
|
||||
libplist${secondaryArchSuffix}_devel = $portVersion compat >= 1
|
||||
devel:libplist$secondaryArchSuffix = 3.0.0 compat >= 3
|
||||
devel:libplist++$secondaryArchSuffix = 3.0.0 compat >= 3
|
||||
devel:libplist_2.0$secondaryArchSuffix = 3.3.0 compat >= 3
|
||||
devel:libplist++_2.0$secondaryArchSuffix = 3.3.0 compat >= 3
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libplist$secondaryArchSuffix == $portVersion base
|
||||
@@ -58,7 +58,8 @@ BUILD_PREREQUIRES="
|
||||
cmd:libtoolize$secondaryArchSuffix
|
||||
cmd:make
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
cmd:python
|
||||
cmd:python3
|
||||
cmd:which
|
||||
"
|
||||
|
||||
BUILD()
|
||||
@@ -86,7 +87,7 @@ INSTALL()
|
||||
rm -rf $binDir
|
||||
fi
|
||||
|
||||
prepareInstalledDevelLibs libplist libplist++
|
||||
prepareInstalledDevelLibs libplist-2.0 libplist++-2.0
|
||||
fixPkgconfig
|
||||
|
||||
# devel package
|
||||
Reference in New Issue
Block a user