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:
parent
e03336ba94
commit
87885d1f43
1 changed files with 2 additions and 1 deletions
|
@ -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=$!
|
||||
|
|
Loading…
Reference in a new issue