diff --git a/srcpkgs/cabbage/template b/srcpkgs/cabbage/template index feb3808203..4bf1093d07 100644 --- a/srcpkgs/cabbage/template +++ b/srcpkgs/cabbage/template @@ -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 " -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=$!