mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
libetonyek: bump version and add TEST().
This commit is contained in:
@@ -6,9 +6,9 @@ COPYRIGHT="Fridrich Strba, David Tardon"
|
||||
LICENSE="MPL v2.0"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://dev-www.libreoffice.org/src/libetonyek/libetonyek-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="f3f9342a34514a02c8a8c6d2a7957ee29cdb94ee69c67fe37b214fba50f49abf"
|
||||
CHECKSUM_SHA256="032f53e8d7691e48a73ddbe74fa84c906ff6ff32a33e6ee2a935b6fdb6aecb78"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
ARCHITECTURES="!x86_gcc2 x86 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
@@ -22,11 +22,11 @@ PROVIDES="
|
||||
cmd:key2text$secondaryArchSuffix
|
||||
cmd:numbers2text$secondaryArchSuffix
|
||||
cmd:pages2text$secondaryArchSuffix
|
||||
lib:libetonyek_0.1$secondaryArchSuffix = 1.0.2 compat >= 1
|
||||
lib:libetonyek_0.1$secondaryArchSuffix = 1.0.6 compat >= 1
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libboost_system$secondaryArchSuffix
|
||||
lib:liblangtag$secondaryArchSuffix
|
||||
lib:librevenge_0.0$secondaryArchSuffix
|
||||
lib:librevenge_generators_0.0$secondaryArchSuffix
|
||||
lib:librevenge_stream_0.0$secondaryArchSuffix
|
||||
@@ -36,7 +36,7 @@ REQUIRES="
|
||||
|
||||
PROVIDES_devel="
|
||||
libetonyek${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libetonyek_0.1$secondaryArchSuffix = 1.0.2 compat >= 1
|
||||
devel:libetonyek_0.1$secondaryArchSuffix = 1.0.6 compat >= 1
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libetonyek$secondaryArchSuffix == $portVersion base
|
||||
@@ -45,13 +45,16 @@ REQUIRES_devel="
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libboost_system$secondaryArchSuffix
|
||||
devel:libboost_container$secondaryArchSuffix
|
||||
devel:libcppunit$secondaryArchSuffix
|
||||
devel:liblangtag$secondaryArchSuffix
|
||||
devel:librevenge_0.0$secondaryArchSuffix
|
||||
devel:librevenge_generators_0.0$secondaryArchSuffix
|
||||
devel:librevenge_stream_0.0$secondaryArchSuffix
|
||||
devel:libxml2$secondaryArchSuffix
|
||||
devel:libz$secondaryArchSuffix
|
||||
glm${secondaryArchSuffix}_devel
|
||||
mdds${secondaryArchSuffix}_devel == 1.0.0
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:aclocal
|
||||
@@ -89,3 +92,9 @@ INSTALL()
|
||||
|
||||
packageEntries devel $developDir
|
||||
}
|
||||
|
||||
TEST()
|
||||
{
|
||||
# TODO: 1 test fails
|
||||
make check
|
||||
}
|
||||
Reference in New Issue
Block a user