Mailinglist Archive: opensuse-commit (480 mails)
| < Previous | Next > |
commit gtk2-engines for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 02 Nov 2009 12:38:24 +0100
- Message-id: <20091102113824.D3DFC202A7@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package gtk2-engines for openSUSE:Factory
checked in at Mon Nov 2 12:38:24 CET 2009.
--------
--- GNOME/gtk2-engines/gtk2-engines.changes 2009-09-30 11:40:44.000000000
+0200
+++ /mounts/work_src_done/STABLE/gtk2-engines/gtk2-engines.changes
2009-10-19 09:20:33.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Oct 19 09:01:01 CEST 2009 - mxwu@xxxxxxxxxx
+
+- Add gtk-engines-bnc546966-clearlooks-fix-main-menu-icon-size.patch
+ fix bnc#546966.
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
New:
----
gtk-engines-bnc546966-clearlooks-fix-main-menu-icon-size.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gtk2-engines.spec ++++++
--- /var/tmp/diff_new_pack.Ov8ifQ/_old 2009-11-02 12:37:37.000000000 +0100
+++ /var/tmp/diff_new_pack.Ov8ifQ/_new 2009-11-02 12:37:37.000000000 +0100
@@ -25,7 +25,7 @@
BuildRequires: intltool
Summary: Engines for GTK2 Themes
Version: 2.18.4
-Release: 1
+Release: 2
# FIXME for 11.3: build with lua engine
License: LGPL v2.1 or later
Group: System/GUI/GNOME
@@ -52,6 +52,7 @@
Obsoletes: gtk2-engines-64bit
%endif
#
+Patch0: gtk-engines-bnc546966-clearlooks-fix-main-menu-icon-size.patch
%description
This packages contains the theme engine libraries for GTK2.
@@ -61,6 +62,7 @@
%lang_package
%prep
%setup -q -n %{_name}-%{version}
+%patch0 -p1
%build
%configure
++++++ gtk-engines-bnc546966-clearlooks-fix-main-menu-icon-size.patch ++++++
diff --git a/themes/Clearlooks/gtk-2.0/gtkrc b/themes/Clearlooks/gtk-2.0/gtkrc
index 7c41554..7750557 100644
--- a/themes/Clearlooks/gtk-2.0/gtkrc
+++ b/themes/Clearlooks/gtk-2.0/gtkrc
@@ -422,3 +422,13 @@ widget_class "*<EelEditableLabel>" style
"fg_is_text_color_workaround"
# See the documentation of the style.
widget_class "EShellWindow.GtkVBox.BonoboDock.BonoboDockBand.BonoboDockItem*"
style "evo_new_button_workaround"
+
+style "theme-panel-button" {
+ xthickness = 0
+ ythickness = 0
+}
+
+widget "*slab-main-menu-panel-button-bottom*" style "theme-panel-button"
+widget "*slab-main-menu-panel-button-top*" style "theme-panel-button"
+widget "*slab-main-menu-panel-button-left*" style "theme-panel-button"
+widget "*slab-main-menu-panel-button-right*" style "theme-panel-button"
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |