gtk-murrine-engine-vl.spec 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. Summary: Murrine GTK2 engine
  2. Name: gtk-murrine-engine
  3. Version: 0.98.2
  4. Release: 1%{?_dist_release}
  5. License: LGPLv2 or LGPLv3
  6. Group: System Environment/Libraries
  7. URL: http://www.cimitan.com/murrine/
  8. Source0: http://ftp.gnome.org/pub/GNOME/sources/murrine/0.98/murrine-%{version}.tar.xz
  9. Source10: http://cimi.netsons.org/media/download_gallery/MurrinaFancyCandy.tar.bz2
  10. Source11: http://cimi.netsons.org/media/download_gallery/MurrinaVerdeOlivo.tar.bz2
  11. Source12: http://cimi.netsons.org/media/download_gallery/MurrinaAquaIsh.tar.bz2
  12. Source13: http://cimi.netsons.org/media/download_gallery/MurrinaGilouche.tar.bz2
  13. Source14: http://cimi.netsons.org/media/download_gallery/MurrinaLoveGray.tar.bz2
  14. Source15: http://cimi.netsons.org/media/download_gallery/MurrineThemePack.tar.bz2
  15. BuildRequires: gtk2-devel intltool
  16. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
  17. %description
  18. Murrine Engine is a Gtk2 theme engine, using the Cairo vector graphics
  19. library. It comes by default with a modern glassy look, inspired by
  20. Venetian glass artworks, and is extremely customizable.
  21. %prep
  22. %setup -q -n murrine-%{version}
  23. %build
  24. %configure --enable-animation --enable-animationrtl
  25. make %{?_smp_mflags}
  26. %install
  27. rm -rf $RPM_BUILD_ROOT
  28. make install DESTDIR=$RPM_BUILD_ROOT
  29. mkdir -p $RPM_BUILD_ROOT/%{_datadir}/themes
  30. (cd $RPM_BUILD_ROOT/%{_datadir}/themes;
  31. bzcat %{SOURCE10} | tar -xvf -;
  32. bzcat %{SOURCE11} | tar -xvf -;
  33. bzcat %{SOURCE12} | tar -xvf -;
  34. bzcat %{SOURCE13} | tar -xvf -;
  35. bzcat %{SOURCE14} | tar -xvf -;
  36. bzcat %{SOURCE15} | tar -xvf -;
  37. )
  38. #remove .la files
  39. find $RPM_BUILD_ROOT -name *.la | xargs rm -f || true
  40. #fix permission
  41. find $RPM_BUILD_ROOT/%{_datadir}/themes -type f | xargs chmod 0644 || true
  42. %clean
  43. rm -rf $RPM_BUILD_ROOT
  44. %files
  45. %defattr(-,root,root,-)
  46. %doc AUTHORS ChangeLog COPYING COPYING.2.1 NEWS
  47. %{_libdir}/gtk-2.0/*/engines/*
  48. %{_datadir}/gtk-engines
  49. %{_datadir}/themes/*
  50. %changelog
  51. * Mon Jun 15 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.98.2-1
  52. - update to 0.98.2
  53. * Fri Nov 07 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.98.1.1-2
  54. - rebuilt with libpng-1.6.12
  55. * Mon May 23 2011 Kazutaka HARADA <kazutaka@vinelinux.org> 0.98.1.1-1
  56. - initial build for Vine Linux based on fedora development
  57. * Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.98.1.1-2
  58. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  59. * Mon Oct 11 2010 Martin Sourada <mso@fedoraproject.org> - 0.98.1.1-1
  60. - Update to 0.98.1.1
  61. - License change to LGPLv2.1 and LGPLv3
  62. * Wed Sep 29 2010 jkeating - 0.98.0-2
  63. - Rebuilt for gcc bug 634757
  64. * Thu Sep 23 2010 Martin Sourada <mso@fedoraproject.org> - 0.98.0-1
  65. - Update to 0.98.0
  66. * Thu Nov 12 2009 Martin Sourada <mso@fedoraproject.org> - 0.90.3-3
  67. - Don't own %%{_datadir}/themes
  68. * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.90.3-2
  69. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  70. * Thu Apr 23 2009 Michel Salim <salimma@fedoraproject.org> - 0.90.3-1
  71. - Update to 0.90.3
  72. * Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.53.1-4
  73. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  74. * Fri Jul 25 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.53.1-3
  75. - fix license tag
  76. * Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.53.1-2
  77. - Autorebuild for GCC 4.3
  78. * Sun May 20 2007 Leo Shidai Liu <sdl.web@gmail.com> 0.53.1-1
  79. - 0.53.1
  80. * Thu Apr 5 2007 Leo, Shidai Liu <sdl.web@gmail.com> 0.52-1
  81. - 0.52
  82. * Thu Mar 15 2007 Leo, Shidai Liu <sdl.web@gmail.com> 0.51-2
  83. - fix last change
  84. * Thu Mar 15 2007 Leo, Shidai Liu <sdl.web@gmail.com> 0.51-1
  85. - 0.51
  86. * Fri Jan 12 2007 Shidai Liu, Leo <sdl.web@gmail.com> 0.41-1
  87. - 0.41
  88. * Wed Jan 10 2007 Shidai Liu, Leo <sdl.web@gmail.com> 0.40.1-1
  89. - 0.40.1
  90. * Fri Nov 24 2006 Shidai Liu, Leo <sdl.web@gmail.com> 0.31-4
  91. - Correct changelog entries to include release number
  92. * Tue Nov 21 2006 Shidai Liu, Leo <sdl.web@gmail.com> 0.31-3
  93. - remove themes from gnome-look
  94. - remove CREDITS patch
  95. - add all themes from upstream
  96. * Thu Nov 16 2006 Shidai Liu, Leo <sdl.web@gmail.com> 0.31-2
  97. - 0.31
  98. * Sun Nov 12 2006 Shidai Liu, Leo <sdl.web@gmail.com> 0.30.2-1
  99. - Add three gtk2 themes
  100. * Tue Sep 19 2006 Shidai Liu, Leo <sdl.web@gmail.com>
  101. - Initial build.