[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Building gpgme with Qt support?
From: |
Leo Famulari |
Subject: |
Re: Building gpgme with Qt support? |
Date: |
Sun, 4 Jun 2017 14:35:40 -0400 |
User-agent: |
Mutt/1.8.3 (2017-05-23) |
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??