Features/GTK3/Porting/GetBooks: Difference between revisions
No edit summary |
|||
| Line 9: | Line 9: | ||
# Comment on IRC about the Activity that you are going to Port (#sugar on irc.freenode.net) | # Comment on IRC about the Activity that you are going to Port (#sugar on irc.freenode.net) | ||
# Run this [http://git.gnome.org/browse/pygobject/tree/pygi-convert.sh script] that will convert automatically things as much as it can. This is to avoid some stressful manually conversions that a "simple script" can do using ''sed'' :) | # Run this [http://git.gnome.org/browse/pygobject/tree/pygi-convert.sh script] that will convert automatically things as much as it can. This is to avoid some stressful manually conversions that a "simple script" can do using ''sed'' :) | ||
# Convert all the <tt>from sugar. import</tt> to <tt>from sugar</tt>'''3'''<tt>. import</tt> | |||
# Remove all things related with '''old toolbar''' support. They are no longer maintained | |||
# Keep reading this wiki page to find out more things that you should do | |||
= Tips and Tricks = | = Tips and Tricks = | ||