--- gtk2-engines-murrine-0.90.3.orig/CREDITS
+++ gtk2-engines-murrine-0.90.3/CREDITS
@@ -0,0 +1,9 @@
+Cimi's thanks:
+
+Doug Whitely   - for the permission to edit his theme and for the little help.
+
+Oliver Tobin   - for his support to refine my theme.
+
+Benjiamin Berg - for all his bugfixes... and a lot more... thanks!!!
+
+Werner Pantke  - for his patch to ad schema installation and i18n support.
--- gtk2-engines-murrine-0.90.3.orig/MAINTAINERS
+++ gtk2-engines-murrine-0.90.3/MAINTAINERS
@@ -0,0 +1,3 @@
+Andrea Cimitan
+E-mail: andrea.cimitan@gmail.com
+Userid: acimitan
--- gtk2-engines-murrine-0.90.3.orig/ChangeLog.old
+++ gtk2-engines-murrine-0.90.3/ChangeLog.old
@@ -0,0 +1,156 @@
+0.60
+===
+* hilight_ratio is deprecated, use highlight_ratio instead, which is 1.1 by default and 1.0 for a flat look (previously was 0.909090)
+Anyway a dummy parse is still present, so hilight_ratio will continue to work but it will print warnings.
+* Added style option, style = MURRINE, NODOKA, FLAT
+* Rounded frames
+* A lot of improvements in the code, much more clean
+* Added toolbarstyle with three styles: toolbarstyle= 0 flat, toolbarstyle = 1 glassy, toolbarstyle = 2 gradient
+* Added sliderstyle = 1 (from email [Murrine Improvement] "sliders style options" by Andrea Antolini) to add handles on sliders
+* Automatically colorize scrollbar with bg[SELECTED], a new option "colorize_scrollbar = TRUE | FALSE" is used to colorize it or no
+* Added new default button state
+* Glossy tooltips
+* New arrows
+* Implemented tooltip's drawing
+* Fixed bug with symbolic colors
+* Fixed bug #438456 of gnome bugzilla
+* More sanity checks
+* Using const color's variable instead adding a cast
+
+0.53.1
+===
+* Two mistakes under draw_radiobutton fixed
+* murrine_set_gradient is now static
+
+0.53
+===
+* Added shaded shadows on inactive color text, so dark themes are MUCH better supported/looking
+* Moved radiobutton and checkbuttons functions to draw.c
+
+0.52
+===
+* Fixed "black hilight bug": just one line of code changed from 0.51 but necessary to fix a lot of drawing mistakes, upgrade suggested
+* Turned back default animation to "left to right", removed --enable-animationtoright but added --enable-animationtoleft at the configure to use progressbar animation "right to left"
+
+0.51
+===
+* Fixed few cairo pixel misplacing that happened with the 0.50 release
+* Added --enable-animationtoright at the configure to use progressbar animation "left to right" (as before)
+
+0.50
+===
+* Added gradients to all widgets! use gradients = TRUE, FALSE.
+* Added menustyle = 1 to draw a left colored border on dropdown menu
+* New listview cells
+* Changed progressbar animation
+* Code merging and cleaning
+* Fixed a pixel alignment in progressbar
+* Changed few bg[SELECTED] colors
+* Various bugfixes
+
+0.41
+===
+* New option, hilight_ratio = 1.0 (it's a double) to select the amount of hilight you want. Useful with dark themes that lacks on hilight (set hilight_ratio = 1.15 or more) or you can simply decrease the hilight (set hilight_ratio = 0.909090 to have a flat theme!!! Less to emulate something similar to the concave style, useful to make concave style on rounded themes)
+* Fixed bug that prevents using different options in different widgets (e.g. you can have different roundness on buttons and menuitems if you edit gtkrc by hand)
+* Fixed a rendering bug on scrollbar steppers
+* Added retrocompatibility to old themes before 0.30 release
+* Now arrows on comboboxes and optionmenus use text color (good for dark themes)
+* Improved things here and here :)
+* Reformatted code here and here :)
+
+0.40.1
+===
+* Fixed few crashes of 0.40 (Brasero for example)
+* Fixed all memory leaks founded (thanks to gnome developer benzea for the valgrind test)
+
+0.40
+===
+* New checkboxes and radio, completely rewritten with some ubuntulooks inspiration (and with new bugfixes). An Xmas gift for my friend Iacopo Masi :)
+* New glazestyle, with "beryl/emerald" hilight (glazestyle = 4)
+* New glazestyle, with topleft-center-topright hilight (glazestyle = 3)
+* New listview style, with dots! An Xmas gift for my friend MacSlow :) (listviewstyle = 1)
+* New scrollbar style, you can enable/disable handles on other styles (scrollbarstyle = 2,4,6)
+* New scrollbar style, with horizontal Stripes (scrollbarstyle = 5,6)
+* New scrollbar style, with diagonal Stripes (scrollbarstyle = 3,4)
+* New scrollbar style, with Circles. Thx to my friend Clarkkent/UnforgivenII (scrollbarstyle = 1)
+* New listviewheader style, "raised" one (listviewheaderstyle = 2)
+* Fixed "arrow bug" in nautilus
+* Lot of code rewritten, fixed gtk-engines bug #326249
+* Fixed macmenu patches (--enable-macmenu at the configure)
+* Other fixes
+
+0.31
+===
+* Added --enable-macmenu at the configure to enable patches for gtk2 with mac menubar patches
+* Improved look of rounded corners of widgets
+* Now supporting prelight state on listviewheaders
+* Fixed a bug with menubaritems with button look
+* Fixed option and radio buttons to support dark themes
+* Little fix with rounded tabs
+* Simpler and polished code
+
+0.30.2
+===
+* Concave menuitems were completely broken, now fixed
+
+0.30.1
+===
+* Glassy menuitems were broken with glazestyle = 0, now fixed
+
+0.30
+===
+* Replaced squaredstyle with roundness now themes can be round! (roundness <= 1 are fast, >= 2 is slower but faster than ubuntulooks and clearlooks)
+* Fixed a bug with glazestyle = 2 and glass menubar
+
+0.21
+===
+* Now supporting colored notebooks! Set bg[NORMAL] under theme-notebook in the gtkrc
+* Fixed border color on scrollbar sliders
+
+0.20
+===
+* New glaze style, now all the theme can be "concave" (glazestyle = 2)
+* New menubar style, the "Striped" one (menubarstyle = 3)
+* Perfect squared state, more sharp and fast
+* A lot of code rewritten. New code will give a great performance boost with the next cairo release (1.4.0)
+* Improved flat menuitems, now look better
+
+0.13
+===
+* Added a option to make the menuitems striped (menuitemstyle = 2)
+* Fixed all recents bug in cairo engines (like animation crashes), thanks benzea
+* Fixed bug that doesn't render the shadow on e.g. workspace changer
+* Fixed handles... Now supporting horizontal handles and a better rendering of the verticals
+
+0.12
+===
+* Added a option to make the menuitems flat (menuitemstyle = 0)
+* Fixed the rendering of glazestyle = 0 vertical buttons as requested
+
+0.11.1
+===
+* ...not all vertical buttons were fixed in 0.11 (lol see yesterday's ChangeLog), I forgot all buttons with glazestyle = 0
+* Updated spinbuttons to use squaredstyle option
+
+0.11
+===
+* Changed GtkComboBox and GtkOption with a new separator (Thanks Richard Stellingwerff for the patience and helps)
+* Fixed all vertical buttons (so all bugs you have probably saw in aMule, Medit, Firefox, ecc... will gone away)
+* Improved spinbuttons
+
+0.10
+===
+* Added new option to control look of all surfaces (glazestyle in gtkrc)
+* Added new listheaders for new glaze style
+* Finally fixed vertical sliders, also supporting new glaze style
+* Minor fixes/improvements
+
+0.9.1
+===
+* Changed progressbar and menuitem hilight in order to better fit themes
+* Fixed rendering of the progressbar beginning/ending
+* Stolen various bugfixes from gtk-engines-cvs
+
+0.9
+===
+* First public release
--- gtk2-engines-murrine-0.90.3.orig/autogen.sh
+++ gtk2-engines-murrine-0.90.3/autogen.sh
@@ -0,0 +1,70 @@
+#!/bin/sh
+# Run this to generate all the initial makefiles, etc.
+
+srcdir=`dirname $0`
+test -z "$srcdir" && srcdir=.
+DIE=0
+
+THEDIR=`pwd`
+cd $srcdir
+
+(autoconf --version) < /dev/null > /dev/null 2>&1 || {
+	echo
+	echo "You must have autoconf installed to compile GTK+."
+	echo "Download the appropriate package for your distribution,"
+	echo "or get the source tarball at http://ftp.gnu.org/gnu/autoconf/"
+	DIE=1
+}
+
+if automake-1.10 --version < /dev/null > /dev/null 2>&1 ; then
+	AUTOMAKE=automake-1.10
+	ACLOCAL=aclocal-1.10
+elif automake-1.9 --version < /dev/null > /dev/null 2>&1 ; then
+	AUTOMAKE=automake-1.9
+	ACLOCAL=aclocal-1.9
+elif automake-1.8 --version < /dev/null > /dev/null 2>&1 ; then
+	AUTOMAKE=automake-1.8
+	ACLOCAL=aclocal-1.8
+elif automake-1.7 --version < /dev/null > /dev/null 2>&1 ; then
+	AUTOMAKE=automake-1.7
+	ACLOCAL=aclocal-1.7
+else
+	echo
+	echo "You must have automake 1.7.x installed to compile $PROJECT."
+	echo "Install the appropriate package for your distribution,"
+	echo "or get the source tarball at http://ftp.gnu.org/gnu/automake/"
+	DIE=1
+fi
+
+(libtool --version) < /dev/null > /dev/null 2>&1 || {
+	echo
+	echo "You must have libtool installed to compile murrine."
+	echo "Get http://ftp.gnu.org/gnu/libtool/libtool-1.5.10.tar.gz"
+	echo "(or a newer version if it is available)"
+	DIE=1
+}
+
+(intltoolize --version) < /dev/null > /dev/null 2>&1 || {
+	echo
+	echo "You must have intltool installed to compile murrine."
+	DIE=1
+}
+if test "$DIE" -eq 1; then
+	exit 1
+fi
+
+if test -z "$*"; then
+	echo "I am going to run ./configure with no arguments - if you wish "
+	echo "to pass any to it, please specify them on the $0 command line."
+fi
+
+libtoolize --force --copy
+intltoolize --force --copy --automake
+
+$ACLOCAL $ACLOCAL_FLAGS
+autoconf
+autoheader
+$AUTOMAKE --add-missing
+cd $THEDIR
+
+$srcdir/configure "$@"
--- gtk2-engines-murrine-0.90.3.orig/src/murrine_draw_rgba.h
+++ gtk2-engines-murrine-0.90.3/src/murrine_draw_rgba.h
@@ -0,0 +1,37 @@
+/* Murrine theme engine
+ * Copyright (C) 2006-2007-2008-2009 Andrea Cimitan
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ *
+ */
+
+#ifndef MURRINE_DRAW_RGBA_H
+#define MURRINE_DRAW_RGBA_H
+
+#include "murrine_types.h"
+
+#include <gtk/gtk.h>
+#include <gdk/gdk.h>
+
+#include <cairo.h>
+
+G_GNUC_INTERNAL void murrine_draw_button_rgba (cairo_t *cr,
+                                               const MurrineColors    *colors,
+                                               const WidgetParameters *widget,
+                                               int x, int y, int width, int height,
+                                               boolean vertical);
+
+#endif /* MURRINE_DRAW_RGBA_H */
