gajim-0.12-alpha1

2008-08-14 Thread Simon Kuhnle
1.24 +++ Makefile14 Aug 2008 09:49:58 - @@ -3,18 +3,16 @@ SHARED_ONLY= Yes COMMENT= jabber client written in pygtk -DISTNAME= gajim-0.11.4 -PKGNAME= ${DISTNAME}p0 +DISTNAME= gajim-0.12-alpha1 CATEGORIES=net x11 MASTER_SITES= ${HOMEPAGE}/downloads

Re: gajim-0.12-alpha1

2008-08-14 Thread Jonathan Schleifer
Simon Kuhnle [EMAIL PROTECTED] wrote: @@ -18,5 +10,5 @@ -helpers.exec_command('python history_manager.py ') +helpers.exec_command('%s history_manager.py ' % (sys.executable,)) I committed something similar to that to trunk so you don't need that

Re: gajim-0.12-alpha1

2008-08-14 Thread Simon Kuhnle
On Thu, Aug 14, 2008 at 01:58:50PM +0200, Jonathan Schleifer wrote: Simon Kuhnle [EMAIL PROTECTED] wrote: @@ -18,5 +10,5 @@ - helpers.exec_command('python history_manager.py ') + helpers.exec_command('%s history_manager.py ' % (sys.executable,)) I

Re: gajim-0.12-alpha1

2008-08-14 Thread Jonathan Schleifer
Simon Kuhnle [EMAIL PROTECTED] wrote: Oh, nice, thank you :-) No problem. Sometimes, you should just ask upstream instead of adding more patches, especially if it's an alpha. :) The only other patch patches the gajim starter shellscript to use /bin/sh and not /bin/bash, so I don't need bash

Re: gajim-0.12-alpha1

2008-08-14 Thread Simon Kuhnle
On Thu, Aug 14, 2008 at 03:05:45PM +0200, Jonathan Schleifer wrote: Simon Kuhnle [EMAIL PROTECTED] wrote: Oh, nice, thank you :-) No problem. Sometimes, you should just ask upstream instead of adding more patches, especially if it's an alpha. :) I already opened a ticket for this once:

Re: gajim-0.12-alpha1

2008-08-14 Thread Jonathan Schleifer
Am 14.08.2008 um 15:32 schrieb Simon Kuhnle: Which reminds me of the problem: sys.executable returns /usr/local/bin/gajim here, even if I run it from svn (so by running launsh.sh) This is caused by the exec -a, so I also have to commit this: -exec -a gajim ${PYTHON_EXEC} -OO gajim.py $@