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

Revision 6201, 10.4 KB checked in by Takemikaduchi, 12 years ago (diff)

gnome-themes: fix Vine theme
metacity: fix theme
others: new upstream release

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