Fix ordering

This commit is contained in:
Vale
2016-02-17 14:26:37 -05:00
parent c78e400f98
commit 4ceccd41e1
491 changed files with 2610 additions and 2977 deletions

View File

@@ -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
"