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

Revision 8119, 14.9 KB checked in by Takemikaduchi, 10 years ago (diff)

rebuild or new upstream release

Line 
1%define gettext_package metacity
2
3Summary: Metacity window manager
4Summary(ja): Metacity ウインドウマネージャ
5Name: metacity
6Version: 2.34.13
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.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* Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.34.13-2
138- rebuild with VineSeed environement
139
140* Tue Oct 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.34.13-1
141- new upstream release
142
143* Sun Sep 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.34.8-1
144- new upstream release
145- change BuildRequires: yelp-tools instead of gnome-doc-utils
146- add BuildRequires: pangox-compat-devel
147
148* Sat Aug 18 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.34.5-1
149- new upstream release
150
151* Sun May 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.34.3-2
152- update Source10 (metacity-theme-vine-7.tar.xz)
153
154* Sat Apr 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.34.3-1
155- new upstream release
156- drop Patch0,1,10,11
157- remove BuildRequires: GConf2-devel
158- remove Requires: GConf2
159- BuildRequires: gsettings-desktop-schemas-devel
160
161* Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.34.1-1
162- new upstream release
163
164* Tue Aug 02 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.34.0-5
165- fix Vine theme to use fixed size window buttons.
166  - some fonts breaks window title design..
167
168* Wed Jun 22 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.34.0-4
169- update metacity theme
170
171* Sun Jun 12 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.34.0-3
172- add patch20 (revert patch)
173  - this commit breaks compiz window decoration.
174
175* Sun Jun 12 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.34.0-2
176- update ja.po from git
177
178* Sat Jun 11 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.34.0-1
179- update to 2.34.0
180- add patch11 to revert default settings
181  - default title font to Sans Bold 10
182  - add icon menu on titlebar
183- disable patch2 to change workspace num to 4 (factory default).
184
185* Sat Jun 11 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.30.3-3
186- update metacity theme
187
188* Wed Jun 01 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.30.3-2
189- update metacity theme
190- drop old old theme
191- add patch10 to enable compositing_manager by default
192
193* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.3-1
194- new upstream release
195
196* Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-2
197- rebuild with rpm-4.8.1 for pkg-config file
198- add BuildRequires: gnome-doc-utils
199
200* Fri Apr 30 2010 Shu KONNO <owa@bg.wakwak.com> 2.30.1-1
201- updated metacity to 2.30.1
202  - fixed crash when right-clicking on window frame
203
204* Sun Apr 04 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
205- new upstream release
206
207* Mon Nov 02 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 2.28.0-2
208- add BR: libgtop2-devel
209
210* Sat Oct 31 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.0-1
211- new upstream release
212- dropped Patch5, 6 and 7 (merged into upstream)
213- removed BR: libglade2-devel
214
215* Thu Apr 30 2009 NAKAMURA Kenta <kenta@vinelinux.org> 2.26.0-4
216- added BuildRequires: zenity, libcanberra-devel
217
218* Thu Apr 30 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-3
219- Patch4: don't spam .xsession-errors so hard
220- Patch5: use libcanberra to play the alert sound
221- Patch6: don't force bell
222- Patch7: fix interaction with autohide panels
223
224* Wed Mar 25 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-2
225- update Patch0,1,2
226  - apply patches to ".in.in" insread of ".in"
227
228* Sat Mar 21 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-1
229- new upstream release
230- split development file to -devel subpackage
231  - remove static libs
232
233* Tue Sep 23 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-1
234- new upstream release
235
236* Fri May 09 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.22.0-2
237- rebuild to fix strange color problem.
238
239* Tue Mar 25 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.0-1vl5
240- new upstream release
241
242* Wed Dec 12 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.20.1-0vl1
243- new upstream release
244- added Requires(post): GConf2
245
246* Thu Apr 26 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.2-0vl1
247- new upstream release
248
249* Thu Jul 27 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.15.13-0vl1
250- new upstream release
251
252* Mon Jun 05 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.5-0vl1
253- new upstream release
254
255* Sun Apr 16 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.3-0vl1
256- new upstream release
257- remove Patch20 which is merged in upstream
258- include ClearVine theme as default theme.
259
260* Wed Apr 12 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.2-0vl1
261- new upstream release
262
263* Fri Apr 07 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.1-0vl2
264- add Patch20 to make configurable new window focus (bug 326159)
265
266* Tue Mar 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.1-0vl1
267- new upstream release
268
269* Tue Mar 07 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.13.144-0vl1
270- new upstream release
271
272* Wed Nov 30 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.2-0vl1
273- new upstream release
274
275* Wed Oct 05 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.1-0vl1
276- new upstream release
277
278* Mon Sep 19 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.0-0vl1
279- new upstream release
280
281* Sun Aug 21 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.11.2-0vl1
282- new upstream release
283
284* Fri Aug 05 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.11.1-0vl1
285- new upstream release
286
287* Sun Jul 24 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.3-0vl1
288- new upstream release
289
290* Sun Mar 20 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.0-0vl1
291- new upstream version
292- include Vine metacity theme as default theme.
293- update Patch0 to change deafult theme.
294
295* Wed Nov 10 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.9.0-0vl2
296- update NeoVine metacity theme.
297
298* Mon Nov 08 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.9.0-0vl1
299- new upstream release
300
301* Wed Nov 03 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.5-0vl1
302- new upstream release
303
304* Sun Jun 20 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.1-0vl1
305- new upstream release
306- add BuildRequires: libtoo,automake14, autoconf
307
308* Wed Dec 24 2003 Tomoya TAKA <taka@vinelinux.org> 2.6.3-0vl1
309- new upstream release
310- build with new toolchain
311
312* Sat Oct 18 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.2-0vl1
313- new upstream release
314
315* Thu Sep 11 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.1-0vl1
316- new upstream release
317
318* Wed Sep 10 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.0-0vl2
319- fixed missing locale files
320
321* Wed Sep 10 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.0-0vl1
322- new upstream release
323
324* Mon Sep 08 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.5.5-0vl2
325- add patch10 to increase workspaces (4->6).
326
327* Fri Sep 05 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.5.5-0vl1
328- new upstream release
329
330* Wed Sep 03 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.5.3-0vl1
331- new upstream release
332
333* Mon Jun 09 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.5.2-0vl2
334- update ja.po
335- update NeoVine theme
336
337* Sat May 31 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.5.2-0vl1
338- new upstream release
339
340* Sat Feb 15 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.34-0vl1
341- fixed typo
342- NeoVine Metatheme moved to gnome-themes package.
343
344* Sat Feb 15 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.34-0vl1
345- new upstream release
346- add patch2 from rawhide.
347- drop patch1, merged in upstream.
348
349* Fri Jan 31 2003 Tomoya TAKA <taka@vinelinux.org> 2.4.21-0vl2
350- add Patch1 to fix hang on all 64-bit platforms
351
352* Fri Jan 24 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.21-0vl1
353- new upstream release
354
355* Wed Jan 22 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.13-0vl3
356- update NeoVine metatheme (use gnome default icons)
357
358* Sun Jan 12 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.13-0vl2
359- update neovine theme
360
361* Sat Jan 11 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.13-0vl1
362- new upstream release
363
364* Sat Dec 28 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.8-0vl6
365- drop patch0 to use system fonts.
366
367* Sat Dec 28 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.8-0vl6
368- update ja.po
369
370* Fri Dec 27 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.8-0vl5
371- fixed NeoVine theme
372
373* Wed Dec 25 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.8-0vl4
374- add NeoVine theme ported from sawfish.
375- use neoVine as default theme. (Patch0)
376
377* Mon Dec 16 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.8-0vl3
378- change URL
379- add BuildRequires
380
381* Sun Dec 15 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.8-0vl2
382- add include files
383
384* Sun Dec 15 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.8-0vl1
385- build for Vine Linux
386- new upstream release from gnome-2.1.4
387
388* Tue Oct 29 2002 Havoc Pennington <hp@redhat.com>
389- 2.4.3
390- remove patches that have gone upstream
391
392* Tue Aug 27 2002 Havoc Pennington <hp@redhat.com>
393- fix shaded window decorations in Bluecurve theme
394
395* Sat Aug 24 2002 Havoc Pennington <hp@redhat.com>
396- fix the mplayer-disappears-on-de-fullscreen bug
397
398* Sat Aug 24 2002 Havoc Pennington <hp@redhat.com>
399- add some fixes from CVS for #71163 #72379 #72478 #72513
400
401* Thu Aug 22 2002 Havoc Pennington <hp@redhat.com>
402- patch .schemas.in instead of .schemas so we get right default theme/fonts
403
404* Tue Aug 20 2002 Havoc Pennington <hp@redhat.com>
405- grow size of top resize, and display proper cursor on enter notify
406- require latest intltool to try and fix metacity.schemas by
407  regenerating it in non-UTF-8 locale
408
409* Thu Aug 15 2002 Havoc Pennington <hp@redhat.com>
410- default to Sans Bold font, fixes #70920 and matches graphic design spec
411
412* Thu Aug 15 2002 Havoc Pennington <hp@redhat.com>
413- 2.4.0.91 with raise/lower keybindings for msf, fixes to fullscreen
414- more apps that probably intend to be, fix for changing number of
415  workspaces, fix for moving windows in multihead
416
417* Tue Aug 13 2002 Havoc Pennington <hp@redhat.com>
418- update build requires
419
420* Mon Aug 12 2002 Havoc Pennington <hp@redhat.com>
421- upgrade to cvs snap 2.4.0.90 with pile of bugfixes from
422  this weekend
423- change default theme to bluecurve and require new redhat-artwork
424
425* Tue Aug  6 2002 Havoc Pennington <hp@redhat.com>
426- 2.4.0
427- themes are moved, require appropriate redhat-artwork
428
429* Thu Aug  1 2002 Havoc Pennington <hp@redhat.com>
430- munge the desktop file to be in toplevel menus and
431  not show in KDE
432
433* Tue Jul 23 2002 Havoc Pennington <hp@redhat.com>
434- don't use system font by default as metacity's
435  font is now in the system font dialog
436
437* Tue Jul 23 2002 Havoc Pennington <hp@redhat.com>
438- 2.3.987.92 cvs snap
439
440* Fri Jul 12 2002 Havoc Pennington <hp@redhat.com>
441- 2.3.987.91 cvs snap
442
443* Mon Jun 24 2002 Havoc Pennington <hp@redhat.com>
444- 2.3.987.90 cvs snap
445
446* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
447- automated rebuild
448
449* Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
450- rebuild for new libraries
451
452* Mon Jun 10 2002 Havoc Pennington <hp@redhat.com>
453- rebuild in different environment
454
455* Mon Jun 10 2002 Havoc Pennington <hp@redhat.com>
456- 2.3.987
457- default to redhat theme
458
459* Fri Jun 07 2002 Havoc Pennington <hp@redhat.com>
460- rebuild in different environment
461
462* Tue Jun  4 2002 Havoc Pennington <hp@redhat.com>
463- 2.3.610.90 cvs snap
464
465* Sun May 26 2002 Tim Powers <timp@redhat.com>
466- automated rebuild
467
468* Mon May 20 2002 Havoc Pennington <hp@redhat.com>
469- rebuild in different environment
470
471* Fri May 17 2002 Havoc Pennington <hp@redhat.com>
472- 2.3.377
473
474* Thu May  2 2002 Havoc Pennington <hp@redhat.com>
475- 2.3.233
476
477* Thu Apr 25 2002 Havoc Pennington <hp@redhat.com>
478- rebuild in different environment
479- add gconf schemas boilerplate
480
481* Mon Apr 15 2002 Havoc Pennington <hp@pobox.com>
482- 2.3.89
483
484* Tue Oct 30 2001 Havoc Pennington <hp@redhat.com>
485- 2.3.34
486
487* Sat Oct 13 2001 Havoc Pennington <hp@redhat.com>
488- 2.3.21
489
490* Mon Sep 17 2001 Havoc Pennington <hp@redhat.com>
491- 2.3.8
492- 2.3.13
493
494* Wed Sep  5 2001 Havoc Pennington <hp@redhat.com>
495- Initial build.
496
497
Note: See TracBrowser for help on using the repository browser.