mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 13:57:14 +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"
|
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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user