main/doxygen: drop test that need tex

The cite test uses bibtex, drop that test as texlive is only in testing.
This commit is contained in:
Henrik Riomar 2017-12-31 22:44:54 +01:00 committed by Natanael Copa
parent 56ea9a962b
commit c05f6fff90

View File

@ -7,7 +7,7 @@ url="http://www.doxygen.org/"
arch="all" arch="all"
license="GPL" license="GPL"
depends="" depends=""
checkdepends="libxml2-utils texlive" checkdepends="libxml2-utils"
makedepends="flex bison coreutils perl python3 cmake" makedepends="flex bison coreutils perl python3 cmake"
subpackages="" subpackages=""
source="http://ftp.stack.nl/pub/users/dimitri/doxygen-$pkgver.src.tar.gz source="http://ftp.stack.nl/pub/users/dimitri/doxygen-$pkgver.src.tar.gz
@ -28,6 +28,8 @@ build() {
check() { check() {
cd "$builddir" cd "$builddir"
# Remove test that use bibtex
rm -f ./testing/012_cite.dox
make test make test
} }