From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34427) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dK4tO-0001MP-0q for guix-patches@gnu.org; Sun, 11 Jun 2017 11:35:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dK4tK-0006QD-UV for guix-patches@gnu.org; Sun, 11 Jun 2017 11:35:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:38606) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dK4tK-0006Q4-Rk for guix-patches@gnu.org; Sun, 11 Jun 2017 11:35:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dK4tK-00022X-FF for guix-patches@gnu.org; Sun, 11 Jun 2017 11:35:02 -0400 Subject: bug#26463: [PATCH v2 0/7] Add KDE Frameworks Tier 4 References: <1491994573-20134-1-git-send-email-h.goebel@crazy-compilers.com> In-Reply-To: <1491994573-20134-1-git-send-email-h.goebel@crazy-compilers.com> Resent-Message-ID: From: Hartmut Goebel Date: Sun, 11 Jun 2017 17:34:20 +0200 Message-Id: <1497195267-22886-1-git-send-email-h.goebel@crazy-compilers.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 26463@debbugs.gnu.org This is an updated series adding KDE Frameworks Tier 4. Differences to the first series are: - All packages are updated to 5.34.0 (to align this the other packages of kde-framworks.scm). - Property "upstream-name" set for kde-frameworkintegration. - Add more optional packages and TODO-comments (like I did for the other packages in kde-frameworks.scm, too. - kdelibs4support: Make all but two tests pass. I tried hard to get all tests pass, but reasons are hard to spot and hard to debug (due to subtle differences between the build container and one set-up using "guix environment".) Hartmut Goebel (7): gnu: Add kde-frameworkintegration. gnu: Add kdelibs4support. gnu: Add kjs. gnu: Add khtml. gnu: Add kjsembed. gnu: Add kmediaplayer. gnu: Add kross. gnu/packages/kde-frameworks.scm | 389 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 389 insertions(+) -- 2.7.4