Right :) After struggling with the gcc version on some older Mint system, I obviously failed to clear my mind towards rolling release^^ Now, here are my first PKGBUILDs together with a review request. Unfortunately, there are 11 of them at once, because the upstream project is subdivided into modules and they optionally depend on external libraries which also weren't in the AUR. https://gist.github.com/lubgr/d864d95b0db323da69624ac28a89efd9 The individual PKDBUILDs don't differ much, so if someone has a look at one of them, I can probably transfer hints and corrections to the other ones. Thanks in advance, Lukas On 11.07.2016 11:38, Baptiste Jonglez wrote:
On Mon, Jul 11, 2016 at 11:28:25AM +0200, Lukas Böger wrote:
Next question: should compiler requirements be part of a PKGBUILD?
No, all packages in base-devel are assumed to be already installed when using makepkg.
In this case, when compiling with gcc, version >=4.9 is necessary.
gcc is currently at 6.1.1, so version>=4.9 is already statisfied. We are a rolling release, remember :)
Baptiste