[gnome-shell-extensions] Remove the xrandr extension



commit e2b2f125b408fc789e8b0cb11059f407c10e0c07
Author: Giovanni Campagna <gcampagna src gnome org>
Date:   Sun Aug 18 19:28:34 2013 +0200

    Remove the xrandr extension
    
    This can't work without a significant rework (because we can't
    use GnomeRR in the mutter process, now that's DBus API implemented
    by mutter itself, and the monitor config API is private to mutter
    for now), and I doubt it's really useful to anyone.
    Also, we have an orientation lock button, which kind of serves
    a similar purpose

 README                                       |    6 -
 configure.ac                                 |    8 +-
 extensions/xrandr-indicator/Makefile.am      |    3 -
 extensions/xrandr-indicator/extension.js     |  158 --------------------------
 extensions/xrandr-indicator/metadata.json.in |   10 --
 extensions/xrandr-indicator/stylesheet.css   |    3 -
 6 files changed, 1 insertions(+), 187 deletions(-)
---
diff --git a/README b/README
index d96ff6c..bc36eb5 100644
--- a/README
+++ b/README
@@ -71,12 +71,6 @@ windowsNavigator
 
   Allow keyboard selection of windows and workspaces in overlay mode.
 
-xrandr-indicator
-
-  Replace the GTK+ based indicator from gnome-settings-daemon with
-a native one. Lets the user rotate the laptop monitor and open
-display preferences quickly.
-
 License
 =======
 GNOME Shell Extensions are distributed under the terms of the GNU General Public License,
diff --git a/configure.ac b/configure.ac
index 75bacdb..714a2e7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -29,7 +29,7 @@ AC_SUBST([SHELL_VERSION])
 dnl keep this in alphabetic order
 CLASSIC_EXTENSIONS="apps-menu places-menu alternate-tab launch-new-instance window-list"
 DEFAULT_EXTENSIONS="$CLASSIC_EXTENSIONS drive-menu windowsNavigator workspace-indicator"
-ALL_EXTENSIONS="$DEFAULT_EXTENSIONS auto-move-windows example native-window-placement systemMonitor 
user-theme xrandr-indicator"
+ALL_EXTENSIONS="$DEFAULT_EXTENSIONS auto-move-windows example native-window-placement systemMonitor 
user-theme"
 AC_SUBST(CLASSIC_EXTENSIONS, [$CLASSIC_EXTENSIONS])
 AC_SUBST(ALL_EXTENSIONS, [$ALL_EXTENSIONS])
 AC_ARG_ENABLE([extensions],
@@ -65,11 +65,6 @@ for e in $enable_extensions; do
                                        [ENABLED_EXTENSIONS="$ENABLED_EXTENSIONS $e"],
                                        [AC_MSG_WARN([libgtop-2.0 not found, disabling systemMonitor])])
                        ;;
-               xrandr-indicator)
-                       PKG_CHECK_MODULES(GNOME_DESKTOP, gnome-desktop-3.0 >= 2.91.6,
-                                       [ENABLED_EXTENSIONS="$ENABLED_EXTENSIONS $e"],
-                                       [AC_MSG_WARN([gnome-desktop-3.0 not found, disabling 
xrandr-indicator])])
-                       ;;
 dnl            keep this in alphabetic order
                
alternate-tab|apps-menu|auto-move-windows|drive-menu|example|launch-new-instance|native-window-placement|places-menu|user-theme|window-list|windowsNavigator|workspace-indicator)
                        ENABLED_EXTENSIONS="$ENABLED_EXTENSIONS $e"
@@ -97,7 +92,6 @@ AC_CONFIG_FILES([
   extensions/window-list/Makefile
   extensions/windowsNavigator/Makefile
   extensions/workspace-indicator/Makefile
-  extensions/xrandr-indicator/Makefile
   extensions/Makefile
   Makefile
   po/Makefile.in


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