From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:56794) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iNiiR-00015n-Vr for guix-patches@gnu.org; Thu, 24 Oct 2019 15:24:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iNiiL-0007Ew-GJ for guix-patches@gnu.org; Thu, 24 Oct 2019 15:24:09 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:56370) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iNiiI-0007Bm-A7 for guix-patches@gnu.org; Thu, 24 Oct 2019 15:24:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iNiiI-0001cW-4G for guix-patches@gnu.org; Thu, 24 Oct 2019 15:24:02 -0400 Subject: [bug#37908] [PATCH 1/2] gnu: Remove qtdeclarative-render2d. References: <20191024192056.5428-1-h.goebel@crazy-compilers.com> In-Reply-To: <20191024192056.5428-1-h.goebel@crazy-compilers.com> Resent-Message-ID: From: Hartmut Goebel Date: Thu, 24 Oct 2019 21:23:51 +0200 Message-Id: <20191024192352.5532-1-h.goebel@crazy-compilers.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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: 37908@debbugs.gnu.org This module has been merged into qtdeclarative as of Qt 5.8.0 and is not used anywhere. --- gnu/packages/qt.scm | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 929144f30d..e9dc406328 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -1434,34 +1434,6 @@ components. The API consists of over 20 effects provided as separate QML types. The effects cover functional areas such as blending, masking, blurring, coloring, and many more."))) -(define-public qtdeclarative-render2d - ;; As of Qt-5.8.0 this module has been merged into qtdeclarative - (package (inherit qtsvg) - (name "qtdeclarative-render2d") - (version "5.7.1") - (source (origin - (method url-fetch) - (uri (string-append "https://download.qt.io/official_releases/qt/" - (version-major+minor version) "/" version - "/submodules/" name "-everywhere-src-" - version ".tar.xz")) - (sha256 - (base32 - "0zwch9vn17f3bpy300jcfxx6cx9qymk5j7khx0x9k1xqid4166c3")) - (modules '((guix build utils))) - (snippet - '(begin - (delete-file-recursively "tools/opengldummy/3rdparty") - #t)))) - (native-inputs `()) - (inputs - `(("qtbase" ,qtbase) - ("qtdeclarative" ,qtdeclarative))) - (synopsis "Qt Declarative Render module") - (description "The Qt Declarative Render 2D module provides a Raster -backend for QtQuick scene graph.") - (properties `((superseded . ,qtdeclarative))))) - (define-public qtgamepad (package (inherit qtsvg) (name "qtgamepad") -- 2.21.0