Re: [CenterIM-devel] building centerim5

2007-11-28 Thread Håkan Kvist
On Wed, Nov 28, 2007 at 10:53:28PM +0100, Mark Pustjens wrote: > On Wed, 28 Nov 2007, Håkan Kvist wrote: > > >Hello. > > > >Today thought I would download and build centerim5, just in order to > >have a look at it, and maybe to find an easy todo or two to have a > >look at. > > > >The problem was

Re: [CenterIM-devel] building centerim5

2007-11-28 Thread Mark Pustjens
On Wed, 28 Nov 2007, Håkan Kvist wrote: Hello. Today thought I would download and build centerim5, just in order to have a look at it, and maybe to find an easy todo or two to have a look at. The problem was that couldn't arse myself to find out how to properly install/prepare libpurple so tha

[CenterIM-devel] building centerim5

2007-11-28 Thread Håkan Kvist
Hello. Today thought I would download and build centerim5, just in order to have a look at it, and maybe to find an easy todo or two to have a look at. The problem was that couldn't arse myself to find out how to properly install/prepare libpurple so that it is found by ceterim5's configure scrip

[CenterIM-devel] [Patch 2/2] replace occurences of VERSION with centerim::version

2007-11-28 Thread David Riebenbauer
From: David Riebenbauer <[EMAIL PROTECTED]> This patch adds a new file git-version.cc, which intializes static variable centerim::version. This helps in cutting down the compile time penalty of generating the version string on every make run. Instead of every file that uses config.h only one file

[CenterIM-devel] [Patch 0/2] Update version number on every build.

2007-11-28 Thread David Riebenbauer
Hi! Just sending these patches to the mailing list to follow the good practice of sending patches in for review first. (And to try out git-send-email :-)) These two patches provide a way of updating the version number generated from git on every build, while minimizing the build time increase. B

[CenterIM-devel] [Patch 1/2] Add an autogenerated header git_version.h

2007-11-28 Thread David Riebenbauer
From: David Riebenbauer <[EMAIL PROTECTED]> This information is partly redundant, as config.h contains the version information too. But git_version.h gets updated on every make run in src. Care is taken to only touch the file when it's version number differs from the one generated by git-version-