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

Revision 8084, 10.2 KB checked in by Takemikaduchi, 10 years ago (diff)

new upstream release or rebuild

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