[gnome-games/f14/master] - Only require seed if seed games are enabled - spec cleanups

Michel Alexandre Salim salimma at fedoraproject.org
Fri Nov 5 14:08:28 UTC 2010


commit 26d340f914c796fb64c01225bc1f09bc922ac658
Author: Michel Alexandre Salim <salimma at fedoraproject.org>
Date:   Fri Nov 5 15:08:11 2010 +0100

    - Only require seed if seed games are enabled
    - spec cleanups

 gnome-games-2.32.0-use-only-gtk2.patch |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/gnome-games-2.32.0-use-only-gtk2.patch b/gnome-games-2.32.0-use-only-gtk2.patch
new file mode 100644
index 0000000..c0274d3
--- /dev/null
+++ b/gnome-games-2.32.0-use-only-gtk2.patch
@@ -0,0 +1,10 @@
+--- gnome-games-2.32.0/swell-foop/src/main.js.use-only-gtk2	2010-04-10 07:01:17.000000000 +0200
++++ gnome-games-2.32.0/swell-foop/src/main.js	2010-11-05 11:27:08.329951104 +0100
+@@ -3,6 +3,7 @@
+ var tile_size = 50;
+ var offset = tile_size/2;
+ 
++imports.gi.versions.Gtk = "2.0";
+ imports.gi.versions.Clutter = "1.0";
+ 
+ Gtk = imports.gi.Gtk;


More information about the scm-commits mailing list