[cinnamon] rebuilt for new cogl version

leigh123linux leigh123linux at fedoraproject.org
Wed Aug 22 06:14:20 UTC 2012


commit 4c8004740911184f1ff87ed588e5aa1220cc5caf
Author: leigh123linux <leigh123linux at googlemail.com>
Date:   Wed Aug 22 07:14:12 2012 +0100

    rebuilt for new cogl version
    
    - patch bluetooth applet
    - use patch to fix windows quick list applet

 cinnamon.spec  |    3 +++
 cogl_api.patch |   11 +++++++++++
 2 files changed, 14 insertions(+), 0 deletions(-)
---
diff --git a/cinnamon.spec b/cinnamon.spec
index 1a8264b..2e77ca7 100644
--- a/cinnamon.spec
+++ b/cinnamon.spec
@@ -34,6 +34,7 @@ Patch4:         bluetooth_applet.patch
 # upstream patches and pending pulls
 Patch11:        systray.patch
 Patch12:        window_quick_list.patch
+Patch13:        cogl_api.patch
 
 
 %global clutter_version 1.7.5
@@ -124,6 +125,7 @@ The emphasis is put on making users feel at home and providing
 # upstream patches and pending pulls
 %patch11 -p1
 %patch12 -p1
+%patch13 -p1
 
 
 # remove gschema
@@ -227,6 +229,7 @@ fi
 - rebuilt for new cogl version
 - patch bluetooth applet
 - use patch to fix windows quick list applet
+- patch for new cogl api
 
 * Sun Aug 12 2012 Leigh Scott <leigh123linux at googlemail.com> - 1.5.2-4
 - Fix directory ownership
diff --git a/cogl_api.patch b/cogl_api.patch
new file mode 100644
index 0000000..a69b11c
--- /dev/null
+++ b/cogl_api.patch
@@ -0,0 +1,11 @@
+--- a/src/st/st-theme-node-drawing.c
++++ b/src/st/st-theme-node-drawing.c
+@@ -1822,7 +1822,7 @@ st_theme_node_paint_sliced_border_image
+   cogl_set_source (material);
+ 
+   {
+-    GLfloat rectangles[] =
++    float rectangles[] =
+     {
+       /* top left corner */
+       0, 0, border_left, border_top,


More information about the scm-commits mailing list