From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: Building gpgme with Qt support? Date: Sun, 4 Jun 2017 14:35:40 -0400 Message-ID: <20170604183540.GA2840@jasmine> References: <5934503C.3060101@crazy-compilers.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35845) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dHaNP-0001yE-5a for guix-devel@gnu.org; Sun, 04 Jun 2017 14:35:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dHaNM-00073J-2C for guix-devel@gnu.org; Sun, 04 Jun 2017 14:35:47 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:44601) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dHaNL-00070z-1P for guix-devel@gnu.org; Sun, 04 Jun 2017 14:35:43 -0400 Content-Disposition: inline In-Reply-To: <5934503C.3060101@crazy-compilers.com> 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: Hartmut Goebel Cc: guix-devel On Sun, Jun 04, 2017 at 08:23:56PM +0200, Hartmut Goebel wrote: > Hi, > > since version 1.7 gpgme [1] includes both the C++ bindings (former > package: gpgmepp) and the Qt-Framework API (former package qgpgme, not > in guix). > > Our gpgme package is currently build *without* support for Qt: > > checking for GPGME_QT... checking for GPGME_QTTEST... ./configure: line 18672: : command not found > configure: WARNING: > *** > *** Qt5 (Qt5Core) not found Qt Binding will be disabled. > *** > > The major draw-back of adding these bindings is that this would install > qtcore (and all it's dependencies) for any application using gpgme. > > How can we avoid this? Could we make a new package qt-gpgme that inherits from gpgme and provides a QT-enabled gpgme??