From mboxrd@z Thu Jan 1 00:00:00 1970 From: Efraim Flashner Subject: [PATCH 0/9] Add more qtmodules Date: Mon, 9 Jan 2017 12:03:38 +0200 Message-ID: <20170109100347.29913-1-efraim@flashner.co.il> Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39577) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cQWo8-0000wJ-Ok for guix-devel@gnu.org; Mon, 09 Jan 2017 05:04:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cQWo3-0006hq-OX for guix-devel@gnu.org; Mon, 09 Jan 2017 05:04:04 -0500 Received: from flashner.co.il ([178.62.234.194]:41487) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cQWo3-0006hb-GN for guix-devel@gnu.org; Mon, 09 Jan 2017 05:03:59 -0500 Received: from localhost (85.64.232.168.dynamic.barak-online.net [85.64.232.168]) by flashner.co.il (Postfix) with ESMTPSA id 7E1B6400EC for ; Mon, 9 Jan 2017 10:03:58 +0000 (UTC) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org I figured we could use some more Qt modules, so I packaged up a couple. Q= t3d bundles assimp and I'm still working on unbundling that, and even so I'm = not happy about how it references another graphics library, so that one is go= ing to need some more time. I also haven't looked at qtwebengine, since it bu= ndles chromium. Of the remaining, qtwebview depends on qtwebengine, qtactiveqt = is windows only, and I didn't look at qt{android,mac,windows}. While I was working on them, I realized that the test suite wasn't really being run. I patched qtsvg to run the test suite (and therefor propagate = to all the other qt modules), but everything started breaking, due to networ= k tests, javascript dependencies, etc., so I've moved that to a separate br= anch locally to work on more later. However, I do think it would be be better = to enable the tests in qtsvg and then disable them on most of the modules, s= o that way they're ready to be fixed and enabled without waiting for me to get around to it. Thoughts? Efraim Flashner (9): gnu: Add qtdeclarative-render2d. gnu: Add qtserialbus. gnu: Add qtgamepad. gnu: Add qtscxml. gnu: Add qtpurchasing. gnu: Add qtcanvas3d. gnu: Add qtcharts. gnu: Add qtdatavis3d. gnu: Add qt3d. gnu/packages/qt.scm | 189 ++++++++++++++++++++++++++++++++++++++++++++++= +++++- 1 file changed, 188 insertions(+), 1 deletion(-) --=20 2.11.0