[gnome-themes-standard] 2.91.6

Matthias Clasen mclasen at fedoraproject.org
Wed Jan 19 14:47:06 UTC 2011


commit 9fc80c7e9647048e7f6a2dd8e5806a7b9bc492ca
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Wed Jan 19 09:46:47 2011 -0500

    2.91.6

 .gitignore                          |    1 +
 gnome-themes-standard-version.patch |   12 ++++++++++++
 gnome-themes-standard.spec          |   19 ++++++++++++++++---
 sources                             |    2 +-
 4 files changed, 30 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 44e73de..12feb50 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /gnome-themes-standard-2.91.2.1.tar.bz2
 /gnome-themes-standard-2.91.5.tar.bz2
+/gnome-themes-standard-2.91.6.tar.bz2
diff --git a/gnome-themes-standard-version.patch b/gnome-themes-standard-version.patch
new file mode 100644
index 0000000..01920f2
--- /dev/null
+++ b/gnome-themes-standard-version.patch
@@ -0,0 +1,12 @@
+diff -up gnome-themes-standard-2.91.6/src/Makefile.in.version gnome-themes-standard-2.91.6/src/Makefile.in
+--- gnome-themes-standard-2.91.6/src/Makefile.in.version	2011-01-19 09:38:59.338712001 -0500
++++ gnome-themes-standard-2.91.6/src/Makefile.in	2011-01-19 09:39:14.576712000 -0500
+@@ -240,7 +240,7 @@ top_build_prefix = @top_build_prefix@
+ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
+ INCLUDES = $(GTK_CFLAGS)
+-enginedir = $(libdir)/gtk-3.0/$(GTK_VERSION)/theming-engines
++enginedir = $(libdir)/gtk-3.0/3.0.0/theming-engines
+ engine_LTLIBRARIES = libadwaita.la
+ libadwaita_la_SOURCES = \
+ 	adwaita_engine.c
diff --git a/gnome-themes-standard.spec b/gnome-themes-standard.spec
index cf84cb6..93ae262 100644
--- a/gnome-themes-standard.spec
+++ b/gnome-themes-standard.spec
@@ -1,5 +1,5 @@
 Name: gnome-themes-standard
-Version: 2.91.5
+Version: 2.91.6
 Release: 1%{?dist}
 Summary: Standard themes for GNOME applications
 
@@ -8,9 +8,12 @@ License: LGPLv2+
 URL: http://git.gnome.org/browse/gnome-themes-standard
 Source0: http://download.gnome.org/sources/%{name}/2.91/%{name}-%{version}.tar.bz2
 
-BuildArch: noarch
+# workaround; properly fixed upstream
+Patch0: gnome-themes-standard-version.patch
+
+BuildRequires: gtk3-devel
 BuildRequires: intltool gettext autoconf automake
-Requires: gtk-theme-engine-clearlooks gtk2-engines gnome-icon-theme
+Requires: gtk2-engines gnome-icon-theme
 
 %description
 The gnome-themes-standard package contains the standard theme for the GNOME
@@ -19,6 +22,7 @@ window borders and GTK+ applications.
 
 %prep
 %setup -q
+%patch0 -p1 -b .version
 
 %build
 %configure
@@ -26,6 +30,9 @@ make %{?_smp_mflags}
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
+
+rm $RPM_BUILD_ROOT%{_libdir}/gtk-3.0/3.0.0/theming-engines/libadwaita.la
+
 %find_lang %{name}
 
 %post
@@ -52,9 +59,15 @@ gtk-update-icon-cache %{_datadir}/icons/Adwaita &>/dev/null || :
 # Background
 %{_datadir}/gnome-background-properties/*
 
+# Theme engine
+%{_libdir}/gtk-3.0/3.0.0/theming-engines/libadwaita.so
+
 %doc COPYING NEWS
 
 %changelog
+* Wed Jan 19 2011 Matthias Clasen <mclasen at redhat.com> 2.91.6-1
+- Update to 2.91.6
+
 * Mon Jan 10 2011 Matthias Clasen <mclasen at redhat.com> 2.91.5-1
 - Update to 2.91.5
 
diff --git a/sources b/sources
index 821821b..8ca5913 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ea2eef842a7966f4a06efe6899d725a3  gnome-themes-standard-2.91.5.tar.bz2
+6eb737d9439e4499e1ff01d839e73db7  gnome-themes-standard-2.91.6.tar.bz2


More information about the scm-commits mailing list