Add patch for webkit2 support.

This commit is contained in:
Sami Wagiaalla 2014-07-25 14:00:11 -04:00
parent e9d4fa177d
commit b6c33eb86b

View File

@ -38,7 +38,7 @@ Epoch: 1
Summary: An open, extensible IDE
Name: %{?scl_prefix}eclipse
Version: %{eclipse_version}
Release: 8%{?dist}
Release: 9%{?dist}
License: EPL
Group: Development/Tools
URL: http://www.eclipse.org/
@ -113,6 +113,7 @@ Patch22: %{pkg_name}-policy-comparators.patch
# https://bugs.eclipse.org/bugs/show_bug.cgi?id=438992
Patch23: %{pkg_name}-bug-438992.patch
Patch24: %{pkg_name}-webkit2-support.patch
BuildRequires: rsync
BuildRequires: make, gcc
@ -131,6 +132,7 @@ BuildRequires: java-1.8.0-openjdk-devel
BuildRequires: libXt-devel
BuildRequires: webkitgtk-devel
BuildRequires: webkitgtk3
BuildRequires: webkitgtk3-devel
BuildRequires: geronimo-annotation >= 1.0-7
BuildRequires: %{?scl_prefix}icu4j-eclipse >= 1:52.1
BuildRequires: ant-antlr ant-apache-bcel ant-apache-log4j ant-apache-oro ant-apache-regexp ant-apache-resolver ant-commons-logging ant-apache-bsf ant-commons-net
@ -324,6 +326,7 @@ tar --strip-components=1 -xf %{SOURCE1}
%patch21
%patch22
%patch23 -p1
%patch24
#Disable as many things as possible to make the build faster. We care only for Eclipse.
%pom_disable_module platform.sdk eclipse.platform.releng.tychoeclipsebuilder
@ -1010,6 +1013,9 @@ fi
%{_libdir}/%{pkg_name}/plugins/org.eclipse.osgi.compatibility.state_*
%changelog
* Thu Jul 24 2014 Sami Wagiaalla <swagiaal@redhat.com> 1:4.4.0-9
- Add patch for webkit2 support.
* Wed Jul 16 2014 Mat Booth <mat.booth@redhat.com> - 1:4.4.0-8
- Update eclipse-build snapshot
- Tighten up deps on asm