Hello community,
here is the log from the commit of package gtk2-metatheme-equinox for
openSUSE:Factory checked in at 2012-01-05 19:12:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gtk2-metatheme-equinox (Old)
and /work/SRC/openSUSE:Factory/.gtk2-metatheme-equinox.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gtk2-metatheme-equinox", Maintainer is ""
Changes:
--------
---
/work/SRC/openSUSE:Factory/gtk2-metatheme-equinox/gtk2-metatheme-equinox.changes
2011-09-23 02:02:15.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.gtk2-metatheme-equinox.new/gtk2-metatheme-equinox.changes
2012-01-05 19:12:57.000000000 +0100
@@ -1,0 +2,25 @@
+Thu Jan 5 10:44:10 UTC 2012 - [email protected]
+
+- Update to version 1.50:
+ + New option resizegripstyle
+ + New value for menubaritemstyle option
+ + Support of global menu (must be manually enabled, see README
+ file)
+ + Better support of Ubuntu One Client and Software Center
+ + Some fixes for Metacity themes in Ubuntu 11.04
+- Changes from version 1.40:
+ + New options menubaritemstyle, scrollbartrough, textstyle and
+ textshade
+ + Rendering of progressbars improved
+ + Better support of dark themes
+ + Some changes in displaying focuses
+ + Fix some crashes with Evolution
+- Drop equinox-no-return-value.patch: fixed upstream.
+
+-------------------------------------------------------------------
+Wed Nov 30 19:51:22 UTC 2011 - [email protected]
+
+- Add gtk2-metatheme-equinox-glib-2.31.patch: Fix build with glib
+ 2.31.
+
+-------------------------------------------------------------------
Old:
----
121881-equinox-1.30.tar.bz2
equinox-no-return-value.patch
New:
----
121881-equinox-1.50.tar.gz
140449-equinox-themes-1.50.tar.gz
gtk2-metatheme-equinox-glib-2.31.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gtk2-metatheme-equinox.spec ++++++
--- /var/tmp/diff_new_pack.gdSnpY/_old 2012-01-05 19:12:58.000000000 +0100
+++ /var/tmp/diff_new_pack.gdSnpY/_new 2012-01-05 19:12:58.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package gtk2-metatheme-equinox
#
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,20 +16,21 @@
#
-%define _version 1.30
+%define _version 1.50
# Unfortunately, the tarballs are not properly versioned. The real
# version has to be found on the website...
Name: gtk2-metatheme-equinox
-Version: 1.30.2
-Release: 2
-License: GPLv2+
+Version: 1.50
+Release: 0
Summary: Equinox Metathemes for GTK+
-Url:
http://gnome-look.org/content/show.php/Equinox+GTK+Engine?content=121881
+License: GPL-2.0+
Group: System/GUI/GNOME
-Source:
http://gnome-look.org/CONTENT/content-files/121881-equinox-%{_version}.tar.bz2
-# PATCH-FIX-UPSTREAM equinox-no-return-value.patch
-Patch0: equinox-no-return-value.patch
+Url:
http://gnome-look.org/content/show.php/Equinox+GTK+Engine?content=121881
+Source0:
http://gnome-look.org/CONTENT/content-files/121881-equinox-%{_version}.tar.gz
+Source1:
http://gnome-look.org/CONTENT/content-files/140449-equinox-themes-%{_version}.tar.gz
+# PATCH-FIX-UPSTREAM gtk2-metatheme-equinox-glib-2.31.patch
[email protected] -- Fix build with glib 2.31. Sent upstream by mail (vuntz,
2011-01-05)
+Patch1: gtk2-metatheme-equinox-glib-2.31.patch
BuildRequires: fdupes
BuildRequires: pkgconfig(gtk+-2.0)
Requires: gtk2-engine-equinox
@@ -40,7 +41,6 @@
engine.
%package -n gtk2-engine-equinox
-License: GPLv2+
Summary: Equinox GTK+ Theme Engine
Group: System/GUI/GNOME
Recommends: gtk2-metatheme-equinox
@@ -50,18 +50,13 @@
of the Aurora engine (version 1.40).
%prep
-%setup -q -c %{name}-%{_version}
-tar xzf equinox-gtk-engine.tar.gz
+%setup -q -c %{name}-%{_version} -a1
pushd equinox-%{_version}
-%patch0 -p0
+%patch1 -p1
for file in AUTHORS ChangeLog COPYING NEWS README; do
chmod -x $file
done
popd
-mkdir themes
-pushd themes
-tar xzf ../equinox-themes.tar.gz
-popd
%build
pushd equinox-%{_version}
@@ -74,12 +69,10 @@
%make_install
find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
popd
-pushd themes
install -d %{buildroot}%{_datadir}/themes
-for file in Equinox "Equinox Classic" "Equinox Classic Glass" "Equinox
Evolution" "Equinox Evolution Light" "Equinox Evolution Rounded" "Equinox
Evolution Squared" "Equinox Glass" "Equinox Light" "Equinox Light Glass"
"Equinox Wide"; do
+for file in "Equinox Evolution" "Equinox Evolution Dawn" "Equinox Evolution
Dawn Squared" "Equinox Evolution Dusk" "Equinox Evolution Light" "Equinox
Evolution Midnight" "Equinox Evolution Rounded" "Equinox Evolution Squared"; do
cp -a "$file" "%{buildroot}%{_datadir}/themes/"
done
-popd
%fdupes -s %{buildroot}%{_datadir}/themes/
%clean
@@ -87,10 +80,8 @@
%files
%defattr(-,root,root)
-%doc README
-%doc themes/userChrome.css
# We use wildcards because of spaces in filenames
-%doc themes/Equinox*Evolution.crx
+%doc Equinox*Evolution.crx
%{_datadir}/themes/*
%files -n gtk2-engine-equinox
++++++ gtk2-metatheme-equinox-glib-2.31.patch ++++++
Index: equinox-1.30/src/animation.c
===================================================================
--- equinox-1.30.orig/src/animation.c
+++ equinox-1.30/src/animation.c
@@ -7,7 +7,7 @@
#include "animation.h"
#ifdef HAVE_ANIMATION
-#include <glib/gtimer.h>
+#include <glib.h>
struct _AnimationInfo {
GTimer *timer;
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]