metacity-vl.spec 15 KB

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