Difference between revisions of "Features/GTK3/Development"
Jump to navigation
Jump to search
DanielDrake (talk | contribs) (Created page with "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 * Mainli...") |
DanielDrake (talk | contribs) |
||
Line 14: | Line 14: | ||
Select gtk3 brach of sugar-artwork for the new theme: | Select gtk3 brach of sugar-artwork for the new theme: | ||
− | + | <pre> | |
cd source/sugar-artwork | cd source/sugar-artwork | ||
git pull | git pull | ||
git checkout gtk3 | git checkout gtk3 | ||
make install | make install | ||
− | + | </pre> |
Revision as of 05:03, 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
- 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