mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
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:
parent
56ea9a962b
commit
c05f6fff90
@ -7,7 +7,7 @@ url="http://www.doxygen.org/"
|
||||
arch="all"
|
||||
license="GPL"
|
||||
depends=""
|
||||
checkdepends="libxml2-utils texlive"
|
||||
checkdepends="libxml2-utils"
|
||||
makedepends="flex bison coreutils perl python3 cmake"
|
||||
subpackages=""
|
||||
source="http://ftp.stack.nl/pub/users/dimitri/doxygen-$pkgver.src.tar.gz
|
||||
@ -28,6 +28,8 @@ build() {
|
||||
|
||||
check() {
|
||||
cd "$builddir"
|
||||
# Remove test that use bibtex
|
||||
rm -f ./testing/012_cite.dox
|
||||
make test
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user