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

Revision 7756, 2.9 KB checked in by Takemikaduchi, 11 years ago (diff)

new upstream release

Line 
1Name: gnome-themes-standard
2Version: 3.8.3
3Release: 1%{?_dist_release}
4Summary: Standard themes for GNOME applications
5
6Group: User Interface/Desktops
7License: LGPLv2+
8URL: http://git.gnome.org/browse/gnome-themes-standard
9Source0: http://download.gnome.org/sources/%{name}/3.8/%{name}-%{version}.tar.xz
10
11BuildRequires: gtk3-devel >= 3.0.2
12BuildRequires: gtk2-engines-devel
13BuildRequires: librsvg2-devel
14Requires: gtk2-engines gnome-icon-theme
15
16Vendor: Project Vine
17Distribution: Vine Linux
18Packager: Takemikaduchi
19
20%description
21The gnome-themes-standard package contains the standard theme for the GNOME
22desktop, which provides default appearance for cursors, desktop background,
23window borders and GTK+ applications.
24
25%prep
26%setup -q
27
28%build
29%configure
30make %{?_smp_mflags}
31
32%install
33make install DESTDIR=$RPM_BUILD_ROOT
34
35find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
36
37%post
38touch --no-create %{_datadir}/icons/Adwaita &>/dev/null || :
39
40%postun
41if [ $1 -eq 0 ] ; then
42    for t in  Adwaita HighContrast; do
43        touch --no-create %{_datadir}/icons/$t &>/dev/null
44        gtk-update-icon-cache %{_datadir}/icons/$t &>/dev/null || :
45    done
46fi
47
48%posttrans
49for t in  Adwaita HighContrast; do
50  gtk-update-icon-cache %{_datadir}/icons/$t &>/dev/null || :
51done
52
53%files
54%defattr(-,root,root,-)
55%doc COPYING NEWS
56# Background WM, gtk2 themes, gtk3 themes
57%{_libdir}/gtk-2.0/2.10.0/engines/libadwaita.so
58%{_libdir}/gtk-3.0/3.0.0/theming-engines/libadwaita.so
59%{_datadir}/themes/Adwaita
60
61# Background
62%{_datadir}/gnome-background-properties/*
63
64# A11y themes
65%{_datadir}/icons/HighContrast
66%{_datadir}/themes/HighContrast
67
68# Cursors
69%{_datadir}/icons/Adwaita
70
71
72%changelog
73* Sun Aug 11 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.3-1
74- new upstream release
75
76* Wed Apr 17 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.1-1
77- new upstream release
78
79* Sun Mar 03 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.5-1
80- new upstream release
81
82* Wed Nov 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.2-1
83- new upstream release
84
85* Tue Oct 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-1
86- new upstream release
87- add BuildRequires: gtk2-engines-devel
88
89* Thu Sep 27 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
90- new upstream release
91
92* Sun May 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.2-1
93- new upstream release
94
95* Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
96- new upstream release
97
98* Thu Oct 20 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-1
99- new upstream release
100
101* Wed Sep 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0.2-1
102- new upstream release
103
104* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.92-1
105- new upstream release
106
107* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.90-1
108- new upstream release
109
110* Sun Aug 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.5-1
111- new upstream release
112
113* Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.4-1
114- initial build for Vine Linux
115
Note: See TracBrowser for help on using the repository browser.