[aur-general] afraiddns-git PKGBUILD: review and criticism welcome

2016-06-05 Thread Martin Kühne via aur-general
Just throwing this out there. I'd welcome hints and advice for a more modern / more compliant way to write PKGBUILDs as of 2016. Eg. whether my install file overengineers things a bit, I could as well adjust my script to crash properly if no apikey is found. cheers! mar77i [0] https://aur.archlin

Re: [aur-general] afraiddns-git PKGBUILD: review and criticism welcome

2016-06-05 Thread Martin Kühne via aur-general
On Sun, Jun 5, 2016 at 1:46 PM, Michael S. wrote: > Isn't it the MIT License? > https://github.com/mar77i/afraiddns/blob/master/LICENSE > https://opensource.org/licenses/MIT > Whoa thanks. Will fix. cheers! mar77i

Re: [aur-general] There are too many unreachable loose objects; run 'git prune' to remove them.

2016-06-10 Thread Martin Kühne via aur-general
I can also see it now. cheers! mar77i

Re: [aur-general] Permission denied (publickey)

2016-08-14 Thread Martin Kühne via aur-general
You must just have subscribed. Or maybe you mark list emails as read - or spam? - automatically. Link beneath at [0]. cheers! mar77i [0] https://lists.archlinux.org/pipermail/aur-general/2016-August/032602.html

Re: [aur-general] Send Package to AUR

2016-08-22 Thread Martin Kühne via aur-general
What a backlog. I'm genuinely proud of you. cheers! mar77i

Re: [aur-general] Handling of virtual packages

2016-09-21 Thread Martin Kühne via aur-general
On Tue, Sep 20, 2016 at 10:12 PM, buckket wrote: > As there some programs out there which use redo’s .do files in their > building process it’s important that they can specify redo, or any of > the existing implementations in their makedepends. But as far as I know > there is no way to specify eit

Re: [aur-general] Copy package from AUR archive

2016-09-30 Thread Martin Kühne via aur-general
On Fri, Sep 30, 2016 at 9:22 PM, Yassine Imounachen via aur-general wrote: > OK what I did really mean is how to update it > That is a very unspecific question and in practice the answer may be two little changes (version numbers) or a total rewrite of the build and packaging functions because li

Re: [aur-general] I can't upgrade my package

2016-10-01 Thread Martin Kühne via aur-general
Could you please tell us the url you have in the output of the following command? $ git remote show origin cheers! mar77i

Re: [aur-general] I can't upgrade my package

2016-10-01 Thread Martin Kühne via aur-general
Ah, never mind. The one you already posted looks okay. You are running git push while in the repository directory, right? cheers! mar77i

Re: [aur-general] Nee help with a python PKGBUILD

2016-10-14 Thread Martin Kühne via aur-general
On Sat, Oct 15, 2016 at 1:23 AM, Storm Dragon via aur-general wrote: > > > Fenrir needs to be ran as root, so it should be able to read its config > files. It has to access (I hope I got this right) /dev/vcsa*. I do help with > writing Fenrir, but I do a lot more testing and very minor code stuff.

Re: [aur-general] Nee help with a python PKGBUILD

2016-10-18 Thread Martin Kühne via aur-general
On Tue, Oct 18, 2016 at 2:49 AM, Storm Dragon via aur-general wrote: > Howdy, > Did you ever get the chance to do anything with the PKGBUILD? I'm still > stuck with it, but it seems like it is so close to working. > Thanks > Storm Uh, no. Sorry. Thanks for the reminder, though. Will do. cheers!

Re: [aur-general] Trusted User Application: Giancarlo Razzolini

2016-10-20 Thread Martin Kühne via aur-general
On Thu, Oct 20, 2016 at 8:51 PM, Giancarlo Razzolini via aur-general wrote: > Em outubro 20, 2016 15:39 Levente Polyak escreveu: >> >> Hi Giancarlo, >> >> thanks for your application and jelle for sponsoring. >> >> As always I want to give my 2 cents to your PKGBUILDs so you could >> improve certa

Re: [aur-general] info TDE 32bit

2016-11-27 Thread Martin Kühne via aur-general
Looking through both aur by packages and pkgfile output for that ntqshared.h file which appears to be missing for you, the file should probably be in the package you're trying to build or an incorrectly omitted dependency thereof. cheers! mar77i

Re: [aur-general] info TDE 32bit

2016-11-27 Thread Martin Kühne via aur-general
You can add that path with -I/opt/trinitey/tqt3/include/ntqshared.h (that after the minus is an uppercase i) to the compile command in the Makefile. It might require adding a sed line to the PKGBUILD's prepare() function. Maybe the AUR maintainer will help you with this task, if you can't get it to

Re: [aur-general] Review request for a PKGBUILD

2017-01-08 Thread Martin Kühne via aur-general
On Sun, Jan 8, 2017 at 4:49 PM, Bruno Pagani via aur-general wrote: >> cd "${srcdir}/${pkgname%-git}/LZ4" > > Just a tiny thing, but makepkg always start each function into > "${srcdir}$", so you could remove it from these paths (and thus the > quote altogether). Bash gurus recommend keeping

Re: [aur-general] Review request for a PKGBUILD

2017-01-08 Thread Martin Kühne via aur-general
Thanks for my sunday night's identiy crisis, I can no longer tell whether I was implying myself as an authority there or not. Or whether I intended to imply somesuch. cheers! mar77i