epiphany r8824 - in trunk: . plugins plugins/desktop-file
- From: xan svn gnome org
- To: svn-commits-list gnome org
- Subject: epiphany r8824 - in trunk: . plugins plugins/desktop-file
- Date: Sat, 28 Feb 2009 09:03:12 +0000 (UTC)
Author: xan
Date: Sat Feb 28 09:03:11 2009
New Revision: 8824
URL: http://svn.gnome.org/viewvc/epiphany?rev=8824&view=rev
Log:
Remove gecko-only desktop-file plugin.
Removed:
trunk/plugins/Makefile.am
trunk/plugins/desktop-file/Makefile.am
trunk/plugins/desktop-file/plugin.cpp
trunk/plugins/desktop-file/plugin.symbols
Modified:
trunk/Makefile.am
trunk/configure.ac
Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am (original)
+++ trunk/Makefile.am Sat Feb 28 09:03:11 2009
@@ -33,7 +33,6 @@
DISTCHECK_CONFIGURE_FLAGS = \
--enable-python \
--enable-zeroconf \
- --enable-desktop-file-plugin \
--enable-gtk-doc \
--disable-schemas-install \
--disable-scrollkeeper
Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Sat Feb 28 09:03:11 2009
@@ -384,41 +384,6 @@
AC_SUBST([EPIPHANY_FEATURES])
-# *******
-# Plugins
-# *******
-
-# Gecko 1.9 can handle .desktop files from file: URLs itself, but we
-# also support windows .lnk files, so always enable this plugin
-
-# if test "$with_engine" = "mozilla" ; then
-#
-# AC_MSG_CHECKING([whether to build the deskop file plugin])
-# AC_ARG_ENABLE([desktop-file-plugin],
-# AS_HELP_STRING([--disable-desktop-file-plugin],[Disable the desktop file plugin (default: enabled)]),
-# [],[enable_desktop_file_plugin=yes])
-# AC_MSG_RESULT([$enable_desktop_file_plugin])
-#
-# if test "$enable_desktop_file_plugin" = "yes"; then
-# if test "${gecko_cv_gecko}" = "libxul-embedding" -o "${gecko_cv_gecko}" = "libxul"; then
-# PKG_CHECK_MODULES([DESKTOP_FILE_PLUGIN_DEP],[${gecko_cv_gecko} mozilla-plugin gtk+-2.0 >= 2.6.0])
-# else
-# PKG_CHECK_MODULES([DESKTOP_FILE_PLUGIN_DEP],[${gecko_cv_gecko}-xpcom ${gecko_cv_gecko}-plugin gtk+-2.0 >= 2.6.0])
-# fi
-# AC_SUBST([DESKTOP_FILE_PLUGIN_DEP_CFLAGS])
-# AC_SUBST([DESKTOP_FILE_PLUGIN_DEP_LIBS])
-# fi
-#
-# if test "$enable_desktop_file_plugin" = "yes"; then
-# AC_DEFINE([HAVE_PRIVATE_PLUGINS],[1],[Define if any private plugins are enabled])
-# fi
-#
-# else # with_engine = mozilla
-# enable_desktop_file_plugin=no
-# fi # with_engine != mozilla
-#
-# AM_CONDITIONAL([ENABLE_DESKTOP_FILE_PLUGIN],[test "$enable_desktop_file_plugin" = "yes"])
-
# *******************
# Additional features
# *******************
@@ -614,9 +579,6 @@
[],
[EPIPHANY_API_VERSION=$EPIPHANY_API_VERSION])
-# plugins/Makefile
-# plugins/desktop-file/Makefile
-
AC_OUTPUT
# *************************************
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]