Features/Touch/Development: Difference between revisions
Garycmartin (talk | contribs) |
|||
| Line 186: | Line 186: | ||
=Test= | =Test= | ||
==Apply patches to Sugar== | ==Apply patches to Sugar== | ||
* yum install gettext GConf2-devel gtk2-devel intltool perl-XML-Parser pkgconfig python pygtk2-devel | * yum install gettext GConf2-devel gtk2-devel intltool perl-XML-Parser pkgconfig python pygtk2-devel make | ||
* git clone git://git.sugarlabs.org/sugar/mainline.git shell | * git clone git://git.sugarlabs.org/sugar/mainline.git shell | ||
* cd shell | * cd shell | ||
* ./autogen | * git checkout 6fbc4188249a6f59cc55381824cf1ec1f90dc5e8 (master has changed already since the patches have been made) | ||
* ./autogen.sh --prefix=/usr | |||
* wget http://dev.laptop.org/~erikos/touch/0001-Make-the-palette-come-up-on-left-click-for-the-buddy.patch | * wget http://dev.laptop.org/~erikos/touch/0001-Make-the-palette-come-up-on-left-click-for-the-buddy.patch | ||
* git am 0001-Make-the-palette-come-up-on-left-click-for-the-buddy.patch | * git am 0001-Make-the-palette-come-up-on-left-click-for-the-buddy.patch | ||