libqxp: remove unnecessary REQUIRES, add TEST().

This commit is contained in:
Kacper Kasper
2018-02-18 14:37:53 +01:00
parent 5e64574d0d
commit 72df800745

View File

@@ -5,7 +5,7 @@ documents. Currently it only understands documents created by QuarkXPress \
HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libqxp"
COPYRIGHT="2017-2018 David Tardon, Aleksas Pantechovski"
LICENSE="MPL v2.0"
REVISION="1"
REVISION="2"
SOURCE_URI="http://dev-www.libreoffice.org/src/libqxp/libqxp-$portVersion.tar.xz"
CHECKSUM_SHA256="8c257f6184ff94aefa7c9fa1cfae82083d55a49247266905c71c53e013f95c73"
@@ -34,7 +34,6 @@ REQUIRES="
haiku$secondaryArchSuffix
icu$secondaryArchSuffix
lib:libboost_system$secondaryArchSuffix
lib:libcppunit$secondaryArchSuffix
lib:librevenge_0.0$secondaryArchSuffix
"
@@ -84,3 +83,8 @@ INSTALL()
packageEntries devel \
$developDir
}
TEST()
{
make check
}