|
@@ -0,0 +1,82 @@
|
|
|
|
+%define use_gtk3 gtk3.16
|
|
|
|
+
|
|
|
|
+Summary: Desktop themes for MATE applications
|
|
|
|
+Name: mate-themes
|
|
|
|
+Version: 1.10.0
|
|
|
|
+Release: 1%{?_dist_release}
|
|
|
|
+License: LGPLv2+
|
|
|
|
+Group: User Interface/Desktops
|
|
|
|
+URL: http://mate-desktop.org/
|
|
|
|
+Source0: http://pub.mate-desktop.org/releases/1.10/%{name}-%{use_gtk3}-%{version}.tar.xz
|
|
|
|
+
|
|
|
|
+BuildArch: noarch
|
|
|
|
+BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
+
|
|
|
|
+BuildRequires: gtk3-devel >= 3.0.0
|
|
|
|
+BuildRequires: gtk2-devel >= 2.0.0
|
|
|
|
+Requires: vine-themes
|
|
|
|
+Requires: gtk-murrine-engine
|
|
|
|
+Requires(postun,posttrans): glib2
|
|
|
|
+
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+Distribution: Vine Linux
|
|
|
|
+Packager: Takemikaduchi
|
|
|
|
+
|
|
|
|
+%description
|
|
|
|
+The mate-themes package contains the standard theme for the MATE
|
|
|
|
+desktop, which provides default appearance for cursors, desktop background,
|
|
|
|
+window borders and GTK+ applications.
|
|
|
|
+
|
|
|
|
+%prep
|
|
|
|
+%setup -q -n %{name}-%{use_gtk3}-%{version}
|
|
|
|
+
|
|
|
|
+%build
|
|
|
|
+%configure
|
|
|
|
+make %{?_smp_mflags}
|
|
|
|
+
|
|
|
|
+%install
|
|
|
|
+make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
+
|
|
|
|
+find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
|
|
|
|
+
|
|
|
|
+%find_lang %{name}
|
|
|
|
+
|
|
|
|
+%post
|
|
|
|
+for t in mate ContrastHigh; do
|
|
|
|
+ touch --no-create %{_datadir}/icons/$t &>/dev/null
|
|
|
|
+done
|
|
|
|
+
|
|
|
|
+%postun
|
|
|
|
+if [ $1 -eq 0 ] ; then
|
|
|
|
+ for t in mate ContrastHigh; do
|
|
|
|
+ touch --no-create %{_datadir}/icons/$t &>/dev/null
|
|
|
|
+ gtk-update-icon-cache %{_datadir}/icons/$t &>/dev/null || :
|
|
|
|
+ done
|
|
|
|
+fi
|
|
|
|
+
|
|
|
|
+%posttrans
|
|
|
|
+for t in mate ContrastHigh; do
|
|
|
|
+ gtk-update-icon-cache %{_datadir}/icons/$t &>/dev/null || :
|
|
|
|
+done
|
|
|
|
+
|
|
|
|
+%files -f %{name}.lang
|
|
|
|
+%defattr(-,root,root,-)
|
|
|
|
+%doc COPYING NEWS ChangeLog
|
|
|
|
+%{_datadir}/icons/ContrastHigh/
|
|
|
|
+%{_datadir}/icons/mate/
|
|
|
|
+%{_datadir}/themes/BlackMATE/
|
|
|
|
+%{_datadir}/themes/BlackMenta/
|
|
|
|
+%{_datadir}/themes/BlueMenta/
|
|
|
|
+%{_datadir}/themes/ContrastHigh/
|
|
|
|
+%{_datadir}/themes/ContrastHighInverse/
|
|
|
|
+%{_datadir}/themes/GreenLaguna/
|
|
|
|
+%{_datadir}/themes/Menta/
|
|
|
|
+%{_datadir}/themes/Shiny/
|
|
|
|
+%{_datadir}/themes/TraditionalGreen/
|
|
|
|
+%{_datadir}/themes/TraditionalOk/
|
|
|
|
+%{_datadir}/themes/TraditionalOkTest/
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+%changelog
|
|
|
|
+* Mon Jun 15 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.0-1
|
|
|
|
+- initial build
|