elementary: removing webkit2 module as it should now be built outside of tree.

A later new repository will show up with it.
This commit is contained in:
Cedric BAIL 2016-03-23 14:05:36 -07:00
parent af3a3c97d9
commit b1f28ef697
4 changed files with 0 additions and 1253 deletions

View File

@ -1 +0,0 @@
*.eo.*

View File

@ -1,42 +0,0 @@
AUTOMAKE_OPTIONS = 1.4 foreign
MAINTAINERCLEANFILES = Makefile.in
CLEANFILES =
EOLIAN_FLAGS = @DEPS_EOLIAN_FLAGS@ \
-I$(top_srcdir)/src/lib
include $(top_srcdir)/Makefile_Eolian_Helper.am
AM_CPPFLAGS = \
-DELM_INTERNAL_API_ARGESFSDFEFC=1 \
-DMODULES_PATH=\"$(pkglibdir)/modules\" \
-I. \
-I$(top_builddir) \
-I$(top_srcdir) \
-I$(top_srcdir)/src/imported \
-I$(top_srcdir)/src/lib \
-I$(top_builddir)/src/lib \
-DPACKAGE_DATA_DIR=\"$(pkgdatadir)\" \
-DLOCALE_DIR=\"$(localedir)\" \
-DPACKAGE_LIB_DIR=\"$(libdir)\" \
-DICON_DIR=\"$(datadir)/icons\" \
-DELM_TOP_BUILD_DIR=\"$(top_builddir)\" \
-DELEMENTARY_BUILD \
@ELEMENTARY_CFLAGS@ \
@EWEBKIT2_CFLAGS@
if HAVE_EWEBKIT2
pkgdir = $(pkglibdir)/modules/web/webkit2/$(MODULE_ARCH)
pkg_LTLIBRARIES = module.la
BUILT_SOURCES = elm_web_webkit2.eo.h elm_web_webkit2.eo.c
module_la_SOURCES = elm_web_webkit2.c elm_web_webkit2.eo.h
module_la_LIBADD = @ELEMENTARY_LIBS@ $(top_builddir)/src/lib/libelementary.la @EWEBKIT2_LIBS@
module_la_LDFLAGS = -module @EFL_LTMODULE_FLAGS@
module_la_LIBTOOLFLAGS = --tag=disable-static
endif
EXTRA_DIST = elm_web_webkit2.eo

File diff suppressed because it is too large Load Diff

View File

@ -1,53 +0,0 @@
class Elm.Web.Webkit2 (Elm.Web)
{
implements {
Evas.Object_Smart.add;
Evas.Object_Smart.del;
Elm.Widget.on_focus;
Elm.Web.tab_propagate.get;
Elm.Web.tab_propagate.set;
Elm.Web.webkit_view.get;
Elm.Web.window_create_hook.set;
Elm.Web.dialog_alert_hook.set;
Elm.Web.dialog_confirm_hook.set;
Elm.Web.dialog_prompt_hook.set;
Elm.Web.dialog_file_selector_hook.set;
Elm.Web.console_message_hook.set;
Elm.Web.useragent.set;
Elm.Web.useragent.get;
Elm.Web.url.set;
Elm.Web.url.get;
Elm.Web.html_string_load;
Elm.Web.title.get;
Elm.Web.bg_color.set;
Elm.Web.bg_color.get;
Elm.Web.selection.get;
Elm.Web.popup_selected.set;
Elm.Web.popup_destroy;
Elm.Web.text_search;
Elm.Web.text_matches_mark;
Elm.Web.text_matches_unmark_all;
Elm.Web.text_matches_highlight.set;
Elm.Web.text_matches_highlight.get;
Elm.Web.load_progress.get;
Elm.Web.stop;
Elm.Web.reload;
Elm.Web.reload_full;
Elm.Web.back;
Elm.Web.forward;
Elm.Web.navigate;
Elm.Web.back_possible.get;
Elm.Web.forward_possible.get;
Elm.Web.navigate_possible_get;
Elm.Web.history_enabled.get;
Elm.Web.history_enabled.set;
Elm.Web.zoom.set;
Elm.Web.zoom.get;
Elm.Web.zoom_mode.set;
Elm.Web.zoom_mode.get;
Elm.Web.region_show;
Elm.Web.region_bring_in;
Elm.Web.inwin_mode.set;
Elm.Web.inwin_mode.get;
}
}