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

Revision 4616, 9.8 KB checked in by Takemikaduchi, 13 years ago (diff)

X.Org, compiz, GNOME3, etc...

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