From mboxrd@z Thu Jan 1 00:00:00 1970 From: Efraim Flashner Subject: [PATCH 00/14] modular qt patches Date: Fri, 10 Jun 2016 15:10:11 +0300 Message-ID: <20160610121025.6632-1-efraim@flashner.co.il> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36145) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bBLGv-0005g4-Hp for guix-devel@gnu.org; Fri, 10 Jun 2016 08:10:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bBLGq-0003x5-GY for guix-devel@gnu.org; Fri, 10 Jun 2016 08:10:44 -0400 Received: from flashner.co.il ([178.62.234.194]:59933) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bBLGq-0003vn-97 for guix-devel@gnu.org; Fri, 10 Jun 2016 08:10:40 -0400 Received: from localhost.localdomain (85.65.166.137.dynamic.barak-online.net [85.65.166.137]) by flashner.co.il (Postfix) with ESMTPSA id D62C740256 for ; Fri, 10 Jun 2016 12:10:31 +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 Here's my batch of modular qt patches. I found a couple of issues while I was making them. qtbase doesn't produce the binary lrelease so qttranslations can't be built, and qtquick, which had its last release in 5.4.2, can't be found by qtquickcontrols or qtgraphicaleffects. I didn't build qtwebengine or the ones that depended on it. When I realized 5.6.1 had been released I built all of these, minus qttools, with qtbase, in 3.25 hours, a significant decrease compared to the full bundle. https://code.qt.io/cgit/qt/qt5.git/tree/.gitmodules?h=5.6.1 was a great cheat-sheet for what modules needed which other ones as inputs. Efraim Flashner (14): gnu: Add qtsvg. gnu: Add qtimageformats. gnu: Add qtx11extras. gnu: Add qtxmlpatterns. gnu: Add qtdeclarative. gnu: Add qtconnectivity. gnu: Add qtwebsockets. gnu: Add qtsensors. gnu: Add qtmultimedia. gnu: Add qtwayland. gnu: Add qtserialport. gnu: Add qtwebchannel. gnu: Add qtlocation. gnu: Add qttools. gnu/packages/qt.scm | 258 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 258 insertions(+) -- 2.8.3