[eclipse] Make GTK3 the default SWT implementation in eclipse.ini

Mat Booth mbooth at fedoraproject.org
Tue Jul 8 08:34:26 UTC 2014


commit e70f9a8fce7907dc756b4b2aa6483d81d7bf4a4a
Author: Mat Booth <mat.booth at redhat.com>
Date:   Tue Jul 8 09:34:23 2014 +0100

    Make GTK3 the default SWT implementation in eclipse.ini

 eclipse.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/eclipse.spec b/eclipse.spec
index 92db806..d010a80 100644
--- a/eclipse.spec
+++ b/eclipse.spec
@@ -39,7 +39,7 @@ Epoch:                  1
 Summary:        An open, extensible IDE
 Name:           %{?scl_prefix}eclipse
 Version:        %{eclipse_version}
-Release:        4%{?dist}
+Release:        5%{?dist}
 License:        EPL
 Group:          Development/Tools
 URL:            http://www.eclipse.org/
@@ -548,6 +548,7 @@ popd
 sed -i "s|-Xms40m|-Xms128m|g" eclipse.ini
 sed -i "s|-Xmx384m|-Xmx512m|g" eclipse.ini
 sed -i '1i-protect\nmaster' eclipse.ini
+sed -i '5i--launcher.GTK_version\n3' eclipse.ini
 
 # Temporary fix until https://bugs.eclipse.org/294877 is resolved
 cat >> eclipse.ini <<EOF
@@ -1015,6 +1016,9 @@ fi
 %{_libdir}/%{pkg_name}/plugins/org.eclipse.osgi.compatibility.state_*
 
 %changelog
+* Tue Jul 08 2014 Mat Booth <mat.booth at redhat.com> - 1:4.4.0-5
+- Make GTK3 the default SWT implementation in eclipse.ini
+
 * Wed Jul 02 2014 Mat Booth <mat.booth at redhat.com> - 1:4.4.0-4
 - Package the equinox.p2.discovery feature, obsolete the separate package
 - Update e-b snapshot


More information about the scm-commits mailing list