source: projects/specs/trunk/g/gnome-shell-extensions/gnome-shell-extensions-vl.spec @ 9178

Revision 9178, 14.7 KB checked in by Takemikaduchi, 9 years ago (diff)

new upstream release

Line 
1Name:           gnome-shell-extensions
2Version:        3.14.3
3Release:        1%{?_dist_release}
4Summary:        Modify and extend GNOME Shell functionality and behavior
5Summary(ja):    GNOME Shell の機能や振る舞いを変更・拡張する
6Group:          User Interface/Desktops
7License:        GPLv2+
8URL:            http://live.gnome.org/GnomeShell/Extensions
9
10# git archive --format=tar --prefix=gnome-shell-extensions-%{version}/ %{version} | xz > ../gnome-shell-extensions-%{version}.tar.xz
11Source0:        gnome-shell-extensions-%{version}.tar.xz
12
13
14BuildRequires:  gnome-common
15BuildRequires:  intltool
16BuildRequires:  glib2-devel
17BuildRequires:  gnome-desktop3-devel
18BuildRequires:  libgtop2-devel
19BuildRequires:  desktop-file-utils
20
21Requires:       gnome-shell >= 3.12.0
22BuildArch:      noarch
23
24Vendor: Project Vine
25Distribution: Vine Linux
26Packager: Takemikaduchi
27
28
29%description
30GNOME Shell Extensions is a collection of extensions providing additional
31and optional functionality to GNOME Shell.
32
33Enabled extensions:
34
35  * alternate-tab
36  * apps-menu
37  * auto-move-windows
38  * drive-menu
39  * launch-new-instance
40  * native-window-placement
41  * places-menu
42  * systemMonitor
43  * user-theme
44  * window-list
45  * windowsNavigator
46  * workspace-indicator
47
48%package        common
49Summary:        Files common to GNOME Shell Extensions
50Group:          User Interface/Desktops
51License:        GPLv2+
52
53Obsoletes:              %{name}-dock < 3.8.0
54Obsoletes:              %{name}-alternative-status-menu < 3.10.0
55Obsoletes:      %{name}-xrandr-indicator < 3.10.0
56
57%description    common
58GNOME Shell Extensions is a collection of extensions providing additional
59and optional functionality to GNOME Shell. Common files and directories
60needed by extensions are provided here.
61
62%package -n gnome-classic-session
63Summary:        GNOME "classic" mode session
64Summary(ja):    GNOME クラシックモードセッション
65Group:          User Interface/Desktops
66License:        GPLv2+
67Requires:       %{name}-alternate-tab = %{version}-%{release}
68Requires:       %{name}-apps-menu = %{version}-%{release}
69Requires:       %{name}-launch-new-instance = %{version}-%{release}
70Requires:       %{name}-places-menu = %{version}-%{release}
71Requires:       %{name}-window-list = %{version}-%{release}
72# Obsolete fallback mode components
73Obsoletes:      gnome-applets < 3.5.93
74%global gnome_panel_obsolete_ver 3.6.3
75Obsoletes:      gnome-panel < %{gnome_panel_obsolete_ver}
76Obsoletes:      gnome-panel-devel < %{gnome_panel_obsolete_ver}
77Obsoletes:      gnome-panel-libs < %{gnome_panel_obsolete_ver}
78Obsoletes:       %{name}-default-min-max < 3.8.3
79Obsoletes:       %{name}-static-workspaces < 3.8.3
80
81%description -n gnome-classic-session
82This package contains the required components for the GNOME Shell
83"classic" mode, which aims to provide a GNOME 2-like user interface.
84
85%package        alternate-tab
86Summary:        Classic Alt+Tab behavior. Window based instead of app based
87Group:          User Interface/Desktops
88License:        GPLv2+
89Requires:       %{name}-common = %{version}-%{release}
90
91%description    alternate-tab
92Lets you use classic Alt+Tab (window-based instead of app-based) in GNOME Shell. 
93GNOME Shell groups multiple instances of the same application together.
94This extension disables grouping. 
95
96%package        windowsNavigator
97Summary:        Keyboard selection of windows and work-spaces in overlay mode
98Group:          User Interface/Desktops
99License:        GPLv2+
100Requires:       %{name}-common = %{version}-%{release}
101
102%description    windowsNavigator
103Allow keyboard selection of windows and work-spaces in overlay mode in
104GNOME Shell.  Switch to overview mode (press the windows or alt+f1 key) and
105press the alt key to show numbers over windows.  Press any number to switch
106to the corresponding window.
107
108%package        user-theme
109Summary:        Lets the user select a custom theme for the shell
110Group:          User Interface/Desktops
111License:        GPLv2+
112Requires:       %{name}-common = %{version}-%{release}
113
114%description    user-theme
115Lets the user select a custom theme for the Gnome shell. It will allow you to
116apply a style from /.themes/[themeName]/gnome-shell/gnome-shell.css
117
118%package        window-list
119Summary:        Display a window list at the bottom of the screen in GNOME Shell
120Group:          User Interface/Desktops
121License:        GPLv2+
122Requires:       %{name}-common = %{version}-%{release}
123
124%description    window-list
125This GNOME Shell extension displays a window list at the bottom of the
126screen.
127
128%package        auto-move-windows
129Summary:        Assign specific workspaces to applications
130Group:          User Interface/Desktops
131License:        GPLv2+
132Requires:       %{name}-common = %{version}-%{release}
133
134%description    auto-move-windows
135Lets you manage your workspaces more easily, assigning a specific workspace to
136each application as soon as it creates a window, in a manner configurable with a
137GSettings key.
138
139%package        drive-menu
140Summary:        Disk device manager in the system status area
141Group:          User Interface/Desktops
142License:        GPLv2+
143Requires:       %{name}-common = %{version}-%{release}
144
145%description    drive-menu
146Adds a menu in the system status area that tracks removable disk devices
147attached and offers to browse them and eject/unmount them.
148
149%package        launch-new-instance
150Summary:        Always launch a new application instance for GNOME Shell
151Group:          User Interface/Desktops
152License:        GPLv2+
153Requires:       %{name}-common = %{version}-%{release}
154
155%description    launch-new-instance
156This GNOME Shell extension modifies the behavior of clicking in the
157dash and app launcher to always launch a new application instance.
158
159%package        places-menu
160Summary:        Places menu indicator in the system status area
161Group:          User Interface/Desktops
162License:        GPLv2+
163Requires:       %{name}-common = %{version}-%{release}
164
165%description    places-menu
166Adds a menu in the system status area that resembles the Places menu from
167GNOME 2.x
168
169%package        native-window-placement
170Summary:        Arrange windows in overview in a more native way
171Group:          User Interface/Desktops
172License:        GPLv2+
173Requires:       %{name}-common = %{version}-%{release}
174
175%description    native-window-placement
176This extension employs an algorithm (taken from KDE) for layouting the
177thumbnails in the overview that more closely reflects the positions and relative
178sizes of the actual windows, instead of using a fixed grid.
179
180%package        workspace-indicator
181Summary:        Workspace indicator in the system status area
182Group:          User Interface/Desktops
183License:        GPLv2+
184Requires:       %{name}-common = %{version}-%{release}
185
186%description    workspace-indicator
187Adds a workspace indicator in the system status area.
188
189%package        apps-menu
190Summary:        Application menu in the system status area
191Group:          User Interface/Desktops
192License:        GPLv2+
193Requires:       %{name}-common = %{version}-%{release}
194
195%description    apps-menu
196Adds an application menu in top bar
197
198%package        systemMonitor
199Summary:        Monitor your system status
200Group:          User Interface/Desktops
201License:        GPLv2+
202Requires:       %{name}-common = %{version}-%{release}
203
204%description    systemMonitor
205An message tray indicator showing CPU and memory loads.
206
207%package                screenshot-window-sizer
208Summary:                Resize windows for GNOME Software screenshots
209Group:          User Interface/Desktops
210License:        GPLv2+
211Requires:       %{name}-common = %{version}-%{release}
212
213%description    screenshot-window-sizer
214%{summary}
215
216%prep
217%setup -q
218
219## make g-s-e work with g-s 3.6.x
220#sed -i "s|3.5.91|3.6|g" configure.ac
221
222%build
223# since we build from a git checkout
224[ -x autogen.sh ] && NOCONFIGURE=1 ./autogen.sh
225
226%configure --enable-extensions="all"
227
228make %{?_smp_mflags}
229
230%install
231rm -rf $RPM_BUILD_ROOT
232make install DESTDIR=$RPM_BUILD_ROOT
233
234# Drop useless example extension
235rm -r $RPM_BUILD_ROOT%{_datadir}/gnome-shell/extensions/example*/
236rm $RPM_BUILD_ROOT%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.example.gschema.xml
237
238desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/gnome-shell-classic.desktop
239
240%find_lang %{name}
241
242%files common -f %{name}.lang
243%defattr(-,root,root,-)
244%doc README
245%dir %{_datadir}/gnome-shell/extensions/
246
247%files -n gnome-classic-session
248%{_datadir}/applications/gnome-shell-classic.desktop
249%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.classic-overrides.gschema.xml
250%{_datadir}/gnome-session/sessions/gnome-classic.session
251%{_datadir}/gnome-shell/modes/classic.json
252%{_datadir}/gnome-shell/theme/*.svg
253%{_datadir}/gnome-shell/theme/gnome-classic.css
254%{_datadir}/xsessions/gnome-classic.desktop
255
256%files alternate-tab
257%defattr(-,root,root,-)
258%{_datadir}/gnome-shell/extensions/alternate-tab*
259
260%files windowsNavigator
261%defattr(-,root,root,-)
262%{_datadir}/gnome-shell/extensions/windowsNavigator*
263
264%files user-theme
265%defattr(-,root,root,-)
266%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.user-theme.gschema.xml
267%{_datadir}/gnome-shell/extensions/user-theme*
268
269%files drive-menu
270%defattr(-,root,root,-)
271%{_datadir}/gnome-shell/extensions/drive-menu*
272
273%files launch-new-instance
274%{_datadir}/gnome-shell/extensions/launch-new-instance*/
275
276%files places-menu
277%defattr(-,root,root,-)
278%{_datadir}/gnome-shell/extensions/places-menu*
279
280%files window-list
281%{_datadir}/gnome-shell/extensions/window-list*/
282%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.window-list.gschema.xml
283
284%files auto-move-windows
285%defattr(-,root,root,-)
286%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.auto-move-windows.gschema.xml
287%{_datadir}/gnome-shell/extensions/auto-move-windows*
288
289%files native-window-placement
290%defattr(-,root,root,-)
291%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.native-window-placement.gschema.xml
292%{_datadir}/gnome-shell/extensions/native-window-placement*
293
294%files workspace-indicator
295%defattr(-,root,root,-)
296%{_datadir}/gnome-shell/extensions/workspace-indicator*
297
298%files apps-menu
299%defattr(-,root,root,-)
300%{_datadir}/gnome-shell/extensions/apps-menu*
301
302%files systemMonitor
303%defattr(-,root,root,-)
304%{_datadir}/gnome-shell/extensions/systemMonitor*
305
306%files screenshot-window-sizer
307%defattr(-,root,root,-)
308%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.screenshot-window-sizer.gschema.xml
309%{_datadir}/gnome-shell/extensions/screenshot-window-sizer*
310
311%posttrans user-theme
312glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas || :
313
314%posttrans alternate-tab
315glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas || :
316
317%posttrans auto-move-windows
318glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas || :
319
320%posttrans native-window-placement
321glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas || :
322
323%posttrans window-list
324glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas || :
325
326%posttrans -n gnome-classic-session
327glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas || :
328
329%posttrans screenshot-window-sizer
330glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas || :
331
332%postun user-theme
333glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
334
335%postun alternate-tab
336glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
337
338%postun auto-move-windows
339glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
340
341%postun native-window-placement
342glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
343
344%postun window-list
345glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
346
347%postun -n gnome-classic-session
348glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
349
350%postun screenshot-window-sizer
351glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
352
353
354%changelog
355* Mon Dec 22 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.3-1
356- new upstream release
357
358* Wed Nov 19 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.2-1
359- new upstream release
360
361* Wed Oct 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.1-1
362- new upstream release
363- add screenshot-window-sizer
364
365* Sat May 17 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.1-1
366- new upstream release
367
368* Sun Mar 30 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.0-1
369- new upstream release
370
371* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.1-2
372- rebuild with VineSeed environment
373
374* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.1-1
375- new upstream release
376- remove alternative-status-menu,xrandr-indicator subpackages
377
378* Mon Jul 15 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.3.1-1
379- new upstream release
380
381* Mon Jun 10 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.3-1
382- new upstream release
383- remove defualt-min-max and static-workspaces
384
385* Mon Jun 03 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 3.8.2-2
386- add gnome-classic-session, default-min-max, static-workspaces
387  and window-list.
388
389* Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.2-1
390- new upstream release
391
392* Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.1-1
393- new upstream release
394- remove Patch0 (gnome-shell-extensions-3.6.0-git20121015.patch)
395- remove %%{Name}-dock subpackage
396
397* Thu Nov 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
398- new upstream release
399- add Patch0 (gnome-shell-extensions-3.6.0-git20121015.patch)
400
401* Mon Oct 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.5.91-1
402- new upstream release
403- remove Patch0 (gnome-shell-extensions-3.4.0-git20120430.patch)
404
405* Wed May 02 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.0-2
406- add Patch0 (gnome-shell-extensions-3.4.0-git20120430.patch)
407
408* Tue Apr 17 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.0-1
409- new upstream release
410- remove Patch0,1
411- remove Source1
412
413* Tue Jan 03 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.3-1
414- update to 3.2.3
415- remove old Patches
416- add Patch0 (gnome-shell-extensions-3.2.3-dock.patch)
417- add Patch1 (gnome-shell-extensions-3.2.3-revert-reference-to-localedir.patch)
418- add Source1 (gnome-shell-extensions.gnome-3-2.20111216.ja.po)
419
420* Sat Nov 26 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-1
421- update to 3.2.1
422- add Patch0 (gnome-shell-extensions-git20111119.patch)
423- add Patch1 (gnome-shell-extensions-3.2.1-alternative-status-menu.patch)
424
425* Tue Oct 04 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 3.2.0-1
426- update to 3.2.0
427
428* Fri Sep 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.4-5
429- rebuild with gnome-shell-3.2.0
430
431* Mon Sep 19 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.4-4
432- update Patch0 (gnome-shell-extensions-3.1.4-git20110908.patch)
433- add BuildRequires:  gnome-desktop3-devel, libgtop2-devel
434
435* Tue Sep 06 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 3.1.4-3
436- update to 3.1.90 from git master (patch0)
437- add xrandr-indicator, systemMonitor
438- R: gnome-shell >= 3.1.90
439
440* Sun Sep 04 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 3.1.4-2
441- add Patch0 to update git master
442- add workspace-indicator, apps-menu
443
444* Wed Aug 17 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.4-1
445- initial build for Vine Linux
446
Note: See TracBrowser for help on using the repository browser.