I had someone ask if I could provide a Windows dll of the plugin, and since I was already playing around with using GitHub Actions to build some of my own plugins, thought I'd give it a go at adapting to Pidgin-GPG too
It came out a bit messier than I'd have liked, but the hard-coded "/usr/include" in the Makefile.am, the /usr/include path being picked up by gpgme.h, as well as the renamed in-tree dll's made it a bit of a hoop-jumping exercise
Hi there!
I had someone ask if I could provide a Windows dll of the plugin, and since I was already playing around with using GitHub Actions to build some of my own plugins, thought I'd give it a go at adapting to Pidgin-GPG too
It came out a bit messier than I'd have liked, but the hard-coded "/usr/include" in the Makefile.am, the /usr/include path being picked up by gpgme.h, as well as the renamed in-tree dll's made it a bit of a hoop-jumping exercise