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