source: projects/specs/trunk/g/gnome-shell-frippery/gnome-shell-frippery-vl.spec @ 7633

Revision 7633, 4.5 KB checked in by Takemikaduchi, 11 years ago (diff)

GNOME-3.8.1

Line 
1Summary: GNOME Shell extensions for GNOME 2 user experience
2Name: gnome-shell-frippery
3Version: 0.5.2
4Release: 1%{?_dist_release}
5License: GPLv2+
6Group: User Interface/Desktops
7URL: http://intgat.tigress.co.uk/rmy/extensions/index.html
8Source: gnome-shell-frippery-%{version}.tgz
9Buildroot: %{_tmppath}/%{name}-root
10BuildArch: noarch
11Requires: gnome-shell >= 3.6
12
13%description
14The gnome-shell-frippery package contains a set extensions to the GNOME
15Shell that provide a user experience more akin to that of GNOME 2.  The
16extensions:
17
18 * move the clock to the right of the panel
19 * add launchers for favourite applications to the panel
20 * replace the Activities button with an Applications menu
21 * replace Power Off menu item with Shut Down
22 * add a bottom panel with window list and workspace switcher
23
24%prep
25%setup -q -n %{name} -c
26
27%build
28
29%install
30rm -rf %{buildroot}
31mkdir -p %{buildroot}%{_datadir}/gnome-shell
32mkdir -p %{buildroot}%{_docdir}
33find . -name '*.po' | xargs rm -f
34cp -rp .local/share/gnome-shell/extensions %{buildroot}%{_datadir}/gnome-shell
35cp -rp .local/share/gnome-shell/%{name} %{buildroot}%{_docdir}/%{name}-%{version}
36
37%clean
38rm -rf %{buildroot}
39
40%files
41%defattr(-,root,root)
42%{_datadir}/gnome-shell/extensions/*
43%{_docdir}/%{name}-%{version}
44
45%changelog
46* Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5.2-1
47- initial build for VIne Linux
48
49
50* Sun Feb 24 2013 Ron Yorston <rmy@tigress.co.uk> 0.5.2-1
51- Fix message tray after changes in GNOME Shell 3.6.3 broke it.
52- Change direction of workspace switching with the mouse wheel.
53
54* Wed Dec 12 2012 Ron Yorston <rmy@tigress.co.uk> 0.5.1-1
55- Add right-click menu to items in the window list
56- Replace Close button in workspace switcher dialog with OK/Cancel
57
58* Wed Dec  5 2012 Ron Yorston <rmy@tigress.co.uk> 0.5.0-1
59- Update for GNOME 3.6
60- Remove Static Workspaces extension
61
62* Thu May 24 2012 Ron Yorston <rmy@tigress.co.uk> 0.4.1-1
63- Add tooltips to workspace buttons, window list items and panel launchers
64- Fix problem with resume from suspend
65
66* Wed Apr 04 2012 Ron Yorston <rmy@tigress.co.uk> 0.4.0-1
67- Update for GNOME 3.4
68
69* Sun Apr 01 2012 Ron Yorston <rmy@tigress.co.uk> 0.3.7-1
70- Prevent message tray from appearing with full screen application
71- Disable Applications Menu if both icon and label are turned off
72- Adjust appearance of panel launchers when the mouse hovers over them
73
74* Sun Dec 11 2011 Ron Yorston <rmy@tigress.co.uk> 0.3.6-1
75- Improvements and bug fix to Applications Menu settings dialog
76
77* Sun Dec 04 2011 Ron Yorston <rmy@tigress.co.uk> 0.3.5-1
78- Add a settings dialog to the Applications Menu
79- Workaround a bug in the Shell that broke drag and drop to the hot corner
80
81* Sun Nov 27 2011 Ron Yorston <rmy@tigress.co.uk> 0.3.4-1
82- Fix bugs in workspace switching
83- Add workspace switching popup that understands the grid layout
84
85* Tue Nov 22 2011 Ron Yorston <rmy@tigress.co.uk> 0.3.3-1
86- Allow workspaces to be arranged in a grid
87- Allow the mouse scroll wheel to change workspace
88- Fix a bug in handling of translations
89
90* Sun Nov 13 2011 Ron Yorston <rmy@tigress.co.uk> 0.3.2-1
91- Add icon to Applications menu
92- Reinstate top-left hot corner
93
94* Mon Nov  7 2011 Ron Yorston <rmy@tigress.co.uk> 0.3.1-1
95- Only show the '!' in the message button if notifications are present
96- Increase height of children of the bottom panel
97
98* Mon Oct 17 2011 Ron Yorston <rmy@tigress.co.uk> 0.3.0-1
99- Update for GNOME 3.2
100
101* Thu Aug 18 2011 Ron Yorston <rmy@tigress.co.uk> 0.2.5-1
102- Improve positioning of bottom panel on systems with multiple monitors.
103
104* Sun Aug  7 2011 Ron Yorston <rmy@tigress.co.uk> 0.2.4-1
105- Fix bug in bottom panel that stopped Alt+Tab from working.
106- Remove conflict with alternative-status-menu:  different users may wish
107  to enable different combinations of installed extensions.
108
109* Fri Jun 17 2011 Ron Yorston <rmy@tigress.co.uk> 0.2.3-1
110- Another attempt at fixing the window list bug.
111
112* Mon Jun 13 2011 Ron Yorston <rmy@tigress.co.uk> 0.2.2-1
113- Fix bug in updating of window list as windows are added/removed.
114
115* Wed Jun  8 2011 Ron Yorston <rmy@tigress.co.uk> 0.2.1-1
116- Make the width of the clock more stable as the time changes.
117
118* Thu Jun  2 2011 Ron Yorston <rmy@tigress.co.uk> 0.2.0-1
119- Add bottom panel
120
121* Tue May 31 2011 Ron Yorston <rmy@tigress.co.uk> 0.1.1-1
122- Fix stylesheet problem due to user-theme extension
123- Fix launcher tooltips for applications without comments
124
125* Wed May 25 2011 Ron Yorston <rmy@tigress.co.uk> 0.1.0-1
126- Add Shut Down menu extension
127
128* Sun May 22 2011 Ron Yorston <rmy@tigress.co.uk> 0.0.4-1
129- Initial RPM release
Note: See TracBrowser for help on using the repository browser.