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

Revision 8447, 15.0 KB checked in by Takemikaduchi, 10 years ago (diff)

GNOME-3.12.2

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