gtk-engines has a master branch (and 2.21.x releases) that uses GTK+ 3. But you don't seem to use it either in the tarballs build http://ftp.gnome.org/pub/GNOME/teams/releng/2.31.2/gnome-suites-2.31.2.modules or in the regular from-git modulesets.
Is there some obscure reason for this or is it a simple error? This patch fixes it (I don't like the duplication much). It removes GTK+ 2 from the dependencies of many other modules higher up. -- [email protected] www.murrayc.com www.openismus.com
>From f3a1bfe06c25ad93fc64f825e6c78b80b61aa498 Mon Sep 17 00:00:00 2001 From: Murray Cumming <[email protected]> Date: Wed, 18 May 2011 10:08:35 +0200 Subject: [PATCH] [3.2] gtk-engines: Use the master branch, not using GTK+ 2 --- modulesets/gnome-suites-core-deps-3.2.modules | 4 ++-- modulesets/gnome2/gnome-suites-2.32.modules | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modulesets/gnome-suites-core-deps-3.2.modules b/modulesets/gnome-suites-core-deps-3.2.modules index bbd8883..a8c0663 100644 --- a/modulesets/gnome-suites-core-deps-3.2.modules +++ b/modulesets/gnome-suites-core-deps-3.2.modules @@ -1223,9 +1223,9 @@ </autotools> <autotools id="gtk-engines"> - <branch revision="gtk-engines-2-22"/> + <branch/> <dependencies> - <dep package="gtk+-2"/> + <dep package="gtk+"/> </dependencies> </autotools> diff --git a/modulesets/gnome2/gnome-suites-2.32.modules b/modulesets/gnome2/gnome-suites-2.32.modules index 0d6fbcb..f0efdd8 100644 --- a/modulesets/gnome2/gnome-suites-2.32.modules +++ b/modulesets/gnome2/gnome-suites-2.32.modules @@ -1078,7 +1078,7 @@ </autotools> <autotools id="gtk-engines"> - <branch revision="gtk-engines-2-22"/> + <branch/> <dependencies> <dep package="intltool"/> <dep package="gtk+"/> -- 1.7.5.1
_______________________________________________ [email protected] http://mail.gnome.org/mailman/listinfo/release-team Release-team lurker? Do NOT participate in discussions.
