Supporting RandR 1.2 in GNOME

This is the work to integrate support for the RandR 1.2 X extension into GNOME.

Status

Git repositories

All the modules have a randr-1.2 branch which is anchored to the module's corresponding tag for 2_22_1 (you can see this point as a git tag called before-randr-1.2-integration). This is to make it easy for bleeding-edge distros to make patches against released tarballs. When the work is done, we will rebase these branches against 2.24 or SVN trunk.

gnome-settings-daemon:

git clone http://www.gnome.org/~federico/git/gnome-settings-daemon.git
cd gnome-settings-daemon
git checkout -b my-randr-branch origin/randr-1.2

gnome-control-center:

git clone http://www.gnome.org/~federico/git/gnome-control-center.git
cd gnome-control-center
git checkout -b my-randr-branch origin/randr-1.2

gnome-desktop:

git clone http://www.gnome.org/~federico/git/gnome-desktop.git
cd gnome-desktop
git checkout -b my-randr-branch origin/randr-1.2

If you publish repositories or extra branches, please update this page to link to them!

Building packages

For each module, do something like

# ... prepare the specfile with modulename-randr-1.2.diff, then ...
git diff before-randr-1.2-integration..my-randr-branch > /usr/src/packages/SOURCES/modulename-randr-1.2.diff
rpmbuild /usr/src/packages/SPECS/modulename.spec

RandR1.2 (last edited 2008-04-16 01:13:52 by FedericoMenaQuintero)