Re: [Github-comments] [geany/geany-plugins] PGP key (#1119)

2021-10-15 Thread Alexander F . Rødseth
Thanks, it works now, and the `geany-plugins` package uses the key: https://archlinux.org/packages/community/x86_64/geany-plugins/ -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Github-comments] [geany/geany-plugins] PGP key (#1119)

2021-10-15 Thread Alexander F . Rødseth
Closed #1119. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/1119#event-5468118791

[Github-comments] [geany/geany-plugins] PGP key (#1119)

2021-10-11 Thread Alexander F . Rødseth
Hi, I'm in the process of upgrading the `geany-plugins` package for Arch Linux. However, `makepkg` complains about the 01380DF54FD09D02 key that is mentioned on the [download page](https://plugins.geany.org/downloads.html): ``` ==> Making package: geany-plugins 1.38-1 (Mon Oct 11 11:21:33

[Github-comments] [geany/geany-plugins] Use stdbool.h istead of redefining bool (#1053)

2021-01-05 Thread Alexander F . Rødseth
Hi, Im maintaining the `geany-plugins` pacakge for Arch Linux. When compiling the latest version of geany-plugins, I get this error: ``` PrettyPrinter.h:55:22: error: two or more data types in declaration specifiers 55 | typedef unsigned int bool; | ^~~~ ```