Use the split gpgme packages for gpg4win
* configure.ac: Add packages gpgmepp and qgpgme. Update dependencies of packages previously depending on the combined gpgme package. * doc/pkg-copyright.txt: Add copyright and license information for gpgmepp and qgpgme. * src/Makefile.am (EXTRA_DIST): Add new *.nsi files. (gpg4win_kdepkgs): Add gpgmepp and qgpgme. (gpg4win_excmkpkgs): Add gpgmepp. (gpg4win_pkg_gpgme_configure, gpg4win_pkg_gpgme_ex_configure): Update the configure options. (gpg4win_pkg_gpgmepp_configure, gpg4win_pkg_gpgmepp_ex_configure, gpg4win_pkg_qgpgme_configure): New. * src/config.nsi.in: Add defines for gpgmepp and qgpgme. * src/inst-gpgme.nsi: Don't install files belonging to gpgmepp/qgpgme. * src/inst-gpgmepp.nsi, src/inst-qgpgme.nsi: New. * src/inst-sections.nsi: Include the new *.nsi files. Update dependencies of packages to install. * src/uninst-gpgme.nsi: Don't remove files belonging to gpgmepp/qgpgme. * src/uninst-gpgmepp.nsi, src/uninst-qgpgme.nsi: New.
gpg4win can/must now be built with the split gpgme packages, i.e. gpgme,
gpgmepp, and qgpgme.
- GnuPG-bug-id: T7262