mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
Fix ordering
This commit is contained in:
@@ -5,17 +5,17 @@ DESCRIPTION="
|
||||
libreoffice.
|
||||
"
|
||||
HOMEPAGE="http://www.freedesktop.org/wiki/Software/libvisio/"
|
||||
SOURCE_URI="http://dev-www.libreoffice.org/src/libvisio-0.0.31.tar.gz"
|
||||
COPYRIGHT="
|
||||
2011 Fridrich Strba
|
||||
2011 Eilidh McAdam
|
||||
"
|
||||
LICENSE="
|
||||
GNU GPL v2
|
||||
GNU LGPL v2.1
|
||||
MPL v1.1
|
||||
"
|
||||
COPYRIGHT="
|
||||
2011 Fridrich Strba
|
||||
2011 Eilidh McAdam
|
||||
"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://dev-www.libreoffice.org/src/libvisio-0.0.31.tar.gz"
|
||||
CHECKSUM_SHA256="4805b530eb79a9817d5daa3f069ef24959f439c0c0c80f12d30f9bc67b00cf90"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 ?x86_64"
|
||||
@@ -41,6 +41,15 @@ REQUIRES="
|
||||
lib:libxml2$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
libvisio${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libvisio_0.0$secondaryArchSuffix = $portVersion compat >= 0
|
||||
"
|
||||
REQUIRES_devel="
|
||||
$portName$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
boost${secondaryArchSuffix}_devel >= 1.36
|
||||
devel:libicui18n$secondaryArchSuffix
|
||||
@@ -86,11 +95,3 @@ INSTALL()
|
||||
|
||||
packageEntries devel $developDir
|
||||
}
|
||||
|
||||
PROVIDES_devel="
|
||||
libvisio${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libvisio_0.0$secondaryArchSuffix = $portVersion compat >= 0
|
||||
"
|
||||
REQUIRES_devel="
|
||||
$portName$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user