From 72df800745c1b52bac54857285624bfdca2b52cb Mon Sep 17 00:00:00 2001 From: Kacper Kasper Date: Sun, 18 Feb 2018 14:37:53 +0100 Subject: [PATCH] libqxp: remove unnecessary REQUIRES, add TEST(). --- app-text/libqxp/libqxp-0.0.1.recipe | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/app-text/libqxp/libqxp-0.0.1.recipe b/app-text/libqxp/libqxp-0.0.1.recipe index 0770c75f4..f3d10af92 100644 --- a/app-text/libqxp/libqxp-0.0.1.recipe +++ b/app-text/libqxp/libqxp-0.0.1.recipe @@ -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 +}