[aur-general] swiften-git, spectrum2-git

2014-05-16 Thread David Schmid
Hi, I'd like to update the swiften-git [1] so it can be used again with spectrum2-git [2], both are orphaned. The upstream master of swift is no longer compatible with spectrum2. The swiften-git package is only used by spectrum2-git. To reflect the change from master to swift-2.x branch I'd

Re: [aur-general] swiften-git, spectrum2-git

2014-05-16 Thread Jeremy Audet
Make sure to wrap all variable interpolations in double quotes. For example: SWIFTEN_INSTALLDIR=${pkgdir}/usr force-configure=1 This is also acceptable: SWIFTEN_INSTALLDIR=${pkgdir}/usr force-configure=1 Also, did you forget to add ';' to the end of your `find` statement? I'm not

Re: [aur-general] swiften-git, spectrum2-git

2014-05-16 Thread Jeremy Audet
Don't clone Git repositories manually. Pacman has the ability to do that itself. For an example, see [1]. I also believe it's good practice to make -git packages conflict with and provide non-git versions of the same package. I would place the following lines in your spectrum2-git package:

Re: [aur-general] swiften-git, spectrum2-git

2014-05-16 Thread Florian Bruhin
* Jeremy Audet ichimonj...@gmail.com [2014-05-16 10:57:18 -0400]: Also, did you forget to add ';' to the end of your `find` statement? I'm not familiar with what the `+` does. It essentially means the same as ;, but the command gets multiple arguments passed rather than just one, speeding the

Re: [aur-general] swiften-git, spectrum2-git

2014-05-16 Thread Jeremy Audet
Ooho! That's cool. Thanks for the info, Florian. — Jeremy