mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
libical, revbump, use icu75 (#10083)
This commit is contained in:
@@ -7,7 +7,7 @@ HOMEPAGE="http://libical.github.io/libical/"
|
||||
COPYRIGHT="1999-2015 Eric Busboom"
|
||||
LICENSE="MPL v1.0
|
||||
GNU LGPL v2.1"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/libical/libical/releases/download/v$portVersion/libical-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="b44705dd71ca4538c86fb16248483ab4b48978524fb1da5097bd76aa2e0f0c33"
|
||||
PATCHES="libical-$portVersion.patchset"
|
||||
@@ -25,8 +25,8 @@ PROVIDES="
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libicui18n$secondaryArchSuffix >= 66
|
||||
lib:libicuuc$secondaryArchSuffix >= 66
|
||||
lib:libicui18n$secondaryArchSuffix
|
||||
lib:libicuuc$secondaryArchSuffix
|
||||
devel:libxml2$secondaryArchSuffix
|
||||
"
|
||||
|
||||
@@ -40,13 +40,13 @@ PROVIDES_devel="
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libical$secondaryArchSuffix == $portVersion base
|
||||
devel:libicui18n$secondaryArchSuffix >= 66
|
||||
devel:libicuuc$secondaryArchSuffix >= 66
|
||||
devel:libicui18n$secondaryArchSuffix >= 74
|
||||
devel:libicuuc$secondaryArchSuffix >= 74
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libicui18n$secondaryArchSuffix >= 66
|
||||
devel:libicui18n$secondaryArchSuffix >= 74
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:cmake
|
||||
|
||||
Reference in New Issue
Block a user