Difference between revisions of "Features/GTK3/Development"
Jump to navigation
Jump to search
DanielDrake (talk | contribs) |
DanielDrake (talk | contribs) |
||
Line 3: | Line 3: | ||
== Repos == | == Repos == | ||
− | * http://git.sugarlabs.org/~erikos/sugar-toolkit/sugar-toolkit-gtk3 | + | * http://git.sugarlabs.org/~erikos/sugar-toolkit/sugar-toolkit-gtk3 - this is the GTK3 port of sugar-toolkit |
+ | * http://git.sugarlabs.org/~erikos/sugar-toolkit/sugar-toolkit-gtk3 branch sucrose-0.94 - the GTK2 version of sugar-toolkit needs a handful of structure changes prompted by our GTK3 work. They are being committed here. | ||
* Mainline sugar-artwork repo, branch 'gtk3' | * Mainline sugar-artwork repo, branch 'gtk3' | ||
Line 18: | Line 19: | ||
git pull | git pull | ||
git checkout gtk3 | git checkout gtk3 | ||
+ | make install | ||
+ | cd ../.. | ||
+ | </pre> | ||
+ | |||
+ | The sugar-toolkit gtk2 version needs some modifications for some restructuring that gtk3 work has prompted. Check out our branch where this happens; | ||
+ | |||
+ | <pre> | ||
+ | git remote add -f gtk2-mods-for-gtk3 git://git.sugarlabs.org/~erikos/sugar-toolkit/sugar-toolkit-gtk3.git | ||
+ | git checkout -b gtk2-mods-for-gtk3 gtk2-mods-for-gtk3/sucrose-0.94 | ||
make install | make install | ||
</pre> | </pre> |
Revision as of 05:39, 29 October 2011
This page includes repo details and how to get sugar-jhbuild set up with the GTK3 work.
Repos
- http://git.sugarlabs.org/~erikos/sugar-toolkit/sugar-toolkit-gtk3 - this is the GTK3 port of sugar-toolkit
- http://git.sugarlabs.org/~erikos/sugar-toolkit/sugar-toolkit-gtk3 branch sucrose-0.94 - the GTK2 version of sugar-toolkit needs a handful of structure changes prompted by our GTK3 work. They are being committed here.
- Mainline sugar-artwork repo, branch 'gtk3'
jhbuild setup
Start with a working "normal" sugar-jhbuild installation.
Apply this patch to sugar-jhbuild: http://dev.laptop.org/~dsd/20111029/sugar-jhbuild-sugar-toolkit-gtk3.patch
Select gtk3 brach of sugar-artwork for the new theme:
cd source/sugar-artwork git pull git checkout gtk3 make install cd ../..
The sugar-toolkit gtk2 version needs some modifications for some restructuring that gtk3 work has prompted. Check out our branch where this happens;
git remote add -f gtk2-mods-for-gtk3 git://git.sugarlabs.org/~erikos/sugar-toolkit/sugar-toolkit-gtk3.git git checkout -b gtk2-mods-for-gtk3 gtk2-mods-for-gtk3/sucrose-0.94 make install