Re: [arch-general] makepkg/PKGBUILD - handle same files provided by 2 non-dependent packages?

2012-03-25 Thread David C. Rankin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/25/2012 06:29 PM, David C. Rankin wrote: > I think rather than split packaging, we just drop the .protocol files from > tdesdk and make tdesvn a dependency of tdesdk. The tdesvn package is only 1.8M > so it's not a lot of overhead for someone who

Re: [arch-general] makepkg/PKGBUILD - handle same files provided by 2 non-dependent packages?

2012-03-25 Thread Baho Utot
On 03/25/2012 07:29 PM, David C. Rankin wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/25/2012 05:01 PM, Baho Utot wrote: You may have a bigger problem then, you may/will have to put them into unrelated directories so they do not conflict with each other. I originally thought you

Re: [arch-general] makepkg/PKGBUILD - handle same files provided by 2 non-dependent packages?

2012-03-25 Thread Heiko Baums
Am Sun, 25 Mar 2012 18:02:33 -0400 schrieb Baho Utot : > You stiil had/have a workable solution though But you don't mean this "solution"? pkgbase="splittest" pkgname="splittest" true && pkgname=('splittest' 'splittest-foo') This doesn't really work as already explained once on aur-general and

Re: [arch-general] makepkg/PKGBUILD - handle same files provided by 2 non-dependent packages?

2012-03-25 Thread David C. Rankin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/25/2012 05:01 PM, Baho Utot wrote: > You may have a bigger problem then, you may/will have to put them into > unrelated directories so they do not conflict with each other. > > I originally thought you could sed this thing but I don't think tha

Re: [arch-general] makepkg/PKGBUILD - handle same files provided by 2 non-dependent packages?

2012-03-25 Thread Baho Utot
On 03/25/2012 01:24 PM, David C. Rankin wrote: On 03/25/2012 06:55 AM, Matthew Monaco wrote: On 03/24/2012 10:44 PM, David C. Rankin wrote: Guys, I need to know if makepkg/PKGBUILD can handle a check to see whether the same files provided by two different packages (which are not dependencie

Re: [arch-general] makepkg/PKGBUILD - handle same files provided by 2 non-dependent packages?

2012-03-25 Thread Baho Utot
On 03/25/2012 02:00 PM, David C. Rankin wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/25/2012 12:30 PM, Jesse Juhani Jaara wrote: In tdesdk's PKGBUILD do somthing like this build () { pach -Np -i patches sed 's|clause|fix|' file.c .configure --prefix } package_tdesdk () { make i

Re: [arch-general] makepkg/PKGBUILD - handle same files provided by 2 non-dependent packages?

2012-03-25 Thread Baho Utot
On 03/25/2012 04:09 PM, Heiko Baums wrote: Am Sun, 25 Mar 2012 22:08:43 +0200 schrieb Heiko Baums: AUR still doesn't support split packages, and split packages can't be handled by the AUR wrappers. So this is really the worst ideas for AUR, and should only be used for binary repos for now. The

Re: [arch-general] makepkg/PKGBUILD - handle same files provided by 2 non-dependent packages?

2012-03-25 Thread Heiko Baums
Am Sun, 25 Mar 2012 22:08:43 +0200 schrieb Heiko Baums : > AUR still doesn't support split packages, and split packages can't be > handled by the AUR wrappers. So this is really the worst ideas for > AUR, and should only be used for binary repos for now. > > The better way is to create three sing

Re: [arch-general] makepkg/PKGBUILD - handle same files provided by 2 non-dependent packages?

2012-03-25 Thread Heiko Baums
Am Sun, 25 Mar 2012 20:30:52 +0300 schrieb Jesse Juhani Jaara : > su, 2012-03-25 kello 12:24 -0500, David C. Rankin kirjoitti: > > Is there a go-by PKGBUILD that anyone can think of that does just > > that? > > In tdesdk's PKGBUILD do somthing like this > build () { > pach -Np -i patches > sed

Re: [arch-general] makepkg/PKGBUILD - handle same files provided by 2 non-dependent packages?

2012-03-25 Thread David C. Rankin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/25/2012 12:30 PM, Jesse Juhani Jaara wrote: > In tdesdk's PKGBUILD do somthing like this > build () { > pach -Np -i patches > sed 's|clause|fix|' file.c > .configure --prefix > } > > package_tdesdk () > { > make install > rm "$pkgdir/opt/trinit

Re: [arch-general] makepkg/PKGBUILD - handle same files provided by 2 non-dependent packages?

2012-03-25 Thread Jesse Juhani Jaara
su, 2012-03-25 kello 12:24 -0500, David C. Rankin kirjoitti: > Is there a go-by PKGBUILD that anyone can think of that does just that? In tdesdk's PKGBUILD do somthing like this build () { pach -Np -i patches sed 's|clause|fix|' file.c .configure --prefix } package_tdesdk () { make install rm

Re: [arch-general] makepkg/PKGBUILD - handle same files provided by 2 non-dependent packages?

2012-03-25 Thread David C. Rankin
On 03/25/2012 06:55 AM, Matthew Monaco wrote: > On 03/24/2012 10:44 PM, David C. Rankin wrote: >> Guys, >> >> I need to know if makepkg/PKGBUILD can handle a check to see whether the >> same >> files provided by two different packages (which are not dependencies of each >> other) exist in the fi

Re: [arch-general] makepkg/PKGBUILD - handle same files provided by 2 non-dependent packages?

2012-03-25 Thread Matthew Monaco
On 03/24/2012 10:44 PM, David C. Rankin wrote: > Guys, > > I need to know if makepkg/PKGBUILD can handle a check to see whether the > same > files provided by two different packages (which are not dependencies of each > other) exist in the file system to prevent an installation failure due to >

Re: [arch-general] makepkg/PKGBUILD - handle same files provided by 2 non-dependent packages?

2012-03-25 Thread baho Utot
On 03/25/2012 12:44 AM, David C. Rankin wrote: Guys, I need to know if makepkg/PKGBUILD can handle a check to see whether the same files provided by two different packages (which are not dependencies of each other) exist in the file system to prevent an installation failure due to conflicting

Re: [arch-general] makepkg/PKGBUILD - handle same files provided by 2 non-dependent packages?

2012-03-24 Thread martin kalcher
Why not making a third package 'trinity-services' and both packages depend on this? Am 25.03.2012 06:44, schrieb David C. Rankin: Guys, I need to know if makepkg/PKGBUILD can handle a check to see whether the same files provided by two different packages (which are not dependencies of each

[arch-general] makepkg/PKGBUILD - handle same files provided by 2 non-dependent packages?

2012-03-24 Thread David C. Rankin
Guys, I need to know if makepkg/PKGBUILD can handle a check to see whether the same files provided by two different packages (which are not dependencies of each other) exist in the file system to prevent an installation failure due to conflicting files? The situation is this. Both tdesdk and