source: projects/specs/trunk/g/gnome-themes/gnome-themes-vl.spec @ 2041

Revision 2041, 8.6 KB checked in by Takemikaduchi, 14 years ago (diff)

update to GNOME-2.32.0

Line 
1Summary: GNOME Themes collection
2Summary(ja): GNOME テーマコレクション
3Name: gnome-themes
4Version: 2.32.0
5Release: 1%{?_dist_release}
6URL: http://ftp.gnome.org/pub/GNOME/sources/gnome-themes/
7License: GPL/LGPL/CC
8Group: User Interface/Desktops
9
10Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-themes/2.32/%{name}-%{version}.tar.bz2
11Source10: metatheme-vine-5.1.tar.bz2
12Source11: icon-theme-vine-5.1.tar.bz2
13
14BuildRoot: %{_tmppath}/%{name}-root
15BuildArch: noarch
16
17BuildRequires: gtk2-engines >= 2.20
18BuildRequires: gtk2-devel >= 2.21.7
19BuildRequires: icon-naming-utils >= 0.8
20BuildRequires: pkgconfig
21
22Requires: gtk2-engines >= 2.10
23Conflicts: gtk2-engines < 2.2.0-0vl3
24Requires: metacity >= 2.14.3-0vl1
25Conflicts: metacity < 2.4.34-0vl2
26Requires: gtk-xfce-engine >= 2.2
27Conflicts: gnome-themes-extras < 0.8
28Requires(post): gtk2 >= 2.8.0
29
30%description
31Contains the base themes for Gnome desktop environment.
32
33%description -l ja
34このパッケージにはGNOMEデスクトップ環境のための基本テーマと
35Vine Linux 標準の Vine テーマが含まれています。
36
37%prep
38%setup -q
39
40%build
41%configure
42%__make %{?_smp_mflags}
43
44%install
45rm -rf $RPM_BUILD_ROOT
46%makeinstall
47
48# install Vine
49tar xzvf %{SOURCE10} -C $RPM_BUILD_ROOT%{_datadir}/themes
50tar xzvf %{SOURCE11} -C $RPM_BUILD_ROOT%{_datadir}/icons
51
52#remove unneeded files
53rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/2.10.0/engines/*.{a,la}
54rm -f $RPM_BUILD_ROOT%{_datadir}/themes/ThinIce/{README.html,ICON.png}
55
56%clean
57rm -rf $RPM_BUILD_ROOT
58
59%post
60if [ -f /usr/bin/gtk-update-icon-cache ]; then
61  for dir in /usr/share/icons/*; do
62    if [ -d "$dir" -a -f "$dir/index.theme" ]; then
63        /usr/bin/gtk-update-icon-cache --quiet $dir ||:
64    fi
65  done
66fi
67
68
69%files
70%defattr(-,root,root)
71%doc AUTHORS ChangeLog COPYING NEWS README
72%{_datadir}/icons/*
73%{_datadir}/themes/*
74%{_datadir}/locale/*/LC_MESSAGES/*
75
76%changelog
77* Sat Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-1
78- new upstream release
79
80* Tue Jun 29 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-1
81- new upstream release
82
83* Mon May 17 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.30.1-2
84- update vine theme
85
86* Sat May 01 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-1
87- new upstream release
88- add BuildRequires: pkgconfig, gtk2-devel
89
90* Wed Mar 31 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
91- new upstream release
92
93* Sat Oct 31 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.1-1
94- new upstream release
95
96* Sat Jul 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.3-1
97- new upstream release
98
99* Thu May 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.2-1
100- new upstream release
101
102* Sat Apr 25 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.1-1
103- new upstream release
104
105* Sun Mar 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-1
106- new upstream release
107
108* Wed Oct 28 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.1-1
109- new upstream release
110
111* Thu Oct 09 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-2
112- update Vine Linux icon theme (add cursor theme)
113
114* Thu Sep 25 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-1
115- new upstream release
116- update Vine Linux gtk theme based on Clearlooks and Glossy
117- update Vine Linux icon theme based on Tango
118
119* Sat May 31 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.2-1
120- new upstream release
121
122* Sat Mar 22 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.0-1vl5
123- new upstream release
124
125* Tue Dec 11 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.20.2-0vl1
126- new upstream release
127
128* Sat Apr 28 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.1-0vl2
129- fix ClearVine theme
130
131* Wed Apr 25 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.1-0vl1
132- new upstream release
133- update ClearVine theme for new Clearlooks gtk engine.
134
135* Wed Jul 26 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.2-0vl4
136- check gtk-update-icon-cache is available or not in %%post script.
137
138* Wed Jun 21 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.2-0vl3
139- remove Requires: gtk1-xfce-engine
140- remove oldvine theme
141
142* Sun Jun 11 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.2-0vl2
143- update Vine Linux icon theme
144
145* Sun Jun 04 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.2-0vl1
146- new upstream release
147
148* Wed Apr 26 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.0-0vl7
149- update Vine Linux icon theme
150
151* Wed Apr 26 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.0-0vl6
152- update Vine Linux icon theme
153
154* Mon Apr 17 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.0-0vl5
155- update Vine Linux icon theme based on Suede/Industrial/Gnome.
156
157* Mon Apr 17 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.0-0vl4
158- update default icon theme
159  - use blueish arrow icons.
160  - add new gnome-help icon.
161- fixed type in Vine metatheme
162
163* Sat Apr 15 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.0-0vl3
164- new upstream release
165- add ClearVine based on Clearlooks for default theme.
166
167* Sat Apr 01 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.0-0vl2
168- run gtk-update-icon-cache in %%post script.
169
170* Tue Mar 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.0-0vl1
171- new upstream release
172
173* Tue Mar 07 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.13.92-0vl1
174- new upstream release
175
176* Thu Oct 06 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.1-0vl1
177- new upstream release
178
179* Mon Sep 19 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.0-0vl1
180- new upstream release
181
182* Thu Aug 04 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.11.90-0vl1
183- new upstream release
184
185* Tue May 03 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.1-0vl1
186- new upstream release
187- require gtk-xfce-engine >= 2.2 for new Vine theme.
188
189* Sun Mar 20 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.0-0vl1
190- new upstream version
191- add new Vine theme for metatheme,gtk,icons,xcursor
192- change buildarch to noarch
193
194* Mon Jan 10 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.2-0vl1
195- new upstream release
196- add Requires: 2.6.0-0vl1
197
198* Thu Nov 11 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.1-0vl3
199- add Conflicts to gnome-themes-extras < 0.8
200
201* Tue Nov 09 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.1-0vl2
202- update NeoVine gtk2 theme to fix eog crash problem
203
204* Sun Oct 24 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.1-0vl1
205- new upstream release
206
207* Mon Jul 19 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.1-0vl5
208- update NeoVine metatheme
209  - change NautilusIconContainer::highlight_alpha value
210
211* Sat Apr  3 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.1-0vl4
212- update NeoVine metatheme
213  - brushup gtk1 theme
214    - use neovine color for ProgressBar&Tooltips
215    - remove ugly border on tree view
216
217* Sat Mar 27 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.1-0vl3
218- update NeoVine metatheme
219  - add NeoVine for gtk+-1.2 based on gtk1-xfce-engine
220  - Requires: gtk1-xfce-engine
221
222* Fri Mar 19 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.1-0vl2
223- rebuild with gtk+-2.4.0
224
225* Tue Jan 06 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.1-0vl1
226- new upstream release
227- remove Xfce themes and require gtk-xfce-engine
228
229* Thu Sep 11 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.0-0vl1
230- new upstream release
231- Thinice and LighthouseWhite are moved to gnome-themes-extras
232
233* Wed Sep 03 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.4-0vl1
234- new upstream release
235
236* Tue Jun 10 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.2-0vl7
237- update NeoVine theme
238
239* Mon Jun 09 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.2-0vl6
240- update NeoVine theme
241
242* Mon Jun 09 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.2-0vl5
243- add "make" in %%build secion to remove bogus definition in Crux theme
244- update NeoVine theme
245
246* Mon Jun 09 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.2-0vl4
247- update NeoVine theme for xfce-engine-2.1.1
248
249* Sun Jun 08 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.2-0vl3
250- update gtk-xfce-engine to 2.1.1
251
252* Sat Jun 07 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.2-0vl2
253- update NeoVine theme
254
255* Sun May 18 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.2-0vl1
256- new upstream release
257
258* Fri Apr 25 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.1-0vl1
259- new upstream release
260
261* Sat Mar 29 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.0-0vl1
262- new upstream release
263
264* Thu Feb 27 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2-0vl2
265- add LighthouseWhite theme
266- update NeoVine metatheme(add GTK2-NeoVine theme)
267
268* Sat Feb 15 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2-0vl1
269- new upstream release
270- add thinice engine
271- add neovine metatheme
272
273* Sat Feb  1 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.99-0vl1
274- new upstream release
275- moved xfce engine from gtk2-engines
276
277* Tue Jan 21 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0-0vl1
278- new upstream release
279
280* Thu Dec 26 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6-0vl1
281- new upstream release
282
283* Sun Dec 22 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5-0vl1
284- build for Vine Linux
285
Note: See TracBrowser for help on using the repository browser.