r26401 - in /desktop/experimental/gnome-games/debian: changelog patches/0001-quadrapassel-use-gtk_clutter_init.-instead.patch patches/series

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Sun Jan 23 20:28:32 UTC 2011


Author: pochu
Date: Sun Jan 23 20:28:25 2011
New Revision: 26401

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=26401
Log:
  + debian/patches/0001-quadrapassel-use-gtk_clutter_init.-instead.patch:
    - Taken from upstream git, makes quadrapassel work.

Added:
    desktop/experimental/gnome-games/debian/patches/0001-quadrapassel-use-gtk_clutter_init.-instead.patch
Modified:
    desktop/experimental/gnome-games/debian/changelog
    desktop/experimental/gnome-games/debian/patches/series

Modified: desktop/experimental/gnome-games/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-games/debian/changelog?rev=26401&op=diff
==============================================================================
--- desktop/experimental/gnome-games/debian/changelog [utf-8] (original)
+++ desktop/experimental/gnome-games/debian/changelog [utf-8] Sun Jan 23 20:28:25 2011
@@ -19,6 +19,8 @@
       - Removed, it has been disabled for more than two years.
     + debian/patches/90_automake_autoconf.patch:
       - Removed, no longer necessary.
+    + debian/patches/0001-quadrapassel-use-gtk_clutter_init.-instead.patch:
+      - Taken from upstream git, makes quadrapassel work.
     + debian/gnome-games-data.install:
       - Updated.
     + debian/control.in,

Added: desktop/experimental/gnome-games/debian/patches/0001-quadrapassel-use-gtk_clutter_init.-instead.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-games/debian/patches/0001-quadrapassel-use-gtk_clutter_init.-instead.patch?rev=26401&op=file
==============================================================================
--- desktop/experimental/gnome-games/debian/patches/0001-quadrapassel-use-gtk_clutter_init.-instead.patch (added)
+++ desktop/experimental/gnome-games/debian/patches/0001-quadrapassel-use-gtk_clutter_init.-instead.patch [utf-8] Sun Jan 23 20:28:25 2011
@@ -1,0 +1,26 @@
+From e685d448b09e48575e850d318807b6408d729cf8 Mon Sep 17 00:00:00 2001
+From: Thomas Hindoe Paaboel Andersen <phomes at gmail.com>
+Date: Wed, 12 Jan 2011 00:09:42 +0100
+Subject: [PATCH] quadrapassel: use gtk_clutter_init... instead
+
+Needed for the GtkClutterEmbeds to be added correctly to the window
+---
+ quadrapassel/main.cpp |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/quadrapassel/main.cpp b/quadrapassel/main.cpp
+index 4fab7fa..3c1a4cd 100644
+--- a/quadrapassel/main.cpp
++++ b/quadrapassel/main.cpp
+@@ -69,7 +69,7 @@ main(int argc, char *argv[])
+ 
+ 	games_conf_initialise ("Quadrapassel");
+ 
+-	if (clutter_init_with_args (NULL, NULL, NULL, NULL, NULL, &error) != CLUTTER_INIT_SUCCESS) {
++	if (gtk_clutter_init_with_args (NULL, NULL, NULL, NULL, NULL, &error) != CLUTTER_INIT_SUCCESS) {
+ 		g_printerr ("Failed to initialise clutter: %s\n", error->message);
+ 		g_error_free (error);
+ 		return 1;
+-- 
+1.7.2.3
+

Modified: desktop/experimental/gnome-games/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-games/debian/patches/series?rev=26401&op=diff
==============================================================================
--- desktop/experimental/gnome-games/debian/patches/series [utf-8] (original)
+++ desktop/experimental/gnome-games/debian/patches/series [utf-8] Sun Jan 23 20:28:25 2011
@@ -1,1 +1,2 @@
+0001-quadrapassel-use-gtk_clutter_init.-instead.patch
 03_missing_icons.patch




More information about the pkg-gnome-commits mailing list