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

Revision 6890, 2.4 KB checked in by Takemikaduchi, 12 years ago (diff)

GNOME-3.6.0 & Cinnamon-1.6.1

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