[gnome-shell-extensions] Revert "Mark extensions that require only public API"



commit 0ce994ba46bbdba9a7037fa026ca5cdead371996
Author: Giovanni Campagna <gcampagna src gnome org>
Date:   Thu Apr 7 16:03:59 2011 +0200

    Revert "Mark extensions that require only public API"
    
    This reverts commit 6cd9530862d9591caf5cfeba015391f13560e51f, and
    reopens development againts GNOME Shell master. Time for 3.2!

 configure.ac                                       |    2 +-
 extensions/alternate-tab/metadata.json.in          |    2 +-
 .../alternative-status-menu/metadata.json.in       |    2 +-
 extensions/dock/metadata.json.in                   |    2 +-
 extensions/example/metadata.json.in                |    2 +-
 extensions/gajim/metadata.json.in                  |    2 +-
 extensions/user-theme/metadata.json.in             |    2 +-
 extensions/xrandr-indicator/metadata.json.in       |    2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 2ac448c..124ab46 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.63)
-AC_INIT([gnome-shell-extensions],[3.0.0],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions])
+AC_INIT([gnome-shell-extensions],[3.0.1],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions])
 
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([config])
diff --git a/extensions/alternate-tab/metadata.json.in b/extensions/alternate-tab/metadata.json.in
index e9cbd5b..aae37e2 100644
--- a/extensions/alternate-tab/metadata.json.in
+++ b/extensions/alternate-tab/metadata.json.in
@@ -3,7 +3,7 @@
 "name": "AlternateTab",
 "description": "A replacement for Alt-Tab, allows to cycle between windows and does not group by application",
 "original-author": "thomas bouffon gmail com",
-"shell-version": [ "3.0" ],
+"shell-version": [ "@shell_current@" ],
 "localedir": "@LOCALEDIR@",
 "url": "@url@"
 }
diff --git a/extensions/alternative-status-menu/metadata.json.in b/extensions/alternative-status-menu/metadata.json.in
index 4575dba..3c3c286 100644
--- a/extensions/alternative-status-menu/metadata.json.in
+++ b/extensions/alternative-status-menu/metadata.json.in
@@ -2,7 +2,7 @@
  "uuid": "@uuid@",
  "name": "Alternative Status Menu",
  "description": "Replaces GNOME Shell Status Menu with one showing Suspend/Hibernate and Power Off as separate items",
- "shell-version": [ "3.0" ],
+ "shell-version": [ "@shell_current@" ],
  "localedir": "@LOCALEDIR@",
  "url": "@url@"
 }
diff --git a/extensions/dock/metadata.json.in b/extensions/dock/metadata.json.in
index b7168b1..dce4a88 100644
--- a/extensions/dock/metadata.json.in
+++ b/extensions/dock/metadata.json.in
@@ -3,7 +3,7 @@
 "name": "Dock",
 "description": "A dock for the GNOME Shell -- displays favorite and running applications",
 "original-author": "tclaesson gmail com",
-"shell-version": [ "3.0" ],
+"shell-version": [ "@shell_current@" ],
 "localedir": "@LOCALEDIR@",
 "url": "@url@"
 }
diff --git a/extensions/example/metadata.json.in b/extensions/example/metadata.json.in
index 09f4409..a60efa5 100644
--- a/extensions/example/metadata.json.in
+++ b/extensions/example/metadata.json.in
@@ -2,7 +2,7 @@
  "uuid": "@uuid@",
  "name": "Hello, World!",
  "description": "An example extension to show how it works. Shows Hello, world when clicking on the top panel.",
- "shell-version": [ "3.0" ],
+ "shell-version": [ "@shell_current@" ],
  "localedir": "@LOCALEDIR@",
  "url": "@url@"
 }
diff --git a/extensions/gajim/metadata.json.in b/extensions/gajim/metadata.json.in
index 0e0672e..62e499c 100644
--- a/extensions/gajim/metadata.json.in
+++ b/extensions/gajim/metadata.json.in
@@ -2,7 +2,7 @@
  "uuid": "@uuid@",
  "name": "Gajim IM integration",
  "description": "Display Gajim incoming chats as notifications in the Shell message tray.",
- "shell-version": [ "3.0" ],
+ "shell-version": [ "@shell_current@" ],
  "localedir": "@LOCALEDIR@",
  "url": "http://base-art.net";
 }
diff --git a/extensions/user-theme/metadata.json.in b/extensions/user-theme/metadata.json.in
index 224382f..e71533e 100644
--- a/extensions/user-theme/metadata.json.in
+++ b/extensions/user-theme/metadata.json.in
@@ -2,7 +2,7 @@
  "uuid": "@uuid@",
  "name": "User Themes",
  "description": "Load shell themes from user directory",
- "shell-version": [ "3.0" ],
+ "shell-version": [ "@shell_current@" ],
  "localedir": "@LOCALEDIR@",
  "original-authors": [ "john stowers gmail com" ],
  "url": "@url@"
diff --git a/extensions/xrandr-indicator/metadata.json.in b/extensions/xrandr-indicator/metadata.json.in
index 612c4bb..f5c08ae 100644
--- a/extensions/xrandr-indicator/metadata.json.in
+++ b/extensions/xrandr-indicator/metadata.json.in
@@ -2,7 +2,7 @@
 "uuid": "@uuid@",
 "name": "Monitor Status Indicator",
 "description": "Add a systems status menu for rotating monitors (overrides what is currently provided by gnome-settings-daemon)",
-"shell-version": [ "3.0" ],
+"shell-version": [ "@shell_current@" ],
 "localedir": "@LOCALEDIR@",
 "url": "@url@"
 }



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