Features/GTK3/Development: Difference between revisions

Erikos (talk | contribs)
Erikos (talk | contribs)
jhbuild setup: hopefully clearer instructions
Line 16: Line 16:
Compile/install a fixed pygobject with [https://bugzilla.gnome.org/show_bug.cgi?id=662994 this chain-up fix]. F16 build available from http://koji.fedoraproject.org/koji/taskinfo?taskID=3473257
Compile/install a fixed pygobject with [https://bugzilla.gnome.org/show_bug.cgi?id=662994 this chain-up fix]. F16 build available from http://koji.fedoraproject.org/koji/taskinfo?taskID=3473257


Apply this patch to sugar-jhbuild: http://dev.laptop.org/~dsd/20111029/sugar-jhbuild-sugar-toolkit-gtk3.patch
Apply this patch to sugar-jhbuild: http://dev.laptop.org/~dsd/20111029/sugar-jhbuild-sugar-toolkit-gtk3.patch and build the new GTK3 based sugar toolkit:
 
Select gtk3 brach of sugar-artwork for the new theme:


<pre>
<pre>
cd source/sugar-artwork
./sugar-jhbuild build sugar-toolkit-gtk3
git pull
git checkout gtk3
make install
cd ../..
</pre>
</pre>


Line 44: Line 38:
git remote add -f erikos-gtk3 git://git.sugarlabs.org/~erikos/sugar/sugar-gtk3.git
git remote add -f erikos-gtk3 git://git.sugarlabs.org/~erikos/sugar/sugar-gtk3.git
git checkout -b gtk3 erikos-gtk3/master
git checkout -b gtk3 erikos-gtk3/master
make install
cd ../..
</pre>
Select gtk3 brach of sugar-artwork for the new theme:
<pre>
cd source/sugar-artwork
git pull
git checkout gtk3
make install
make install
cd ../..
cd ../..