metacity-vl.spec 14 KB

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