cabbage: leave note about xvfb-run, xlintify.

Not possible to check if tests run correctly with it, since the package
is broken.
This commit is contained in:
Érico Rolim 2020-10-07 18:03:55 -03:00 committed by Érico Nogueira Rolim
parent e03336ba94
commit 87885d1f43

View file

@ -12,7 +12,7 @@ makedepends="libfreeglut-devel libcurl-devel jack-devel libXcomposite-devel
depends="csound"
short_desc="Framework for audio software development"
maintainer="Olga U <me@laserbat.pw>"
license="GPL-2.1-or-later"
license="GPL-3.0-or-later"
homepage="http://cabbageaudio.com/"
distfiles="https://github.com/WeAreROLI/JUCE/archive/${_jucever}.tar.gz
https://github.com/rorywalsh/cabbage/archive/v${version}.tar.gz
@ -49,6 +49,7 @@ Projucer() {
# https://github.com/WeAreROLI/JUCE/issues/422
# The HOME variable is spoofed because it looks for headers in
# ~/SDKs/ (path hardcoded)
# TODO: use xvfb-run script for testing
Xvfb :999 &
XVFB_PID=$!