[gnome-shell-extensions/f15/master] Update to a newer git snapshot Enabled the places-menu extension

Rahul Sundaram sundaram at fedoraproject.org
Thu May 5 12:48:57 UTC 2011


commit e55a75998917c469b4d20cd33a4689eb17d64fd6
Author: Rahul Sundaram <sundaram at fedoraproject.org>
Date:   Thu May 5 16:37:13 2011 +0530

    Update to a newer git snapshot
    Enabled the places-menu extension

 .gitignore                  |    1 +
 gnome-shell-extensions.spec |   22 ++++++++++++++++++++--
 sources                     |    2 +-
 3 files changed, 22 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ac0013e..c4d6852 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /gnome-shell-extensions-6d56cf.tar.xz
 /gnome-shell-extensions-f016b9.tar.xz
+/gnome-shell-extensions-b20cba.tar.xz
diff --git a/gnome-shell-extensions.spec b/gnome-shell-extensions.spec
index f8f415f..4d74dce 100644
--- a/gnome-shell-extensions.spec
+++ b/gnome-shell-extensions.spec
@@ -1,4 +1,4 @@
-%global commit f016b9
+%global commit b20cba
 
 Name:           gnome-shell-extensions
 Version:        3.0.1
@@ -33,6 +33,7 @@ Enabled extensions:
   * user-theme
   * auto-move-windows
   * drive-menu
+  * places-menu
 
 %package        common
 Summary:        Files common to GNOME Shell Extensions
@@ -117,6 +118,15 @@ Requires:       %{name}-common = %{version}-%{release}
 Adds a menu in the system status area that tracks removable disk devices
 attached and offers to browse them and eject/unmount them.
 
+%package        places-menu
+Summary:        Places menu indicator in the system status area
+Group:          User Interface/Desktops
+License:        GPLv2+ 
+Requires:       %{name}-common = %{version}-%{release}
+
+%description    places-menu
+Adds a menu in the system status area that resembles the Places menu from gnome 2.x
+
 %prep
 %setup -q -n gnome-shell-extensions
 
@@ -128,7 +138,7 @@ sed -i "s|Main\.panel\._userMenu|Main.panel._statusmenu|g" extensions/alternativ
 # since we build from a git checkout
 [ -x autogen.sh ] && NOCONFIGURE=1 ./autogen.sh 
 
-%configure  --enable-extensions="alternate-tab alternative-status-menu dock windowsNavigator user-theme auto-move-windows drive-menu"
+%configure  --enable-extensions="alternate-tab alternative-status-menu dock windowsNavigator user-theme auto-move-windows drive-menu places-menu"
 make %{?_smp_mflags}
 
 %install
@@ -172,6 +182,10 @@ make install DESTDIR=$RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %{_datadir}/gnome-shell/extensions/drive-menu*
 
+%files places-menu
+%defattr(-,root,root,-)
+%{_datadir}/gnome-shell/extensions/places-menu*
+
 %posttrans user-theme
 glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas || :
 
@@ -185,6 +199,10 @@ glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas || :
 glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 
 %changelog
+* Thu May 5 2011 Elad Alfassa <elad at fedoraproject.org> - 3.0.1-1.b20cbagit
+- Update to a newer git snapshot
+- Enabled the places-menu extension
+
 * Tue Apr 26 2011 Mohamed El Morabity <melmorabity at fedoraproject.org> - 3.0.1-1.f016b9git
 - Update to a newer git snapshot (post-3.0.1 release)
 - Enable drive-menu extension
diff --git a/sources b/sources
index 964633b..ce7d5cf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d3cb86c79601965f8a2986dc58a481a8  gnome-shell-extensions-f016b9.tar.xz
+434f265a1e335da654f6cccad32b72ab  gnome-shell-extensions-b20cba.tar.xz


More information about the scm-commits mailing list