Re: [Sugar-devel] [ASLO] Release Turtle Blocks-172

2013-02-16 Thread Peter Robinson
No tar files?

On Fri, Feb 15, 2013 at 1:02 PM, Sugar Labs Activities
activit...@sugarlabs.org wrote:
 Activity Homepage:
 http://activities.sugarlabs.org/addon/4027

 Sugar Platform:
 0.82 - 0.98

 Download Now:
 http://activities.sugarlabs.org/downloads/file/28487/turtleblocks-172.xo

 Release notes:
 172

 ENHANCEMENTS:
 * Prevent rearrangement of blocks while program is running
 * New translations

 BUG FIX:
 * Properly detect XO hardware on some systems



 Sugar Labs Activities
 http://activities.sugarlabs.org

 ___
 Sugar-devel mailing list
 Sugar-devel@lists.sugarlabs.org
 http://lists.sugarlabs.org/listinfo/sugar-devel
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] [ASLO] Release Turtle Blocks-172

2013-02-16 Thread Walter Bender
On Sat, Feb 16, 2013 at 5:09 AM, Peter Robinson pbrobin...@gmail.com wrote:
 No tar files?

There should be a tar file, but its name has changed (since v171):

http://download.sugarlabs.org/sources/sucrose/fructose/TurtleArt/TurtleBlocks-172.tar.bz2

Should I add a sym-link to the old name?

-walter

 On Fri, Feb 15, 2013 at 1:02 PM, Sugar Labs Activities
 activit...@sugarlabs.org wrote:
 Activity Homepage:
 http://activities.sugarlabs.org/addon/4027

 Sugar Platform:
 0.82 - 0.98

 Download Now:
 http://activities.sugarlabs.org/downloads/file/28487/turtleblocks-172.xo

 Release notes:
 172

 ENHANCEMENTS:
 * Prevent rearrangement of blocks while program is running
 * New translations

 BUG FIX:
 * Properly detect XO hardware on some systems



 Sugar Labs Activities
 http://activities.sugarlabs.org

 ___
 Sugar-devel mailing list
 Sugar-devel@lists.sugarlabs.org
 http://lists.sugarlabs.org/listinfo/sugar-devel
 ___
 Sugar-devel mailing list
 Sugar-devel@lists.sugarlabs.org
 http://lists.sugarlabs.org/listinfo/sugar-devel



-- 
Walter Bender
Sugar Labs
http://www.sugarlabs.org
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Firefox and html activities

2013-02-16 Thread Daniel Narvaez
I wrote a chroot script for agora and uploaded a snapshot with
prebuilt binaries. It's a lot faster to get started then building
mozilla, gtk and node/volo.

It works likes this

git clone git://github.com/dnarvaez/agora-root

cd agora-root
./agora-root.py

After downloading the snapshot you are inside the chroot. To run agora

cd agora
./agora.py shell
./agora.py run

And everything which is documented in the agora README should work here too.

This is supposed to work with most x86-64 linux distros (but it's
tested only on Fedora so far, feel free to send bug reports my way).
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] setup.py not including bookcatalog.txt in Read Etexts XO file

2013-02-16 Thread Alan Jhonn Aguiar Schwyn
The setup.py uses the command:  git ls-filesto get the list of files that you 
have.
If you not are in git, it uses the old system (check for all foldersand get the 
files).
One solution: create an .sh that copy your folder to another place andremove 
the .git and .gitignore file, do and: python setup.py build (to buildthe locale 
folder) and after, use the dist_xo or use a zip to make the XO.
Regards!
Alan
PD: which version of sugar or sugar-emulator you have?

 Date: Fri, 15 Feb 2013 23:11:42 -0500
 From: walter.ben...@gmail.com
 To: nices...@gmail.com
 CC: sugar-devel@lists.sugarlabs.org
 Subject: Re: [Sugar-devel] setup.py not including bookcatalog.txt in Read 
 Etexts XO file
 
 Is bookcatalog.txt in your git repository? MANIFEST is long
 deprecated. setup.py looks to git to know what to include.
 
 regards.
 
 -walter
 
 On Fri, Feb 15, 2013 at 10:24 PM, James Simmons nices...@gmail.com wrote:
  I just updated my laptop to the latest release of Sugar so I could test my
  latest xo file for Read Etexts.  What I discovered is that when you enter
 
  ./setup.py dist_xo
 
  the file created does NOT contain bookcatalog.txt, even though that is
  listed in MANIFEST but does contain .gitignore which is NOT in MANIFEST.
  The activity needs to contain bookcatalog.txt to work.  This file is NOT in
  the Git repository.  It needs to be recreated from files downloaded from
  Project Gutenberg and PG Australia.  It doesn't make sense to put it into
  Git because it is a data file.  However, Read Etexts won't work without it.
 
  In the past setup.py always put this file in my .xo and I'm wondering why it
  isn't doing it now.
 
  Thanks,
 
  James Simmons
 
 
  ___
  Sugar-devel mailing list
  Sugar-devel@lists.sugarlabs.org
  http://lists.sugarlabs.org/listinfo/sugar-devel
 
 
 
 
 -- 
 Walter Bender
 Sugar Labs
 http://www.sugarlabs.org
 ___
 Sugar-devel mailing list
 Sugar-devel@lists.sugarlabs.org
 http://lists.sugarlabs.org/listinfo/sugar-devel
  ___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel