metacity-vl.spec 13 KB

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