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

Revision 7119, 2.7 KB checked in by Takemikaduchi, 12 years ago (diff)

GNOME-3.6.2

RevLine 
[4616]1Name: gnome-themes-standard
[7119]2Version: 3.6.2
[4616]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
[6890]9Source0: http://download.gnome.org/sources/%{name}/3.6/%{name}-%{version}.tar.xz
[4616]10
11BuildRequires: gtk3-devel >= 3.0.2
[6951]12BuildRequires: gtk2-engines-devel
[4616]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
[6951]35find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
[4616]36
37%find_lang %{name}
38
39%post
40touch --no-create %{_datadir}/icons/Adwaita &>/dev/null || :
41
42%postun
43if [ $1 -eq 0 ] ; then
[6890]44    for t in  Adwaita HighContrast; do
[4616]45        touch --no-create %{_datadir}/icons/$t &>/dev/null
46        gtk-update-icon-cache %{_datadir}/icons/$t &>/dev/null || :
47    done
48fi
49
50%posttrans
[6890]51for t in  Adwaita HighContrast; do
[4616]52  gtk-update-icon-cache %{_datadir}/icons/$t &>/dev/null || :
53done
54
55%files -f %{name}.lang
56%defattr(-,root,root,-)
57%doc COPYING NEWS
58# Background WM, gtk2 themes, gtk3 themes
[6951]59%{_libdir}/gtk-2.0/2.10.0/engines/libadwaita.so
[4616]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
[4812]74%changelog
[7119]75* Wed Nov 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.2-1
76- new upstream release
77
[6951]78* Tue Oct 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-1
79- new upstream release
80- add BuildRequires: gtk2-engines-devel
81
[6890]82* Thu Sep 27 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
83- new upstream release
84
[6201]85* Sun May 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.2-1
86- new upstream release
87
[6078]88* Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
[6011]89- new upstream release
90
[5038]91* Thu Oct 20 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-1
92- new upstream release
93
[4850]94* Wed Sep 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0.2-1
95- new upstream release
96
[4812]97* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.92-1
98- new upstream release
[4616]99
[4704]100* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.90-1
101- new upstream release
102
[4650]103* Sun Aug 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.5-1
104- new upstream release
105
[4616]106* Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.4-1
107- initial build for Vine Linux
108
Note: See TracBrowser for help on using the repository browser.