From 24e8f3f65bad98ef40cef146e6e0cf4afbe37931 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Fonzo?= Date: Wed, 11 Mar 2020 23:16:42 -0300 Subject: [PATCH] recipes: tde/tqt3: Build with the documentation to support the assistant MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Matías Fonzo --- recipes/tde/tqt3/recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/tde/tqt3/recipe b/recipes/tde/tqt3/recipe index 017f6f2c..b3297995 100644 --- a/recipes/tde/tqt3/recipe +++ b/recipes/tde/tqt3/recipe @@ -17,7 +17,7 @@ program=tqt3-trinity pkgname=tqt3 version=14.0.7 -release=1 +release=2 # Set 'outdir' for a nice and well-organized output directory outdir="${outdir}/${arch}/tde" @@ -56,7 +56,7 @@ build() ( cd mkspecs && find . -maxdepth 1 \( -type d -a ! -name 'linux-g++' \) -exec rm -rf -- '{}' \; ) # Do not build the HTML documentation in order to save disk space - sed -i '/htmldocs/d' src/qt_install.pri + #sed -i '/htmldocs/d' src/qt_install.pri # Set custom compilation flags from Qi sed -i \ -- 2.11.4.GIT