[oxygen-gtk3] workaround anaconda main menu not visible in F18 Beta TC2 KDE Live (#864058)

Rex Dieter rdieter at fedoraproject.org
Wed Oct 17 15:50:00 UTC 2012


commit 51e07eb33a4357145cd65940bfe95d1ef117c493
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Wed Oct 17 10:50:02 2012 -0500

    workaround anaconda main menu not visible in F18 Beta TC2 KDE Live (#864058)
    
    - -DENABLE_INNER_SHADOWS_HACK=0

 oxygen-gtk3.spec |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/oxygen-gtk3.spec b/oxygen-gtk3.spec
index e617921..20e54f4 100644
--- a/oxygen-gtk3.spec
+++ b/oxygen-gtk3.spec
@@ -2,7 +2,7 @@
 Name:		oxygen-gtk3
 Epoch:		1
 Version:	1.1.1
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Oxygen GTK+3 theme
 
 Group:		User Interface/Desktops
@@ -35,7 +35,10 @@ 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} \
+  -DENABLE_INNER_SHADOWS_HACK=0 \
+  -DOXYGEN_FORCE_KDE_ICONS_AND_FONTS=0 \
+  ..
 popd
 
 make %{?_smp_mflags} -C %{_target_platform}
@@ -59,6 +62,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Oct 17 2012 Rex Dieter <rdieter at fedoraproject.org> 1.1.1-2
+- workaround anaconda main menu not visible in F18 Beta TC2 KDE Live (#864058)
+- -DENABLE_INNER_SHADOWS_HACK=0
+
 * Fri Oct  5 2012 Alexey Kurov <nucleo at fedoraproject.org> - 1:1.1.1-1
 - oxygen-gtk3-1.1.1
 


More information about the scm-commits mailing list