[oxygen-gtk] disable forcing KDE icons and fonts

nucleo nucleo at fedoraproject.org
Fri Oct 28 19:06:39 UTC 2011


commit b99688652e05d47de58430b77ee5063d97ebd814
Author: nucleo <nucleo at fedoraproject.org>
Date:   Fri Oct 28 22:06:35 2011 +0300

    disable forcing KDE icons and fonts

 oxygen-gtk.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/oxygen-gtk.spec b/oxygen-gtk.spec
index 511684e..2eb9160 100644
--- a/oxygen-gtk.spec
+++ b/oxygen-gtk.spec
@@ -2,7 +2,7 @@
 Name:    oxygen-gtk
 Summary: Oxygen GTK theme
 Version: 1.1.4
-Release: 2%{?dist}
+Release: 3%{?dist}
 
 License: GPLv2+
 Group:   User Interface/Desktops
@@ -35,7 +35,7 @@ otherwise breaks every time some setting is changed in KDE.
 %build
 mkdir -p %{_target_platform}
 pushd %{_target_platform}
-%{cmake} ..
+%{cmake} -DOXYGEN_FORCE_KDE_ICONS_AND_FONTS=0  ..
 popd
 
 make %{?_smp_mflags} -C %{_target_platform}
@@ -60,6 +60,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri Oct 28 2011 Alexey Kurov <nucleo at fedoraproject.org> - 1.1.4-3
+- disable forcing KDE icons and fonts
+
 * Wed Oct 26 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.4-2
 - Rebuilt for glibc bug#747377
 


More information about the scm-commits mailing list