mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
gcab, bump version (#9132)
This commit is contained in:
@@ -15,7 +15,7 @@ COPYRIGHT="2000-2002 Stuart Caie
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://download.gnome.org/sources/gcab/$portVersion/gcab-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="67a5fa9be6c923fbc9197de6332f36f69a33dadc9016a2b207859246711c048f"
|
||||
CHECKSUM_SHA256="2f0c9615577c4126909e251f9de0626c3ee7a152376c15b5544df10fc87e560b"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
@@ -28,7 +28,7 @@ if [ "$targetArchitecture" = x86_gcc2 ]; then
|
||||
commandBinDir=$prefix/bin
|
||||
fi
|
||||
|
||||
libVersion="0.1.0"
|
||||
libVersion="0.3.0"
|
||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||
|
||||
PROVIDES="
|
||||
@@ -38,7 +38,7 @@ PROVIDES="
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libglib_2.0$secondaryArchSuffix >= 0.4600.2
|
||||
lib:libglib_2.0$secondaryArchSuffix
|
||||
lib:libintl$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
@@ -49,15 +49,15 @@ PROVIDES_devel="
|
||||
"
|
||||
REQUIRES_devel="
|
||||
gcab$secondaryArchSuffix == $portVersion base
|
||||
devel:libglib_2.0$secondaryArchSuffix >= 0.4600.2
|
||||
devel:libglib_2.0$secondaryArchSuffix
|
||||
devel:libintl$secondaryArchSuffix
|
||||
devel:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libgettextlib$secondaryArchSuffix >= 0.14.1
|
||||
devel:libglib_2.0$secondaryArchSuffix >= 0.4600.2
|
||||
devel:libgettextlib$secondaryArchSuffix
|
||||
devel:libglib_2.0$secondaryArchSuffix
|
||||
devel:libintl$secondaryArchSuffix
|
||||
devel:libz$secondaryArchSuffix
|
||||
"
|
||||
@@ -90,7 +90,7 @@ INSTALL()
|
||||
mv $prefix/share/gtk-doc $dataDir
|
||||
rm -rf $prefix/share
|
||||
|
||||
prepareInstalledDevelLibs \
|
||||
prepareInstalledDevelLib \
|
||||
libgcab-1.0
|
||||
fixPkgconfig
|
||||
|
||||
Reference in New Issue
Block a user