Re: [aur-general] PKGBUILD: depends vs. makedepends and namcap warning

2016-07-11 Thread Levente Polyak
Hey, On July 11, 2016 12:25:08 PM GMT+02:00, "Lukas Böger" wrote: >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. DESTDIR=${pkgdir} Actually you want to put references to ${pkgdir} into qu

Re: [aur-general] PKGBUILD: depends vs. makedepends and namcap warning

2016-07-11 Thread Lukas Böger
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 modu

Re: [aur-general] PKGBUILD: depends vs. makedepends and namcap warning

2016-07-11 Thread Baptiste Jonglez
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 cur

Re: [aur-general] PKGBUILD: depends vs. makedepends and namcap warning

2016-07-11 Thread Lukas Böger
On 11.07.2016 10:38, Baptiste Jonglez wrote: > On Mon, Jul 11, 2016 at 10:18:32AM +0200, Lukas Böger wrote: >> Dear AUR list, >> >> simple question about dependencies in PKGBUILDs: >> >> Package A provides some header files and build scripts. Package B >> provides additional headers, and their usag

Re: [aur-general] PKGBUILD: depends vs. makedepends and namcap warning

2016-07-11 Thread Baptiste Jonglez
On Mon, Jul 11, 2016 at 10:18:32AM +0200, Lukas Böger wrote: > Dear AUR list, > > simple question about dependencies in PKGBUILDs: > > Package A provides some header files and build scripts. Package B > provides additional headers, and their usage only work out if A's > headers are in place. Addi

Re: [aur-general] PKGBUILD: depends vs. makedepends and namcap warning

2016-07-11 Thread Jan Alexander Steffens via aur-general
On Mon, Jul 11, 2016, 10:18 Lukas Böger wrote: > Dear AUR list, > > simple question about dependencies in PKGBUILDs: > > Package A provides some header files and build scripts. Package B > provides additional headers, and their usage only work out if A's > headers are in place. Additionaly, packa

[aur-general] PKGBUILD: depends vs. makedepends and namcap warning

2016-07-11 Thread Lukas Böger
Dear AUR list, simple question about dependencies in PKGBUILDs: Package A provides some header files and build scripts. Package B provides additional headers, and their usage only work out if A's headers are in place. Additionaly, package B can only be compiled using A's build scripts. 1) Is it