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

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

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

Line 
1Name: gnome-themes-standard
2Version: 3.4.2
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.4/%{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 HighContrastInverse LowContrast; 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 HighContrastInverse LowContrast; 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/LowContrast
68%{_datadir}/themes/LowContrast
69%{_datadir}/icons/HighContrast
70%{_datadir}/themes/HighContrast
71%{_datadir}/icons/HighContrastInverse
72%{_datadir}/themes/HighContrastInverse
73
74# Cursors
75%{_datadir}/icons/Adwaita
76
77
78%changelog
79* Sun May 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.2-1
80- new upstream release
81
82* Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
83- new upstream release
84
85* Thu Oct 20 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-1
86- new upstream release
87
88* Wed Sep 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0.2-1
89- new upstream release
90
91* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.92-1
92- new upstream release
93
94* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.90-1
95- new upstream release
96
97* Sun Aug 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.5-1
98- new upstream release
99
100* Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.4-1
101- initial build for Vine Linux
102
Note: See TracBrowser for help on using the repository browser.