mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-02 04:58:52 +02:00
pango: bump version.
This commit is contained in:
@@ -21,8 +21,8 @@ COPYRIGHT="
|
||||
LICENSE="
|
||||
GNU LGPL v2.1
|
||||
"
|
||||
SOURCE_URI="http://ftp.gnome.org/pub/GNOME/sources/pango/1.38/pango-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="1320569f6c6d75d6b66172b2d28e59c56ee864ee9df202b76799c4506a214eb7"
|
||||
SOURCE_URI="http://ftp.gnome.org/pub/GNOME/sources/pango/1.39/pango-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="13072ad9e49372d6d7ba7bb3b9b025faef04de3552b745e92d7880eb15d6ee7e"
|
||||
PATCHES="pango-$portVersion.patchset"
|
||||
REVISION="1"
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
@@ -30,11 +30,10 @@ SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
pango$secondaryArchSuffix = $portVersion compat >= 1
|
||||
cmd:pango_querymodules$secondaryArchSuffix
|
||||
cmd:pango_view$secondaryArchSuffix
|
||||
lib:libpango_1.0$secondaryArchSuffix = 0.3800.1 compat >= 0
|
||||
lib:libpangocairo_1.0$secondaryArchSuffix = 0.3800.1 compat >= 0
|
||||
lib:libpangoft2_1.0$secondaryArchSuffix = 0.3800.1 compat >= 0
|
||||
lib:libpango_1.0$secondaryArchSuffix = 0.3900.0 compat >= 0
|
||||
lib:libpangocairo_1.0$secondaryArchSuffix = 0.3900.0 compat >= 0
|
||||
lib:libpangoft2_1.0$secondaryArchSuffix = 0.3900.0 compat >= 0
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -97,7 +96,7 @@ BUILD()
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
|
||||
|
||||
# remove libtool library files
|
||||
rm $libDir/lib*.la
|
||||
|
||||
@@ -119,9 +118,9 @@ TEST()
|
||||
|
||||
PROVIDES_devel="
|
||||
pango${secondaryArchSuffix}_devel = $portVersion compat >= 1
|
||||
devel:libpango_1.0$secondaryArchSuffix = 0.3800.1 compat >= 0
|
||||
devel:libpangocairo_1.0$secondaryArchSuffix = 0.3800.1 compat >= 0
|
||||
devel:libpangoft2_1.0$secondaryArchSuffix = 0.3800.1 compat >= 0
|
||||
devel:libpango_1.0$secondaryArchSuffix = 0.3900.0 compat >= 0
|
||||
devel:libpangocairo_1.0$secondaryArchSuffix = 0.3900.0 compat >= 0
|
||||
devel:libpangoft2_1.0$secondaryArchSuffix = 0.3900.0 compat >= 0
|
||||
"
|
||||
REQUIRES_devel="
|
||||
pango$secondaryArchSuffix == $portVersion base
|
||||
Reference in New Issue
Block a user