Re: [arch-general] '*' in PKGBUILD for the conflicts array

2009-08-14 Thread clemens fischer
On Thu-2009/08/13-07:06 Allan McRae wrote: conflicts=$(pacman -Ssq kdebase-) conflicts=($(pacman -Ssq kdebase-)) If conflicts is supposed to be an array. clemens

Re: [arch-general] '*' in PKGBUILD for the conflicts array

2009-08-13 Thread Nezmer
On Thu, Aug 13, 2009 at 03:06:32PM +1000, Allan McRae wrote: Aaron Griffin wrote: On Wed, Aug 12, 2009 at 4:09 AM, Attilaatt...@invalid.invalid wrote: On Mittwoch, 12. August 2009 09:52 Allan McRae wrote: No, that will not work. Perhaps in the future? If not, no problem and

Re: [arch-general] '*' in PKGBUILD for the conflicts array

2009-08-13 Thread ludovic coues
I just replied in the bug report but for those that are interested something like: conflicts=(kdebase-*) may be achieved using conflicts=$(pacman -Ssq kdebase-) or simply cut and paste the output of pacman -Ssq ... into conflicts=(). Simply pasting will not work if

Re: [arch-general] '*' in PKGBUILD for the conflicts array

2009-08-13 Thread Attila
On Donnerstag, 13. August 2009 07:06 Allan McRae wrote: I just replied in the bug report but for those that are interested something like: conflicts=(kdebase-*) may be achieved using conflicts=$(pacman -Ssq kdebase-) As i said in the bugreport this is a fantastic solution. I

[arch-general] '*' in PKGBUILD for the conflicts array

2009-08-12 Thread Attila
Hello, since there starts a new splitting game with the kde/kdemod packages i have a question for own packages. Would it be possible to use this conflicts=(kdebase-*) if i want to use a variation of the kdebase package which includes all. I know that than i have to fill up the provides array

Re: [arch-general] '*' in PKGBUILD for the conflicts array

2009-08-12 Thread Allan McRae
Attila wrote: Hello, since there starts a new splitting game with the kde/kdemod packages i have a question for own packages. Would it be possible to use this conflicts=(kdebase-*) if i want to use a variation of the kdebase package which includes all. I know that than i have to fill up the

Re: [arch-general] '*' in PKGBUILD for the conflicts array

2009-08-12 Thread Attila
On Mittwoch, 12. August 2009 09:52 Allan McRae wrote: No, that will not work. Perhaps in the future? If not, no problem and i don't want to force you to say me a release date.-) See you, Attila

Re: [arch-general] '*' in PKGBUILD for the conflicts array

2009-08-12 Thread Aaron Griffin
On Wed, Aug 12, 2009 at 4:09 AM, Attilaatt...@invalid.invalid wrote: On Mittwoch, 12. August 2009 09:52 Allan McRae wrote: No, that will not work. Perhaps in the future? If not, no problem and i don't want to force you to say me a release date.-) See you, Attila You'd have to talk to the

Re: [arch-general] '*' in PKGBUILD for the conflicts array

2009-08-12 Thread Allan McRae
Aaron Griffin wrote: On Wed, Aug 12, 2009 at 4:09 AM, Attilaatt...@invalid.invalid wrote: On Mittwoch, 12. August 2009 09:52 Allan McRae wrote: No, that will not work. Perhaps in the future? If not, no problem and i don't want to force you to say me a release date.-) See you,