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

Revision 6201, 15.0 KB checked in by Takemikaduchi, 12 years ago (diff)

gnome-themes: fix Vine theme
metacity: fix theme
others: new upstream release

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