2011-04-09 00:30:38 +00:00
|
|
|
Name: gnome-shell-extensions
|
|
|
|
Version: 3.0.0
|
2011-04-11 18:02:05 +00:00
|
|
|
Release: 5.6d56cfgit%{?dist}
|
2011-04-09 00:30:38 +00:00
|
|
|
Summary: Modify and extend GNOME Shell functionality and behavior
|
|
|
|
Group: User Interface/Desktops
|
|
|
|
License: GPLv2+
|
|
|
|
URL: http://live.gnome.org/GnomeShell/Extensions
|
|
|
|
|
|
|
|
# using git archive since upstream hasn't created tarballs. Picking up a post 3.0.0 release snapshot for a couple of minor but relevant changes
|
|
|
|
# git archive --format=tar --prefix=gnome-shell-extensions/ git_commithash | xz > gnome-shell-extensions-<git_commithash_abbr>.tar.xz
|
|
|
|
Source0: gnome-shell-extensions-6d56cf.tar.xz
|
|
|
|
|
|
|
|
# since we build from a git checkout
|
|
|
|
BuildRequires: gnome-common
|
|
|
|
BuildRequires: intltool
|
|
|
|
|
2011-04-10 21:50:29 +00:00
|
|
|
BuildRequires: glib2-devel
|
2011-04-09 00:30:38 +00:00
|
|
|
Requires: gnome-shell
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description
|
|
|
|
GNOME Shell Extensions is a collection of extensions providing additional
|
|
|
|
and optional functionality to GNOME Shell.
|
|
|
|
|
|
|
|
Enabled extensions:
|
|
|
|
|
|
|
|
* alternate-tab
|
|
|
|
* alternative-status-menu
|
|
|
|
* dock
|
|
|
|
* windowsNavigator
|
2011-04-10 21:06:52 +00:00
|
|
|
* user-theme
|
2011-04-11 18:02:05 +00:00
|
|
|
* auto-move-windows
|
2011-04-09 00:30:38 +00:00
|
|
|
|
|
|
|
%package common
|
|
|
|
Summary: Files common to GNOME Shell Extensions
|
|
|
|
Group: User Interface/Desktops
|
|
|
|
License: GPLv2+
|
|
|
|
%description common
|
|
|
|
GNOME Shell Extensions is a collection of extensions providing additional
|
|
|
|
and optional functionality to GNOME Shell. Common files and directories
|
|
|
|
needed by extensions are provided here.
|
|
|
|
|
|
|
|
%package alternate-tab
|
|
|
|
Summary: Classic Alt+Tab behavior. Window based instead of app based
|
|
|
|
Group: User Interface/Desktops
|
|
|
|
License: GPLv2+
|
|
|
|
Requires: %{name}-common = %{version}-%{release}
|
|
|
|
|
2011-04-11 18:02:05 +00:00
|
|
|
%description alternate-tab
|
2011-04-09 00:30:38 +00:00
|
|
|
Lets you use classic Alt+Tab (window-based instead of app-based) in GNOME Shell.
|
|
|
|
GNOME Shell groups multiple instances of the same application together.
|
|
|
|
This extension disables grouping.
|
|
|
|
|
|
|
|
%package alternative-status-menu
|
|
|
|
Summary: For those who want a power off item visible at all the time
|
|
|
|
Group: User Interface/Desktops
|
|
|
|
License: GPLv2+
|
|
|
|
Requires: %{name}-common = %{version}-%{release}
|
|
|
|
|
|
|
|
%description alternative-status-menu
|
|
|
|
For those who want a power off item visible at all the time, replaces
|
|
|
|
GNOME Shell status menu with one featuring separate Suspend and Power Off.
|
|
|
|
Adds the ability to hibernate as well.
|
|
|
|
|
|
|
|
%package dock
|
|
|
|
Summary: Shows a dock-style task switcher permanently
|
|
|
|
Group: User Interface/Desktops
|
|
|
|
License: GPLv2+
|
|
|
|
Requires: %{name}-common = %{version}-%{release}
|
|
|
|
|
|
|
|
%description dock
|
|
|
|
Shows a dock-style task switcher on the right side of the screen permanently.
|
|
|
|
|
|
|
|
%package windowsNavigator
|
|
|
|
Summary: Keyboard selection of windows and work-spaces in overlay mode
|
|
|
|
Group: User Interface/Desktops
|
|
|
|
License: GPLv2+
|
|
|
|
Requires: %{name}-common = %{version}-%{release}
|
|
|
|
|
|
|
|
%description windowsNavigator
|
|
|
|
Allow keyboard selection of windows and work-spaces in overlay mode in
|
2011-04-10 21:28:18 +00:00
|
|
|
GNOME Shell. Switch to overview mode (press the windows or alt+f1 key) and
|
|
|
|
press the alt key to show numbers over windows. Press any number to switch
|
|
|
|
to the corresponding window.
|
2011-04-09 00:30:38 +00:00
|
|
|
|
2011-04-10 21:06:52 +00:00
|
|
|
%package user-theme
|
|
|
|
Summary: Lets the user select a custom theme for the shell
|
|
|
|
Group: User Interface/Desktops
|
|
|
|
License: GPLv2+
|
|
|
|
Requires: %{name}-common = %{version}-%{release}
|
|
|
|
|
|
|
|
%description user-theme
|
2011-04-10 21:28:18 +00:00
|
|
|
Lets the user select a custom theme for the Gnome shell. It will allow you to
|
|
|
|
apply a style from /.themes/[themeName]/gnome-shell/gnome-shell.css
|
2011-04-10 21:06:52 +00:00
|
|
|
|
2011-04-11 18:02:05 +00:00
|
|
|
%package auto-move-windows
|
|
|
|
Summary: Assign specific workspaces to applications
|
|
|
|
Group: User Interface/Desktops
|
|
|
|
License: GPLv2+
|
|
|
|
Requires: %{name}-common = %{version}-%{release}
|
|
|
|
|
|
|
|
%description auto-move-windows
|
|
|
|
Lets you manage your workspaces more easily, assigning a specific workspace to
|
|
|
|
each application as soon as it creates a window, in a manner configurable with a
|
|
|
|
GSettings key.
|
|
|
|
|
2011-04-09 00:30:38 +00:00
|
|
|
%prep
|
|
|
|
%setup -q -n gnome-shell-extensions
|
|
|
|
|
|
|
|
%build
|
|
|
|
# since we build from a git checkout
|
2011-04-10 21:28:18 +00:00
|
|
|
[ -x autogen.sh ] && NOCONFIGURE=1 ./autogen.sh
|
2011-04-09 00:30:38 +00:00
|
|
|
|
2011-04-11 18:02:05 +00:00
|
|
|
%configure --enable-extensions="alternate-tab alternative-status-menu dock windowsNavigator user-theme auto-move-windows"
|
2011-04-09 00:30:38 +00:00
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%find_lang %{name}
|
|
|
|
|
|
|
|
%files common -f %{name}.lang
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc README
|
|
|
|
%dir %{_datadir}/gnome-shell/extensions/
|
|
|
|
|
|
|
|
%files alternate-tab
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_datadir}/gnome-shell/extensions/alternate-tab*
|
|
|
|
|
|
|
|
%files alternative-status-menu
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_datadir}/gnome-shell/extensions/alternative-status-menu*
|
|
|
|
|
|
|
|
%files dock
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_datadir}/gnome-shell/extensions/dock*
|
|
|
|
|
|
|
|
%files windowsNavigator
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_datadir}/gnome-shell/extensions/windowsNavigator*
|
|
|
|
|
2011-04-10 21:06:52 +00:00
|
|
|
%files user-theme
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.user-theme.gschema.xml
|
|
|
|
%{_datadir}/gnome-shell/extensions/user-theme*
|
|
|
|
|
2011-04-11 18:02:05 +00:00
|
|
|
%files auto-move-windows
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.auto-move-windows.gschema.xml
|
|
|
|
%{_datadir}/gnome-shell/extensions/auto-move-windows*
|
|
|
|
|
2011-04-10 21:06:52 +00:00
|
|
|
%posttrans user-theme
|
|
|
|
glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas || :
|
|
|
|
|
|
|
|
%postun user-theme
|
|
|
|
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
|
|
|
|
2011-04-11 18:02:05 +00:00
|
|
|
%posttrans auto-move-windows
|
|
|
|
glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas || :
|
|
|
|
|
|
|
|
%postun auto-move-windows
|
|
|
|
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
|
|
|
|
2011-04-09 00:30:38 +00:00
|
|
|
%changelog
|
2011-04-11 18:02:05 +00:00
|
|
|
* Mon Apr 11 2011 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.0.0-5.6d56cfgit
|
|
|
|
- Enable auto-move-windows extension
|
|
|
|
|
2011-04-10 21:50:29 +00:00
|
|
|
* Sun Apr 11 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 3.0.0-4.6d56cfgit
|
|
|
|
- Add glib2-devel as build requires
|
|
|
|
|
2011-04-10 21:28:18 +00:00
|
|
|
* Sun Apr 11 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 3.0.0-3.6d56cfgit
|
|
|
|
- Tweak description
|
2011-04-10 21:50:29 +00:00
|
|
|
- Fix typo in configure
|
|
|
|
|
2011-04-10 21:06:52 +00:00
|
|
|
* Sun Apr 11 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 3.0.0-2.6d56cfgit
|
|
|
|
- Added the user-theme extension
|
|
|
|
- Patch from Timur Kristóf <venemo@msn.com>
|
|
|
|
|
2011-04-09 00:30:38 +00:00
|
|
|
* Fri Apr 08 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 3.0.0-1.6d56cfgit
|
|
|
|
- Make sure configure doesn't get called twice
|
|
|
|
|
|
|
|
* Fri Apr 08 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 3.0.0-0.6d56cfgit
|
|
|
|
- Initial build
|