123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129 |
- Summary: GNOME Shell extensions for GNOME 2 user experience
- Name: gnome-shell-frippery
- Version: 0.5.2
- Release: 1%{?_dist_release}
- License: GPLv2+
- Group: User Interface/Desktops
- URL: http://intgat.tigress.co.uk/rmy/extensions/index.html
- Source: gnome-shell-frippery-%{version}.tgz
- Buildroot: %{_tmppath}/%{name}-root
- BuildArch: noarch
- Requires: gnome-shell >= 3.6
- %description
- The gnome-shell-frippery package contains a set extensions to the GNOME
- Shell that provide a user experience more akin to that of GNOME 2. The
- extensions:
- * move the clock to the right of the panel
- * add launchers for favourite applications to the panel
- * replace the Activities button with an Applications menu
- * replace Power Off menu item with Shut Down
- * add a bottom panel with window list and workspace switcher
- %prep
- %setup -q -n %{name} -c
- %build
- %install
- rm -rf %{buildroot}
- mkdir -p %{buildroot}%{_datadir}/gnome-shell
- mkdir -p %{buildroot}%{_docdir}
- find . -name '*.po' | xargs rm -f
- cp -rp .local/share/gnome-shell/extensions %{buildroot}%{_datadir}/gnome-shell
- cp -rp .local/share/gnome-shell/%{name} %{buildroot}%{_docdir}/%{name}-%{version}
- %clean
- rm -rf %{buildroot}
- %files
- %defattr(-,root,root)
- %{_datadir}/gnome-shell/extensions/*
- %{_docdir}/%{name}-%{version}
- %changelog
- * Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5.2-1
- - initial build for VIne Linux
- * Sun Feb 24 2013 Ron Yorston <rmy@tigress.co.uk> 0.5.2-1
- - Fix message tray after changes in GNOME Shell 3.6.3 broke it.
- - Change direction of workspace switching with the mouse wheel.
- * Wed Dec 12 2012 Ron Yorston <rmy@tigress.co.uk> 0.5.1-1
- - Add right-click menu to items in the window list
- - Replace Close button in workspace switcher dialog with OK/Cancel
- * Wed Dec 5 2012 Ron Yorston <rmy@tigress.co.uk> 0.5.0-1
- - Update for GNOME 3.6
- - Remove Static Workspaces extension
- * Thu May 24 2012 Ron Yorston <rmy@tigress.co.uk> 0.4.1-1
- - Add tooltips to workspace buttons, window list items and panel launchers
- - Fix problem with resume from suspend
- * Wed Apr 04 2012 Ron Yorston <rmy@tigress.co.uk> 0.4.0-1
- - Update for GNOME 3.4
- * Sun Apr 01 2012 Ron Yorston <rmy@tigress.co.uk> 0.3.7-1
- - Prevent message tray from appearing with full screen application
- - Disable Applications Menu if both icon and label are turned off
- - Adjust appearance of panel launchers when the mouse hovers over them
- * Sun Dec 11 2011 Ron Yorston <rmy@tigress.co.uk> 0.3.6-1
- - Improvements and bug fix to Applications Menu settings dialog
- * Sun Dec 04 2011 Ron Yorston <rmy@tigress.co.uk> 0.3.5-1
- - Add a settings dialog to the Applications Menu
- - Workaround a bug in the Shell that broke drag and drop to the hot corner
- * Sun Nov 27 2011 Ron Yorston <rmy@tigress.co.uk> 0.3.4-1
- - Fix bugs in workspace switching
- - Add workspace switching popup that understands the grid layout
- * Tue Nov 22 2011 Ron Yorston <rmy@tigress.co.uk> 0.3.3-1
- - Allow workspaces to be arranged in a grid
- - Allow the mouse scroll wheel to change workspace
- - Fix a bug in handling of translations
- * Sun Nov 13 2011 Ron Yorston <rmy@tigress.co.uk> 0.3.2-1
- - Add icon to Applications menu
- - Reinstate top-left hot corner
- * Mon Nov 7 2011 Ron Yorston <rmy@tigress.co.uk> 0.3.1-1
- - Only show the '!' in the message button if notifications are present
- - Increase height of children of the bottom panel
- * Mon Oct 17 2011 Ron Yorston <rmy@tigress.co.uk> 0.3.0-1
- - Update for GNOME 3.2
- * Thu Aug 18 2011 Ron Yorston <rmy@tigress.co.uk> 0.2.5-1
- - Improve positioning of bottom panel on systems with multiple monitors.
- * Sun Aug 7 2011 Ron Yorston <rmy@tigress.co.uk> 0.2.4-1
- - Fix bug in bottom panel that stopped Alt+Tab from working.
- - Remove conflict with alternative-status-menu: different users may wish
- to enable different combinations of installed extensions.
- * Fri Jun 17 2011 Ron Yorston <rmy@tigress.co.uk> 0.2.3-1
- - Another attempt at fixing the window list bug.
- * Mon Jun 13 2011 Ron Yorston <rmy@tigress.co.uk> 0.2.2-1
- - Fix bug in updating of window list as windows are added/removed.
- * Wed Jun 8 2011 Ron Yorston <rmy@tigress.co.uk> 0.2.1-1
- - Make the width of the clock more stable as the time changes.
- * Thu Jun 2 2011 Ron Yorston <rmy@tigress.co.uk> 0.2.0-1
- - Add bottom panel
- * Tue May 31 2011 Ron Yorston <rmy@tigress.co.uk> 0.1.1-1
- - Fix stylesheet problem due to user-theme extension
- - Fix launcher tooltips for applications without comments
- * Wed May 25 2011 Ron Yorston <rmy@tigress.co.uk> 0.1.0-1
- - Add Shut Down menu extension
- * Sun May 22 2011 Ron Yorston <rmy@tigress.co.uk> 0.0.4-1
- - Initial RPM release
|