Comment 29 for bug 963736

Revision history for this message
Petr Sedlacek (piit79) wrote :

Glad to hear the new version helped.

I do not have an i386 raring vm to build the deb but here is a quick guide how to do it yourself:
# install debian build tools - not sure I didn't miss any
sudo apt-get install dpkg-dev debhelper
# install build dependencies
sudo apt-get build-dep gtk2-engines-oxygen
# get the source (version 1.3.1)
apt-get source gtk2-engines-oxygen
cd gtk2-engines-oxygen-1.3.1
# update the source to 1.3.3
wget http://launchpadlibrarian.net/139674367/gtk2-engines-oxygen_1.3.1-0ubuntu1_1.3.3-1ubuntu1.diff.gz -q -O- | gzip -dc | patch -p1
# patch the source - these are the changesets from oxygen-gtk git - see https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1142213
wget https://dl.dropboxusercontent.com/u/50609214/oxygen-gtk-1-popen-changeset_r51b662b0cd86fd7a960cc2f0c436441d64b2dd44.diff | patch -p1
wget https://dl.dropboxusercontent.com/u/50609214/oxygen-gtk-2-changeset_r592490ea8d7dcd328b755cbb28b9be205d68168f.diff | patch - p1
wget https://dl.dropboxusercontent.com/u/50609214/oxygen-gtk-3-changeset_r878b0e626311cdf847e00dfd6ff96184021c1667.diff | patch -p1
# build the package
dpkg-buildpackage -b -us -uc -j2