mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
libqxp: remove unnecessary REQUIRES, add TEST().
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user