[gnome-themes-standard] sync with f18

Matthias Clasen mclasen at fedoraproject.org
Tue Oct 2 11:44:57 UTC 2012


commit 6228471d639a850567a8c1494bade84dfbc567f5
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Tue Oct 2 07:45:20 2012 -0400

    sync with f18

 gnome-themes-standard.spec |   25 +++++++++++--------------
 sources                    |    2 +-
 2 files changed, 12 insertions(+), 15 deletions(-)
---
diff --git a/gnome-themes-standard.spec b/gnome-themes-standard.spec
index ce0b5b1..c66c9c4 100644
--- a/gnome-themes-standard.spec
+++ b/gnome-themes-standard.spec
@@ -1,12 +1,12 @@
 Name: gnome-themes-standard
-Version: 3.5.4
+Version: 3.6.0.2
 Release: 2%{?dist}
 Summary: Standard themes for GNOME applications
 
 Group: User Interface/Desktops
 License: LGPLv2+
 URL: http://git.gnome.org/browse/gnome-themes-standard
-Source0: http://download.gnome.org/sources/%{name}/3.5/%{name}-%{version}.tar.xz
+Source0: http://download.gnome.org/sources/%{name}/3.6/%{name}-%{version}.tar.xz
 Source1: settings.ini
 Source2: gtkrc
 
@@ -21,7 +21,8 @@ BuildRequires: librsvg2-devel
 BuildRequires: intltool gettext autoconf automake
 # for gtk-update-icon-cache
 BuildRequires: gtk2
-Requires: gtk2-engines gnome-icon-theme abattis-cantarell-fonts
+Requires: gnome-icon-theme
+Requires: abattis-cantarell-fonts
 Requires: adwaita-cursor-theme = %{version}-%{release}
 Requires: adwaita-gtk2-theme = %{version}-%{release}
 Requires: adwaita-gtk3-theme = %{version}-%{release}
@@ -66,7 +67,7 @@ make %{?_smp_mflags}
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
 
-for t in HighContrast HighContrastInverse LowContrast; do
+for t in HighContrast; do
   rm -f $RPM_BUILD_ROOT%{_datadir}/icons/$t/icon-theme.cache
   touch $RPM_BUILD_ROOT%{_datadir}/icons/$t/icon-theme.cache
 done
@@ -81,12 +82,12 @@ cp $RPM_SOURCE_DIR/gtkrc $RPM_BUILD_ROOT%{_sysconfdir}/gtk-2.0/gtkrc
 %find_lang %{name}
 
 %post
-for t in HighContrast HighContrastInverse LowContrast; do
+for t in HighContrast; do
   touch --no-create %{_datadir}/icons/$t &>/dev/null || :
 done
 
 %posttrans
-for t in HighContrast HighContrastInverse LowContrast; do
+for t in HighContrast; do
   gtk-update-icon-cache %{_datadir}/icons/$t &>/dev/null || :
 done
 
@@ -102,18 +103,10 @@ done
 %{_datadir}/gnome-background-properties/*
 
 # A11y themes
-%ghost %{_datadir}/icons/LowContrast/icon-theme.cache
-%{_datadir}/icons/LowContrast
-%{_datadir}/themes/LowContrast
-
 %ghost %{_datadir}/icons/HighContrast/icon-theme.cache
 %{_datadir}/icons/HighContrast
 %{_datadir}/themes/HighContrast
 
-%ghost %{_datadir}/icons/HighContrastInverse/icon-theme.cache
-%{_datadir}/icons/HighContrastInverse
-%{_datadir}/themes/HighContrastInverse
-
 %files -n adwaita-cursor-theme
 %defattr(-,root,root,-)
 # Cursors
@@ -134,6 +127,10 @@ done
 
 
 %changelog
+* Tue Oct  2 2012 Matthias Clasen <mclasen at redhat.com> - 3.6.0.2-2
+- Drop gtk2-engines dependency
+- Update to 3.6.0.2
+
 * Fri Jul 27 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.5.4-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 747c470..ea75c39 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-273941b4752721e2348482d8a7c0fc92  gnome-themes-standard-3.5.4.tar.xz
+e6ddf0a0620de85ffb019975b832a26b  gnome-themes-standard-3.6.0.2.tar.xz


More information about the scm-commits mailing list