From 87885d1f43584e201372ac6614f8346563d0204f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Wed, 7 Oct 2020 18:03:55 -0300 Subject: [PATCH] cabbage: leave note about xvfb-run, xlintify. Not possible to check if tests run correctly with it, since the package is broken. --- srcpkgs/cabbage/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/cabbage/template b/srcpkgs/cabbage/template index feb3808203b..4bf1093d070 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=$!