Re: [arch-general] PKGBUILD inheritance

2015-05-02 Thread Roman Rader
I think you're right, pkgver should be updated anyway. Will stick to script then. Thanks everyone. On Sat, May 2, 2015 at 1:02 AM Mark Lee wrote: > On Friday, May 01, 2015 01:27:58 PM Roman Rader wrote: > > I want to be in sync with official kernel config. > > Script is good idea but universal

Re: [arch-general] PKGBUILD inheritance

2015-05-01 Thread Mark Lee
On Friday, May 01, 2015 01:27:58 PM Roman Rader wrote: > I want to be in sync with official kernel config. > Script is good idea but universal PKGBUILD based on core/linux will keep me > from updating the package manually every time kernel is updated. If you want to be in sync with the official ar

Re: [arch-general] PKGBUILD inheritance

2015-05-01 Thread Roman Rader
I want to be in sync with official kernel config. Script is good idea but universal PKGBUILD based on core/linux will keep me from updating the package manually every time kernel is updated. Пт, 1 трав. 2015 15:53 Maarten de Vries пише: ​ > > On 1 May 2015 at 14:13, Roman Rader wrote: > > > Wel

Re: [arch-general] PKGBUILD inheritance

2015-05-01 Thread Maarten de Vries
​ On 1 May 2015 at 14:13, Roman Rader wrote: > Well yes, basically what I want to do is to download the PKGBUILD in the > prepare function and do makepkg inside my build function. I can then unpack > content of resulting package and put it to destination directory to pack it > again, but it's ha

Re: [arch-general] PKGBUILD inheritance

2015-05-01 Thread Roman Rader
Well yes, basically what I want to do is to download the PKGBUILD in the prepare function and do makepkg inside my build function. I can then unpack content of resulting package and put it to destination directory to pack it again, but it's hacky and doesn't look nice. I'm looking for the proper wa

Re: [arch-general] PKGBUILD inheritance

2015-05-01 Thread Roman Rader
Well yes, basically what I want to do is to download the PKGBUILD in the prepare function and do makepkg inside my build function. I can then unpack content of resulting package and put it to destination directory to pack it again, but it's hacky and doesn't look nice. I'm looking for the proper wa

Re: [arch-general] PKGBUILD inheritance

2015-05-01 Thread Maarten de Vries
On 29 April 2015 at 22:48, Roman Rader wrote: > Hi > > I want to make PKGBUILD for kernel in AUR with enabled options that I need. > I did > #ABSROOT=. abs core/linux > fixed config and I'm good, but to keep it updated with core/linux I need to > do it all the time (load latest core/linux, fix th

[arch-general] PKGBUILD inheritance

2015-04-29 Thread Roman Rader
Hi I want to make PKGBUILD for kernel in AUR with enabled options that I need. I did #ABSROOT=. abs core/linux fixed config and I'm good, but to keep it updated with core/linux I need to do it all the time (load latest core/linux, fix the config, rebuild). Is there some tools/mechanisms to make a