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 @@ most commonly used to import WordPerfect documents into other word processors \
(see below), but may be useful in other cases as well.
"
HOMEPAGE="http://sourceforge.net/projects/libwpd/"
SOURCE_URI="http://prdownloads.sourceforge.net/libwpd/libwpd-$portVersion.tar.bz2"
LICENSE="
MPL v2.0
GNU LGPL v2.1
"
COPYRIGHT="
William Lachance
Marc Maurer
Fridrich Strba
"
LICENSE="
MPL v2.0
GNU LGPL v2.1
"
REVISION="2"
SOURCE_URI="http://prdownloads.sourceforge.net/libwpd/libwpd-$portVersion.tar.bz2"
CHECKSUM_SHA256="f2bf5d65156a351ce404550dd822c8db8ab8740b393f61dba828d1b2cb33fe91"
ARCHITECTURES="!x86_gcc2 x86 ?x86_64"
@@ -35,6 +35,15 @@ REQUIRES="
lib:librevenge_stream_0.0$secondaryArchSuffix
lib:libz$secondaryArchSuffix
"
PROVIDES_devel="
libwpd${secondaryArchSuffix}_devel = $portVersion
devel:libwpd_0.10$secondaryArchSuffix = 10.0.0 compat >= 10
"
REQUIRES_devel="
libwpd$secondaryArchSuffix == $portVersion base
"
BUILD_REQUIRES="
devel:librevenge_0.0$secondaryArchSuffix
devel:librevenge_generators_0.0$secondaryArchSuffix
@@ -75,11 +84,3 @@ INSTALL()
packageEntries devel $developDir
}
PROVIDES_devel="
libwpd${secondaryArchSuffix}_devel = $portVersion
devel:libwpd_0.10$secondaryArchSuffix = 10.0.0 compat >= 10
"
REQUIRES_devel="
libwpd$secondaryArchSuffix == $portVersion base
"