[gnome-shell-extensions] xrandr-indicator: require the right gjs version



commit bfd107cef010418ee8439b222e94128cfe7c3dd2
Author: Giovanni Campagna <gcampagna src gnome org>
Date:   Thu May 12 18:30:36 2011 +0200

    xrandr-indicator: require the right gjs version
    
    xrandr-indicator makes the whole shell crash if the right gjs
    features are missing, but instead of asking not to install it, we
    can use gjs versioning.

 extensions/xrandr-indicator/metadata.json.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/extensions/xrandr-indicator/metadata.json.in b/extensions/xrandr-indicator/metadata.json.in
index f5c08ae..1ad930c 100644
--- a/extensions/xrandr-indicator/metadata.json.in
+++ b/extensions/xrandr-indicator/metadata.json.in
@@ -3,6 +3,7 @@
 "name": "Monitor Status Indicator",
 "description": "Add a systems status menu for rotating monitors (overrides what is currently provided by gnome-settings-daemon)",
 "shell-version": [ "@shell_current@" ],
+"js-version": [ "0.7.15" ],
 "localedir": "@LOCALEDIR@",
 "url": "@url@"
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]