On Wed, Nov 01, 2017 at 05:53:43PM +0100, Rafael Sadowski wrote:
> Hi porters,
>
> I need help with the gpgme update. Special thing here, I need the Qt
> bindings because kde-applications/gpgmepp is dead and all dependent
> programs work with gpgme-qt now.
Not really going to help you on the actual issue, but for consistency:
>
> -COMMENT= GnuPG Made Easy
> +COMMENT-main= GnuPG Made Easy
> +COMMENT-qt= Qt bindings for GPGme
> +COMMENT-py2= Python 2 bindings for GPGme
> +COMMENT-py3= Python 3 bindings for GPGme
Use -python and -python3 ?
> +
> +V = 1.9.0
> +DISTNAME= gpgme-$V
> +
> +PKGNAME-main = ${PKGNAME}
> +PKGNAME-qt= gpgme-qt-$V
> +PKGNAME-py2= gpgme-py2-$V
> +PKGNAME-py3= gpgme-py3-$V
That should be py-gpgme and py3-gpgme.