Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=a209c947f41e447c4f48e5d033b2ac704f0f928e

commit a209c947f41e447c4f48e5d033b2ac704f0f928e
Author: bouleetbil <bouleet...@frogdev.info>
Date:   Sun Oct 3 22:55:25 2010 +0200

gnome-shell-2.29.1-4-x86_64
*rebuild with gnome 2.32
*shouldn't bumped as we don't have a gtk3 STABLE :p

diff --git a/source/gnome-extra/gnome-shell/FrugalBuild 
b/source/gnome-extra/gnome-shell/FrugalBuild
index a0e5601..ecece05 100644
--- a/source/gnome-extra/gnome-shell/FrugalBuild
+++ b/source/gnome-extra/gnome-shell/FrugalBuild
@@ -3,21 +3,22 @@

pkgname=gnome-shell
pkgver=2.29.1
-pkgrel=3
+pkgrel=4
pkgdesc="Window management and application launching for GNOME"
url="http://www.gnome.org/";
-depends=('mutter>=2.29.1-2' 'gnome-desktop' 'gjs>=0.6' 'gnome-menus' 'librsvg' 
\
+depends=('mutter>=2.29.1-3' 'gnome-desktop' 'gjs>=0.7' 'gnome-menus' 'librsvg' 
\
'xulrunner' 'gst-plugins-base')
makedepends=('intltool' 'gnome-doc-utils' 'gnome-common' \
-       'gir-repository' 'xorg-server-xephyr')
+       'gobject-introspection' 'xorg-server-xephyr')
groups=('gnome-extra')
archs=('i686' 'x86_64')
_F_gnome_schemas=('/etc/gconf/schemas/gnome-shell.schemas')
_F_gnome_desktop="y"
Finclude gnome gnome-scriptlet
-source=($source 
http://ftp.frugalware.org/pub/other/artwork/gnome-shell/$pkgname-frugalware.tar.bz2)
+source=($source 
http://ftp.frugalware.org/pub/other/artwork/gnome-shell/$pkgname-frugalware.tar.bz2
 clutter14.diff)
sha1sums=('4420e050d284bd565ef5f573318b03361db472c8' \
-          '94fd3bdc88d18afe85efdff17bb2e07ea053c83f')
+          '94fd3bdc88d18afe85efdff17bb2e07ea053c83f' \
+          '0da7965bf838b8a7f41b43e2d05a3a454ab95a66')
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/xulrunner/

build() {
@@ -27,3 +28,5 @@ build()       {
Fcp theme usr/share/$pkgname/
Fbuild_gnome_scriptlet
}
+
+# optimization OK
diff --git a/source/gnome-extra/gnome-shell/clutter14.diff 
b/source/gnome-extra/gnome-shell/clutter14.diff
new file mode 100644
index 0000000..4020e1a
--- /dev/null
+++ b/source/gnome-extra/gnome-shell/clutter14.diff
@@ -0,0 +1,15 @@
+diff --git a/src/st/st-drawing-area.c b/src/st/st-drawing-area.c
+index 7115655..fa99d11 100644
+--- a/src/st/st-drawing-area.c
++++ b/src/st/st-drawing-area.c
+@@ -30,8 +30,8 @@
+ G_DEFINE_TYPE(StDrawingArea, st_drawing_area, ST_TYPE_WIDGET);
+
+ struct _StDrawingAreaPrivate {
+-  CoglHandle *texture;
+-  CoglHandle *material;
++  CoglHandle texture;
++  CoglHandle material;
+   cairo_t *context;
+   guint needs_repaint : 1;
+   guint in_repaint : 1;
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to