[Pkg-cli-libs-commits] [SCM] clutter-sharp branch, master, updated. debian/1.0.0_alpha3_git20090817.r1.349dba6-2-12-g213fd84

Iain Lane laney at ubuntu.com
Tue May 24 21:07:38 UTC 2011


The following commit has been merged in the master branch:
commit 6e3a62c9b2fcdc753abc7c4695506e7853cbfe13
Author: Iain Lane <laney at ubuntu.com>
Date:   Sun May 22 20:06:57 2011 +0100

    Fix CS0188 compilation errors in ActorBox.custom

diff --git a/debian/patches/actorbox-4.0 b/debian/patches/actorbox-4.0
new file mode 100644
index 0000000..1e60824
--- /dev/null
+++ b/debian/patches/actorbox-4.0
@@ -0,0 +1,19 @@
+Index: clutter-sharp.git/clutter/Clutter/ActorBox.custom
+===================================================================
+--- clutter-sharp.git.orig/clutter/Clutter/ActorBox.custom	2011-05-22 20:03:37.080415116 +0100
++++ clutter-sharp.git/clutter/Clutter/ActorBox.custom	2011-05-22 20:06:46.993053804 +0100
+@@ -28,10 +28,10 @@
+         
+ public ActorBox (float x, float y, float width, float height)
+ {
+-    X1 = x;
+-    Y1 = y;
+-    Width = width;
+-    Height = height;
++    x1 = x;
++    y1 = y;
++    x2 = x1 + width;
++    y2 = y1 + height;
+ }
+ 
+ public override string ToString ()
diff --git a/debian/patches/series b/debian/patches/series
index 2c408be..9b0f561 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+actorbox-4.0
 color-cs0188
 fix-enable-docs.patch
 dont-bundle-mdb.patch

-- 
clutter-sharp



More information about the Pkg-cli-libs-commits mailing list