Hello community, here is the log from the commit of package oxygen-gtk2 for openSUSE:Factory checked in at 2014-11-07 09:05:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/oxygen-gtk2 (Old) and /work/SRC/openSUSE:Factory/.oxygen-gtk2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "oxygen-gtk2" Changes: -------- --- /work/SRC/openSUSE:Factory/oxygen-gtk2/oxygen-gtk2.changes 2014-11-02 16:46:07.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.oxygen-gtk2.new/oxygen-gtk2.changes 2014-11-07 09:05:09.000000000 +0100 @@ -10,0 +11,5 @@ +Mon Sep 8 00:40:07 UTC 2014 - [email protected] + +- Add fix-menu-items-look.patch: Center text in menuitem. + +------------------------------------------------------------------- New: ---- fix-menu-items-look.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ oxygen-gtk2.spec ++++++ --- /var/tmp/diff_new_pack.yrleQn/_old 2014-11-07 09:05:10.000000000 +0100 +++ /var/tmp/diff_new_pack.yrleQn/_new 2014-11-07 09:05:10.000000000 +0100 @@ -25,6 +25,8 @@ Url: https://projects.kde.org/projects/playground/artwork/oxygen-gtk/ Source0: http://download.kde.org/stable/%{name}/%{version}/src/%{name}-%{version}.tar.bz2 Source100: baselibs.conf +# PATCH-FIX-OPENSUSE fix-menu-items-look.patch [email protected] -- Vertical center text in menuitems. +Patch0: fix-menu-items-look.patch BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: pkgconfig(cairo) @@ -91,6 +93,7 @@ %prep %setup -q +%patch0 %build mkdir -p build ++++++ fix-menu-items-look.patch ++++++ From: Mariusz Fik <[email protected]> Date: 2014-09-07 22:37:19 +02:00 Subject: Vertical center text in menuitems References: https://reviewboard.kde.org/r/118715/ Upstream: submitted Center text in menuitem and make it more compact, to look closer to native widgets. --- rc/gtkrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Index: rc/gtkrc =================================================================== --- rc/gtkrc.orig +++ rc/gtkrc @@ -99,13 +99,13 @@ class "GtkMenuBar" style "oxygen-menubar style "oxygen-menubaritem" = "oxygen-default" { xthickness = 3 - ythickness = 2 + ythickness = 3 } style "oxygen-menuitem" = "oxygen-default" { xthickness = 1 - ythickness = 5 + ythickness = 3 } style "oxygen-separator-menuitem" = "oxygen-default" -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
