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

commit a8f1c82de3e698cb30d500e10c1dca5006b8c29f
Author: bouleetbil <bouleet...@frogdev.info>
Date:   Wed Apr 6 10:00:18 2011 +0200

gnome-shell-3.0.0.1-1-x86_64
*version bump

diff --git a/source/gnome/gnome-shell/FrugalBuild 
b/source/gnome/gnome-shell/FrugalBuild
index 1ee9e0f..a5eff36 100644
--- a/source/gnome/gnome-shell/FrugalBuild
+++ b/source/gnome/gnome-shell/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: bouleetbil <bouleet...@frogdev.info>

pkgname=gnome-shell
-pkgver=3.0.0
+pkgver=3.0.0.1
pkgrel=1
pkgdesc="Window management and application launching for GNOME"
url="http://www.gnome.org/";
@@ -21,10 +21,11 @@ _F_gnome_devel="y"
_F_gnome_glib="y"
_F_gnome_git="n"
Finclude gnome gnome-scriptlet
-sha1sums=('5d1ae9f3388fbcf347b93f93b03584f226fa1b30')
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/xulrunner/
replaces=('byzanz')
-sha1sums=('08cf4943da2335d2130aa1d36261924a1c7da989')
+source=($source extensions.diff)
+sha1sums=('3862fa3e086a1ff0f0707f4ddd7a4b18d44dee10' \
+          '1c0a4e4818e0aa64fdd5440c6d2ca054cbad3dd9')
if [ "$_F_gnome_git" != "n" ]; then
unset sha1sums
fi
diff --git a/source/gnome/gnome-shell/extensions.diff 
b/source/gnome/gnome-shell/extensions.diff
new file mode 100644
index 0000000..6e7f349
--- /dev/null
+++ b/source/gnome/gnome-shell/extensions.diff
@@ -0,0 +1,26 @@
+From cbb8bdd48f2b05f8718448b596c4c2da2f34e54b Mon Sep 17 00:00:00 2001
+From: Maxim Ermilov <zasp...@rambler.ru>
+Date: Tue, 5 Apr 2011 05:20:44 +0400
+Subject: [PATCH] extensionSystem: add missing import
+
+https://bugzilla.gnome.org/show_bug.cgi?id=646333
+---
+ js/ui/extensionSystem.js |    1 +
+ 1 files changed, 1 insertions(+), 0 deletions(-)
+
+diff --git a/js/ui/extensionSystem.js b/js/ui/extensionSystem.js
+index eb82bc3..9dd3a47 100644
+--- a/js/ui/extensionSystem.js
++++ b/js/ui/extensionSystem.js
+@@ -3,6 +3,7 @@
+ const GLib = imports.gi.GLib;
+ const Gio = imports.gi.Gio;
+ const St = imports.gi.St;
++const Shell = imports.gi.Shell;
+
+ const Config = imports.misc.config;
+
+--
+1.7.4.2
+
+
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to