mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
code style.
remove old patches.
This commit is contained in:
@@ -25,14 +25,14 @@ LICENSE="
|
||||
GNU LGPL v2.1
|
||||
MPL v1.1
|
||||
"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://cairographics.org/releases/cairo-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="2505959eb3f1de3e1841023b61585bfd35684b9733c7b6a3643f4f4cbde6d846"
|
||||
REVISION="1"
|
||||
PATCHES="cairo-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PATCHES="cairo-$portVersion.patchset"
|
||||
|
||||
PROVIDES="
|
||||
cairo$secondaryArchSuffix = $portVersion compat >= 1
|
||||
lib:libcairo$secondaryArchSuffix = 2.11200.16 compat >= 2
|
||||
@@ -40,25 +40,33 @@ PROVIDES="
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libbz2$secondaryArchSuffix # required by fontconfig
|
||||
lib:libfontconfig$secondaryArchSuffix
|
||||
lib:libfreetype$secondaryArchSuffix
|
||||
lib:libpixman_1$secondaryArchSuffix
|
||||
lib:libpng15$secondaryArchSuffix
|
||||
lib:libxml2$secondaryArchSuffix # required by fontconfig
|
||||
lib:libz$secondaryArchSuffix
|
||||
# required by fontconfig
|
||||
lib:libbz2$secondaryArchSuffix
|
||||
lib:libxml2$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
cairo${secondaryArchSuffix}_devel = $portVersion compat >= 1
|
||||
devel:libcairo$secondaryArchSuffix = 2.11200.16 compat >= 2
|
||||
devel:libcairo_script_interpreter$secondaryArchSuffix = 2.11200.16 compat >= 2
|
||||
"
|
||||
REQUIRES_devel="
|
||||
cairo$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libbz2$secondaryArchSuffix # required by fontconfig
|
||||
devel:libfontconfig$secondaryArchSuffix
|
||||
devel:libfreetype$secondaryArchSuffix
|
||||
devel:libpixman_1$secondaryArchSuffix
|
||||
devel:libpng15$secondaryArchSuffix
|
||||
devel:libxml2$secondaryArchSuffix # required by fontconfig
|
||||
devel:libz$secondaryArchSuffix
|
||||
# required by fontconfig
|
||||
devel:libbz2$secondaryArchSuffix
|
||||
devel:libxml2$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:aclocal
|
||||
@@ -90,14 +98,3 @@ INSTALL()
|
||||
packageEntries devel \
|
||||
$developDir
|
||||
}
|
||||
|
||||
# ----- devel package -------------------------------------------------------
|
||||
|
||||
PROVIDES_devel="
|
||||
cairo${secondaryArchSuffix}_devel = $portVersion compat >= 1
|
||||
devel:libcairo$secondaryArchSuffix = 2.11200.16 compat >= 2
|
||||
devel:libcairo_script_interpreter$secondaryArchSuffix = 2.11200.16 compat >= 2
|
||||
"
|
||||
REQUIRES_devel="
|
||||
cairo$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user