From 4e4830720e72771d75f0412910ba942378f92ba1 Mon Sep 17 00:00:00 2001 From: Piraty Date: Fri, 13 Jan 2017 14:46:40 +0100 Subject: [PATCH] TeXstudio: build with phonon by default upstream patched the issues of 2.11.2 --- srcpkgs/texstudio/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/texstudio/template b/srcpkgs/texstudio/template index b8c1bfb8979..1e13ebca66b 100644 --- a/srcpkgs/texstudio/template +++ b/srcpkgs/texstudio/template @@ -14,6 +14,8 @@ hostmakedepends="pkg-config qt5-qmake" makedepends="qt5-webkit-devel qt5-svg-devel qt5-script-devel qt5-tools-devel" depends="qt5-svg" +build_options_default="phonon" + configure_args="-unix" configure_args+=" -spec linux-g++" configure_args+=" NO_TESTS=true"