source: projects/specs/trunk/m/mate-themes/mate-themes-vl.spec @ 10716

Revision 10716, 3.0 KB checked in by Takemikaduchi, 8 years ago (diff)

GNOME-3.20

Line 
1Summary:        Desktop themes for MATE applications
2Name:           mate-themes
3Version:        3.20.9
4Release:        1%{?_dist_release}
5License:        LGPLv2+
6Group:          User Interface/Desktops
7URL:            http://mate-desktop.org/
8Source0:        http://pub.mate-desktop.org/releases/themes/3.20/%{name}-%{version}.tar.xz
9
10BuildArch:      noarch
11BuildRoot:      %{_tmppath}/%{name}-%{version}-root
12
13BuildRequires:  gtk3-devel >= 3.0.0
14BuildRequires:  gtk2-devel >= 2.0.0
15Requires:       vine-themes
16Requires:       gtk-murrine-engine
17Requires(postun,posttrans): glib2
18
19Vendor:         Project Vine
20Distribution:   Vine Linux
21Packager:       Takemikaduchi
22
23%description
24The mate-themes package contains the standard theme for the MATE
25desktop, which provides default appearance for cursors, desktop background,
26window borders and GTK+ applications.
27
28%prep
29%setup -q
30
31%build
32%configure
33make %{?_smp_mflags}
34
35%install
36make install DESTDIR=$RPM_BUILD_ROOT
37
38find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
39
40%post
41for t in  mate ContrastHigh; do
42  touch --no-create %{_datadir}/icons/$t &>/dev/null
43done
44
45%postun
46if [ $1 -eq 0 ] ; then
47    for t in  mate ContrastHigh; do
48        touch --no-create %{_datadir}/icons/$t &>/dev/null
49        gtk-update-icon-cache %{_datadir}/icons/$t &>/dev/null || :
50    done
51fi
52
53%posttrans
54for t in  mate ContrastHigh; do
55  gtk-update-icon-cache %{_datadir}/icons/$t &>/dev/null || :
56done
57
58%files
59%defattr(-,root,root,-)
60%doc COPYING NEWS ChangeLog
61%{_datadir}/icons/ContrastHigh/
62%{_datadir}/icons/mate/
63%{_datadir}/themes/BlackMATE/
64%{_datadir}/themes/BlueMenta/
65%{_datadir}/themes/Blue-Submarine
66%{_datadir}/themes/ContrastHighInverse/
67%{_datadir}/themes/GreenLaguna/
68%{_datadir}/themes/Green-Submarine/
69%{_datadir}/themes/Menta/
70%{_datadir}/themes/Shiny/
71%{_datadir}/themes/TraditionalGreen/
72%{_datadir}/themes/TraditionalOk/
73%exclude %{_datadir}/themes/HighContrast/metacity-1/metacity-theme-1.xml
74
75
76%changelog
77* Mon Jul 18 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.20.9-1
78- new upstream release
79
80* Sun May 08 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.18.1-1
81- new upstream release
82
83* Sun Jan 24 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.2-1
84- new upstream release
85
86* Sat Dec 19 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.1-1
87- new upstream release
88
89* Sat Nov 07 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.0-1
90- new upstream release
91
92* Sat Oct 10 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.5-2
93- replace gtk3.16 source with gtk3.18 source
94
95* Sat Oct 10 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.5-1
96- new upstream release
97
98* Sun Aug 30 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.4-1
99- new upstream release
100
101* Sun Aug 16 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.3-1
102- new upstream release
103
104* Thu Jul 30 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.2-2
105- fix typo
106
107* Sat Jul 11 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.2-1
108- new upstream release
109
110* Mon Jun 15 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.0-1
111- initial build
Note: See TracBrowser for help on using the repository browser.