mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
HarfBuzz: bump to 2.1.1, move $libDir/cmake to the devel subpackage.
This commit is contained in:
@@ -18,7 +18,7 @@ COPYRIGHT="2004-2018 Behdad Esfahbod
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://www.freedesktop.org/software/harfbuzz/release/harfbuzz-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="8e5b496ec7328d700ff340e4c44dfbd1dfa8159cd11df2876417496e4efd12f9"
|
||||
CHECKSUM_SHA256="83bf5d552df72c52969332f294cd97d8f6b46b77b41b61346ca56ebb81884e14"
|
||||
PATCHES="harfbuzz-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
@@ -31,7 +31,7 @@ if [ "$targetArchitecture" = x86_gcc2 ]; then
|
||||
commandBinDir=$prefix/bin
|
||||
fi
|
||||
|
||||
libVersion="0.20100.0"
|
||||
libVersion="0.20101.0"
|
||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||
|
||||
PROVIDES="
|
||||
@@ -129,7 +129,8 @@ INSTALL()
|
||||
# devel package
|
||||
packageEntries devel \
|
||||
"$dataDir" \
|
||||
"$developDir"
|
||||
"$developDir" \
|
||||
"$libDir"/cmake
|
||||
}
|
||||
|
||||
TEST()
|
||||
Reference in New Issue
Block a user