source: projects/specs/trunk/g/gtk-murrine-engine/gtk-murrine-engine-vl.spec @ 9605

Revision 9605, 4.2 KB checked in by Takemikaduchi, 9 years ago (diff)

NEW: mate-themes
vine-themes: fix window-frame
gtk-murrine-engine: update

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