source: projects/specs/trunk/m/metacity/metacity-vl.spec @ 4012

Revision 4012, 13.2 KB checked in by daisuke, 13 years ago (diff)

metacity: update theme, drop old-old theme, enable composite manager

Line 
1%define gettext_package metacity
2
3Summary: Metacity window manager
4Summary(ja): Metacity ウインドウマネージャ
5Name: metacity
6Version: 2.30.3
7Release: 2%{?_dist_release}
8URL: http://ftp.gnome.org/pub/gnome/sources/metacity/
9License: GPL
10Group: User Interface/Desktops
11
12Source0: http://ftp.gnome.org/pub/GNOME/sources/metacity/2.30/%{name}-%{version}.tar.bz2
13Source10: metacity-theme-vine-6.tar.bz2
14
15# change default theme to Vine
16Patch0: metacity-2.26.0-default-theme.patch
17# ctrl-alt-del call logout session
18Patch1: metacity-2.26.0-ctrlaltdel.patch
19# change default number of workspace
20Patch2: metacity-2.26.0-num_workspace.patch
21# http://bugzilla.gnome.org/show_bug.cgi?id=558723
22Patch4: stop-spamming-xsession-errors.patch
23# enable compositing_manager
24Patch10: metacity-2.30.3-enable-compositing-manager.patch
25
26BuildRoot: %{_tmppath}/%{name}-%{version}-root
27BuildRequires: gtk2-devel >= 2.20
28BuildRequires: pango-devel >= 1.28.0
29BuildRequires: GConf2-devel >= 2.28.0
30BuildRequires: desktop-file-utils >= 0.3
31BuildRequires: intltool >= 0.22
32BuildRequires: startup-notification-devel >= 0.7
33BuildRequires: libtool, automake, autoconf
34BuildRequires: xorg-x11-proto-devel
35BuildRequires: libSM-devel, libICE-devel, libX11-devel
36BuildRequires: libXext-devel, libXinerama-devel, libXrandr-devel
37BuildRequires: libXcursor-devel, libXrender-devel
38BuildRequires: libXcomposite-devel, libXdamage-devel
39BuildRequires: zenity
40BuildRequires: libcanberra-devel
41BuildRequires: libgtop2-devel
42BuildRequires: gnome-doc-utils
43Requires(post): GConf2
44
45%description
46Metacity is a simple window manager that integrates nicely with
47the GNOME desktop.
48
49%package devel
50Summary: Development files for metacity
51Group: Development/Libraries
52Requires: gtk2-devel, libX11-devel
53Requires: pkgconfig
54Requires: %{name} = %{version}-%{release}
55
56%description devel
57This package contains the files needed for compiling programs using
58the metacity-private library. Note that you are not supposed to write
59programs using the metacity-private library, since it is a private
60API. This package exists purely for technical reasons.
61
62%prep
63%setup -q
64
65%patch0 -p1 -b .default-theme
66%patch1 -p1 -b .ctrlaltdel
67%patch2 -p1 -b .num_workspace
68%patch4 -p1 -b .stop-spamming-xsession-errors
69%patch10 -p1 -b .enable-compositing-manager
70
71%build
72intltoolize --copy --force
73libtoolize --copy --force
74autoreconf
75%configure
76%__make %{?_smp_mflags} INTLTOOL_MERGE=/usr/bin/intltool-merge
77
78%install
79rm -rf $RPM_BUILD_ROOT
80
81export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
82make install DESTDIR=$RPM_BUILD_ROOT
83unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
84
85/bin/rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
86/bin/rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
87
88# install Vine Theme (default theme)
89tar xzvf %{SOURCE10} -C $RPM_BUILD_ROOT%{_datadir}/themes
90
91%find_lang %{gettext_package}
92
93%clean
94rm -rf $RPM_BUILD_ROOT
95
96%post
97export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
98SCHEMAS="metacity.schemas"
99for S in $SCHEMAS; do
100  gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/$S > /dev/null
101done
102
103%files -f %{gettext_package}.lang
104%defattr(-,root,root)
105%doc README AUTHORS COPYING NEWS HACKING doc/theme-format.txt doc/metacity-theme.dtd
106%{_bindir}/metacity
107%{_bindir}/metacity-message
108#{_libexecdir}/*
109%{_sysconfdir}/gconf/schemas/*.schemas
110%{_datadir}/metacity
111%{_datadir}/themes
112%{_libdir}/lib*.so.*
113%{_mandir}/man1/metacity.1.gz
114%{_mandir}/man1/metacity-message.1.gz
115%{_datadir}/gnome-control-center/keybindings/*
116%{_datadir}/applications/metacity.desktop
117%{_datadir}/gnome/wm-properties/metacity-wm.desktop
118%{_datadir}/gnome/help/creating-metacity-themes
119
120%files devel
121%defattr(-,root,root)
122%{_bindir}/metacity-theme-viewer
123%{_bindir}/metacity-window-demo
124%{_includedir}/*
125%{_libdir}/lib*.so
126%{_libdir}/pkgconfig/*
127%{_mandir}/man1/metacity-theme-viewer.1.gz
128%{_mandir}/man1/metacity-window-demo.1.gz
129
130%changelog
131* Wed Jun 01 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.30.3-2
132- update metacity theme
133- drop old old theme
134- add patch10 to enable compositing_manager by default
135
136* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.3-1
137- new upstream release
138
139* Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-2
140- rebuild with rpm-4.8.1 for pkg-config file
141- add BuildRequires: gnome-doc-utils
142
143* Fri Apr 30 2010 Shu KONNO <owa@bg.wakwak.com> 2.30.1-1
144- updated metacity to 2.30.1
145  - fixed crash when right-clicking on window frame
146
147* Sun Apr 04 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
148- new upstream release
149
150* Mon Nov 02 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 2.28.0-2
151- add BR: libgtop2-devel
152
153* Sat Oct 31 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.0-1
154- new upstream release
155- dropped Patch5, 6 and 7 (merged into upstream)
156- removed BR: libglade2-devel
157
158* Thu Apr 30 2009 NAKAMURA Kenta <kenta@vinelinux.org> 2.26.0-4
159- added BuildRequires: zenity, libcanberra-devel
160
161* Thu Apr 30 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-3
162- Patch4: don't spam .xsession-errors so hard
163- Patch5: use libcanberra to play the alert sound
164- Patch6: don't force bell
165- Patch7: fix interaction with autohide panels
166
167* Wed Mar 25 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-2
168- update Patch0,1,2
169  - apply patches to ".in.in" insread of ".in"
170
171* Sat Mar 21 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-1
172- new upstream release
173- split development file to -devel subpackage
174  - remove static libs
175
176* Tue Sep 23 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-1
177- new upstream release
178
179* Fri May 09 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.22.0-2
180- rebuild to fix strange color problem.
181
182* Tue Mar 25 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.0-1vl5
183- new upstream release
184
185* Wed Dec 12 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.20.1-0vl1
186- new upstream release
187- added Requires(post): GConf2
188
189* Thu Apr 26 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.2-0vl1
190- new upstream release
191
192* Thu Jul 27 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.15.13-0vl1
193- new upstream release
194
195* Mon Jun 05 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.5-0vl1
196- new upstream release
197
198* Sun Apr 16 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.3-0vl1
199- new upstream release
200- remove Patch20 which is merged in upstream
201- include ClearVine theme as default theme.
202
203* Wed Apr 12 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.2-0vl1
204- new upstream release
205
206* Fri Apr 07 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.1-0vl2
207- add Patch20 to make configurable new window focus (bug 326159)
208
209* Tue Mar 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.1-0vl1
210- new upstream release
211
212* Tue Mar 07 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.13.144-0vl1
213- new upstream release
214
215* Wed Nov 30 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.2-0vl1
216- new upstream release
217
218* Wed Oct 05 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.1-0vl1
219- new upstream release
220
221* Mon Sep 19 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.0-0vl1
222- new upstream release
223
224* Sun Aug 21 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.11.2-0vl1
225- new upstream release
226
227* Fri Aug 05 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.11.1-0vl1
228- new upstream release
229
230* Sun Jul 24 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.3-0vl1
231- new upstream release
232
233* Sun Mar 20 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.0-0vl1
234- new upstream version
235- include Vine metacity theme as default theme.
236- update Patch0 to change deafult theme.
237
238* Wed Nov 10 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.9.0-0vl2
239- update NeoVine metacity theme.
240
241* Mon Nov 08 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.9.0-0vl1
242- new upstream release
243
244* Wed Nov 03 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.5-0vl1
245- new upstream release
246
247* Sun Jun 20 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.1-0vl1
248- new upstream release
249- add BuildRequires: libtoo,automake14, autoconf
250
251* Wed Dec 24 2003 Tomoya TAKA <taka@vinelinux.org> 2.6.3-0vl1
252- new upstream release
253- build with new toolchain
254
255* Sat Oct 18 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.2-0vl1
256- new upstream release
257
258* Thu Sep 11 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.1-0vl1
259- new upstream release
260
261* Wed Sep 10 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.0-0vl2
262- fixed missing locale files
263
264* Wed Sep 10 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.0-0vl1
265- new upstream release
266
267* Mon Sep 08 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.5.5-0vl2
268- add patch10 to increase workspaces (4->6).
269
270* Fri Sep 05 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.5.5-0vl1
271- new upstream release
272
273* Wed Sep 03 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.5.3-0vl1
274- new upstream release
275
276* Mon Jun 09 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.5.2-0vl2
277- update ja.po
278- update NeoVine theme
279
280* Sat May 31 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.5.2-0vl1
281- new upstream release
282
283* Sat Feb 15 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.34-0vl1
284- fixed typo
285- NeoVine Metatheme moved to gnome-themes package.
286
287* Sat Feb 15 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.34-0vl1
288- new upstream release
289- add patch2 from rawhide.
290- drop patch1, merged in upstream.
291
292* Fri Jan 31 2003 Tomoya TAKA <taka@vinelinux.org> 2.4.21-0vl2
293- add Patch1 to fix hang on all 64-bit platforms
294
295* Fri Jan 24 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.21-0vl1
296- new upstream release
297
298* Wed Jan 22 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.13-0vl3
299- update NeoVine metatheme (use gnome default icons)
300
301* Sun Jan 12 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.13-0vl2
302- update neovine theme
303
304* Sat Jan 11 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.13-0vl1
305- new upstream release
306
307* Sat Dec 28 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.8-0vl6
308- drop patch0 to use system fonts.
309
310* Sat Dec 28 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.8-0vl6
311- update ja.po
312
313* Fri Dec 27 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.8-0vl5
314- fixed NeoVine theme
315
316* Wed Dec 25 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.8-0vl4
317- add NeoVine theme ported from sawfish.
318- use neoVine as default theme. (Patch0)
319
320* Mon Dec 16 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.8-0vl3
321- change URL
322- add BuildRequires
323
324* Sun Dec 15 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.8-0vl2
325- add include files
326
327* Sun Dec 15 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.8-0vl1
328- build for Vine Linux
329- new upstream release from gnome-2.1.4
330
331* Tue Oct 29 2002 Havoc Pennington <hp@redhat.com>
332- 2.4.3
333- remove patches that have gone upstream
334
335* Tue Aug 27 2002 Havoc Pennington <hp@redhat.com>
336- fix shaded window decorations in Bluecurve theme
337
338* Sat Aug 24 2002 Havoc Pennington <hp@redhat.com>
339- fix the mplayer-disappears-on-de-fullscreen bug
340
341* Sat Aug 24 2002 Havoc Pennington <hp@redhat.com>
342- add some fixes from CVS for #71163 #72379 #72478 #72513
343
344* Thu Aug 22 2002 Havoc Pennington <hp@redhat.com>
345- patch .schemas.in instead of .schemas so we get right default theme/fonts
346
347* Tue Aug 20 2002 Havoc Pennington <hp@redhat.com>
348- grow size of top resize, and display proper cursor on enter notify
349- require latest intltool to try and fix metacity.schemas by
350  regenerating it in non-UTF-8 locale
351
352* Thu Aug 15 2002 Havoc Pennington <hp@redhat.com>
353- default to Sans Bold font, fixes #70920 and matches graphic design spec
354
355* Thu Aug 15 2002 Havoc Pennington <hp@redhat.com>
356- 2.4.0.91 with raise/lower keybindings for msf, fixes to fullscreen
357- more apps that probably intend to be, fix for changing number of
358  workspaces, fix for moving windows in multihead
359
360* Tue Aug 13 2002 Havoc Pennington <hp@redhat.com>
361- update build requires
362
363* Mon Aug 12 2002 Havoc Pennington <hp@redhat.com>
364- upgrade to cvs snap 2.4.0.90 with pile of bugfixes from
365  this weekend
366- change default theme to bluecurve and require new redhat-artwork
367
368* Tue Aug  6 2002 Havoc Pennington <hp@redhat.com>
369- 2.4.0
370- themes are moved, require appropriate redhat-artwork
371
372* Thu Aug  1 2002 Havoc Pennington <hp@redhat.com>
373- munge the desktop file to be in toplevel menus and
374  not show in KDE
375
376* Tue Jul 23 2002 Havoc Pennington <hp@redhat.com>
377- don't use system font by default as metacity's
378  font is now in the system font dialog
379
380* Tue Jul 23 2002 Havoc Pennington <hp@redhat.com>
381- 2.3.987.92 cvs snap
382
383* Fri Jul 12 2002 Havoc Pennington <hp@redhat.com>
384- 2.3.987.91 cvs snap
385
386* Mon Jun 24 2002 Havoc Pennington <hp@redhat.com>
387- 2.3.987.90 cvs snap
388
389* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
390- automated rebuild
391
392* Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
393- rebuild for new libraries
394
395* Mon Jun 10 2002 Havoc Pennington <hp@redhat.com>
396- rebuild in different environment
397
398* Mon Jun 10 2002 Havoc Pennington <hp@redhat.com>
399- 2.3.987
400- default to redhat theme
401
402* Fri Jun 07 2002 Havoc Pennington <hp@redhat.com>
403- rebuild in different environment
404
405* Tue Jun  4 2002 Havoc Pennington <hp@redhat.com>
406- 2.3.610.90 cvs snap
407
408* Sun May 26 2002 Tim Powers <timp@redhat.com>
409- automated rebuild
410
411* Mon May 20 2002 Havoc Pennington <hp@redhat.com>
412- rebuild in different environment
413
414* Fri May 17 2002 Havoc Pennington <hp@redhat.com>
415- 2.3.377
416
417* Thu May  2 2002 Havoc Pennington <hp@redhat.com>
418- 2.3.233
419
420* Thu Apr 25 2002 Havoc Pennington <hp@redhat.com>
421- rebuild in different environment
422- add gconf schemas boilerplate
423
424* Mon Apr 15 2002 Havoc Pennington <hp@pobox.com>
425- 2.3.89
426
427* Tue Oct 30 2001 Havoc Pennington <hp@redhat.com>
428- 2.3.34
429
430* Fri Oct 13 2001 Havoc Pennington <hp@redhat.com>
431- 2.3.21
432
433* Mon Sep 17 2001 Havoc Pennington <hp@redhat.com>
434- 2.3.8
435- 2.3.13
436
437* Wed Sep  5 2001 Havoc Pennington <hp@redhat.com>
438- Initial build.
439
440
Note: See TracBrowser for help on using the repository browser.