[mate-themes] remove all themes which doesn't supportGTK3

Wolfgang Ulbrich raveit65 at fedoraproject.org
Tue Oct 21 17:10:57 UTC 2014


commit f046edfe4bbae823bfa0233896705195f8d954dc
Author: raveit65 <chat-to-me at raveit.de>
Date:   Tue Oct 21 19:10:50 2014 +0200

    remove all themes which doesn't supportGTK3

 mate-themes.spec |   15 +++++++++++----
 1 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/mate-themes.spec b/mate-themes.spec
index 4cc620c..45a4937 100644
--- a/mate-themes.spec
+++ b/mate-themes.spec
@@ -19,7 +19,7 @@
 Name:           mate-themes
 Version:        %{rel_ver}
 #Release:        0.3%{?git_rel}%{?dist}
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        MATE Desktop themes
 License:        GPLv2+
 URL:            http://mate-desktop.org
@@ -30,6 +30,8 @@ URL:            http://mate-desktop.org
 # Source for snapshot-builds.
 #%{!?rel_build:Source0:    http://git.mate-desktop.org/%{name}/snapshot/%{name}-%{commit}.tar.xz#/%{git_tar}}
 
+Patch0:        mate-themes_fix-contrasthigh-icon-theme-name.patch
+
 BuildRequires:  icon-naming-utils
 BuildRequires:  mate-common
 BuildRequires:  mate-icon-theme-devel
@@ -52,6 +54,8 @@ MATE Desktop themes
 #%setup -q%{!?rel_build:n %{name}-%{commit}}
 %setup -q -n %{name}-%{gtk3_ver}-%{version}
 
+%patch0 -p1 -b .contrasthigh-icon-theme
+
 # needed for git snapshots
 NOCONFIGURE=1 ./autogen.sh
 
@@ -80,6 +84,8 @@ sed -i -e 's/^pixmap_path "\/usr\/share\/themes\/ContrastHighLargePrint\/pixmaps
 # clean up package
 rm -rf %{buildroot}%{_datadir}/themes/PrintLarge/
 rm -rf %{buildroot}%{_datadir}/themes/Quid/
+rm -rf %{buildroot}%{_datadir}/themes/Fog/
+rm -rf %{buildroot}%{_datadir}/themes/Reverse/
 rm -rf %{buildroot}%{_datadir}/themes/Simply/
 rm -rf %{buildroot}%{_datadir}/themes/ContrastHighLargePrint/
 rm -rf %{buildroot}%{_datadir}/themes/ContrastHighLargePrintInverse/
@@ -92,6 +98,7 @@ rm -rf %{buildroot}%{_datadir}/icons/ContrastHighLargePrintInverse/
 rm -rf %{buildroot}%{_datadir}/icons/ContrastHigh-SVG/
 rm -rf %{buildroot}%{_datadir}/icons/MateLargePrint/
 rm -rf %{buildroot}%{_datadir}/icons/Quid/
+rm -rf %{buildroot}%{_datadir}/icons/Fog/
 rm -rf %{buildroot}%{_datadir}/themes/AlaDelta/
 rm -rf %{buildroot}%{_datadir}/themes/Atantla/
 
@@ -128,19 +135,19 @@ done
 %{_datadir}/themes/BlueMenta/
 %{_datadir}/themes/BlackMenta/
 %{_datadir}/themes/BlackMATE/
-%{_datadir}/themes/Fog/
-%{_datadir}/themes/Reverse/
 %{_datadir}/themes/Shiny/
 %{_datadir}/themes/TraditionalOk/
 %{_datadir}/themes/TraditionalGreen/
 %{_datadir}/themes/TraditionalOkTest/
 %{_datadir}/themes/ContrastHigh/
 %{_datadir}/icons/ContrastHigh/
-%{_datadir}/icons/Fog/
 %{_datadir}/icons/mate/cursors/
 
 
 %changelog
+* Tue Oct 21 2014 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.9.1-2
+- remove all themes which doesn't support GTK3
+
 * Tue Oct 21 2014 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.9.1-1
 - update to 1.9.1 release for GTK3-3.14
 - add gtk-unico-engine runtime require for shiny theme


More information about the scm-commits mailing list