[Pingus-Devel] Pingus on launchpad

2011-01-11 Thread Gabriel Rota
Hi,

I have think to make Pingus project on launchpad (bzr),
and make auto-sync of trunk from svn,
this for have a personal branch to my work (and everyone like work on
launchpad)
and for use rosetta (collaborative translation on launchpad)
is a bad idea ?

bye
Gabriel


signature.asc
Description: Questa è una parte del messaggio firmata digitalmente
___
Pingus-Devel mailing list
Pingus-Devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/pingus-devel


[Pingus-Devel] proposal for fix bug #31285

2011-01-11 Thread Gabriel Rota
in attach the patch.
=== modified file 'INSTALL.unix'
--- INSTALL.unix	2008-06-28 15:12:40 +
+++ INSTALL.unix	2011-01-11 17:17:43 +
@@ -48,6 +48,12 @@
 
 Once all libraries are in place, you can compile Pingus with just:
 
+ % make
+
+or
+
+ % mkdir -p build
+ % scons src
  % scons
 
 If you need to change the compiler or other build variables you can do
@@ -74,6 +80,7 @@
 Once the compilation is successful you can run Pingus directly from
 the top level directory of the source tree via:
 
+ % cd build
  % ./pingus
 
 There is no need to install Pingus.

=== modified file 'Makefile'
--- Makefile	2010-10-30 14:45:44 +
+++ Makefile	2011-01-11 07:09:44 +
@@ -20,6 +20,8 @@
 BINDIR  = ${PREFIX}/bin
 
 build/pingus:
+	mkdir -p build
+	scons src
 	scons
 
 clean:



signature.asc
Description: Questa è una parte del messaggio firmata digitalmente
___
Pingus-Devel mailing list
Pingus-Devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/pingus-devel