[oxygen-gtk3] ENABLE_INNER_SHADOWS_HACK=0 workaround for kde#295831

nucleo nucleo at fedoraproject.org
Mon Mar 12 21:07:46 UTC 2012


commit 13f9165ca9a8392dd674dd3db85398636b949796
Author: nucleo <nucleo at fedoraproject.org>
Date:   Mon Mar 12 23:07:41 2012 +0200

    ENABLE_INNER_SHADOWS_HACK=0 workaround for kde#295831

 oxygen-gtk3.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/oxygen-gtk3.spec b/oxygen-gtk3.spec
index 1d555b4..5099e10 100644
--- a/oxygen-gtk3.spec
+++ b/oxygen-gtk3.spec
@@ -2,7 +2,7 @@
 Name:		oxygen-gtk3
 Epoch:		1
 Version:	1.0.2
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Oxygen GTK+3 theme
 
 Group:		User Interface/Desktops
@@ -35,7 +35,7 @@ otherwise breaks every time some setting is changed in KDE.
 
 mkdir -p %{_target_platform}
 pushd %{_target_platform}
-%{cmake} -DOXYGEN_FORCE_KDE_ICONS_AND_FONTS=0  ..
+%{cmake} -DOXYGEN_FORCE_KDE_ICONS_AND_FONTS=0 -DENABLE_INNER_SHADOWS_HACK=0 ..
 popd
 
 make %{?_smp_mflags} -C %{_target_platform}
@@ -59,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Mar 12 2012 Alexey Kurov <nucleo at fedoraproject.org> - 1:1.0.2-2
+- ENABLE_INNER_SHADOWS_HACK=0 workaround for kde#295831
+
 * Mon Mar 12 2012 Alexey Kurov <nucleo at fedoraproject.org> - 1:1.0.2-1
 - oxygen-gtk3-1.0.2
 - drop BR: dbus-glib-devel


More information about the scm-commits mailing list