[freemind/f14] Fix to set the default lookandfeel to gtk+

hannes hannes at fedoraproject.org
Tue Aug 23 08:45:02 UTC 2011


commit 6da62a9fe627d6135e3eed59310c3abe3c2bcc4d
Author: hannes <hannes at fedoraproject.org>
Date:   Tue Aug 23 10:44:33 2011 +0200

    Fix to set the default lookandfeel to gtk+

 freemind.spec |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/freemind.spec b/freemind.spec
index e642e3f..5b834e9 100644
--- a/freemind.spec
+++ b/freemind.spec
@@ -1,6 +1,6 @@
 Name: freemind		
 Version: 0.9.0
-Release:	3%{?dist}
+Release:	4%{?dist}
 Summary:	Free mind mapping software	
 
 Group:	Applications/Productivity
@@ -90,6 +90,11 @@ This package contains the API documentation for %{name}.
 
 sed -i 's/\r//' %{_builddir}/%{name}/accessories/LICENSE.MIT
 
+# set default lookandfeel to be gtk+. Fixes bug #729487
+sed -i 's/lookandfeel = default/lookandfeel = gtk+/' \
+        freemind.properties
+
+
 find -name '*.class' -exec rm -f '{}' \;
 find -name '*.jar' -exec rm -f '{}' \;
 find -name '*.zip' -exec rm -f '{}' \;
@@ -250,6 +255,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Tue Jul 23 2011 Johannes Lips <Johannes.Lips googlemail com> 0.9.0-4
+- Fix bug #729487 by setting gtk+ lookandfeel by default
+
 * Thu Jul 21 2011 Johannes Lips <Johannes.Lips googlemail com> 0.9.0-3
 - fixed a typo in freemind.sh
 


More information about the scm-commits mailing list