Skip to content
Snippets Groups Projects
Commit ec5aafca authored by alice's avatar alice
Browse files

community/libvisio: fix check

parent 3cf6a961
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,7 @@ url="https://wiki.documentfoundation.org/DLP/Libraries/libvisio" ...@@ -8,6 +8,7 @@ url="https://wiki.documentfoundation.org/DLP/Libraries/libvisio"
arch="all" arch="all"
license="MPL-2.0" license="MPL-2.0"
makedepends="doxygen gperf perl icu-dev librevenge-dev libxml2-dev" makedepends="doxygen gperf perl icu-dev librevenge-dev libxml2-dev"
checkdepends="icu-data-full"
subpackages="$pkgname-dev $pkgname-doc $pkgname-tools" subpackages="$pkgname-dev $pkgname-doc $pkgname-tools"
source="https://dev-www.libreoffice.org/src/libvisio/libvisio-$pkgver.tar.xz" source="https://dev-www.libreoffice.org/src/libvisio/libvisio-$pkgver.tar.xz"
...@@ -33,7 +34,7 @@ build() { ...@@ -33,7 +34,7 @@ build() {
} }
check() { check() {
make check make check || { cat src/test/test-suite.log; exit 1; }
} }
package() { package() {
...@@ -44,4 +45,6 @@ tools() { ...@@ -44,4 +45,6 @@ tools() {
amove usr/bin amove usr/bin
} }
sha512sums="c26f67a09fa6a6d0bf6f3fff5590d5cf16983630d4f7cfcf86d9461baec58dbdf7989fd934be6db0639ca043c160aac2d008275afb9e047766bc878ac579a9ea libvisio-0.1.7.tar.xz" sha512sums="
c26f67a09fa6a6d0bf6f3fff5590d5cf16983630d4f7cfcf86d9461baec58dbdf7989fd934be6db0639ca043c160aac2d008275afb9e047766bc878ac579a9ea libvisio-0.1.7.tar.xz
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment