On Tue, 2020-07-21 at 10:48 -0400, Paul Smith wrote: On Tue, 2020-07-21 at 09:16 -0500, Japhering, Anonymous via evolution- list wrote: { "name": "bogofilter", "buildsystem": "simple", "build-commands": [ "cd ./bogofilter/ && echo \"# Skip for Flatpak build\" > doc/Makefile.am && autoreconf -fi && ./configure -- prefix=/app --disable-rpath --with-database=sqlite3 && make && make install" ], "sources": [ { "type": "git", "url": " https://git.code.sf.net/p/bogofilter/git " , "branch": "master" } ] },
This is for bogofilter, which is a separate project from Evolution. Bogofilter is a generic spam filtering plugin, that many projects use. Evolution simply includes it as well.
It appears as best as I can tell, that bogofilter has switched to "main" as its primary branch name; you can see:
https://gitlab.com/bogofilter/bogofilter/
Thanks for a sane reply and my apologies not knowing that bogofilter was an independent include in evolution.
Additionally, my apologies for starting a flamewar. That was not my intent, I was just looking for an answer to allow my to build the evolution flatpak.
|