]> git.pld-linux.org Git - packages/epiphany.git/commitdiff
- desperate mozilla hack + bit python love
authorfreetz <freetz@pld-linux.org>
Wed, 1 Feb 2006 17:18:27 +0000 (17:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    epiphany-configure.patch -> 1.1

epiphany-configure.patch [new file with mode: 0644]

diff --git a/epiphany-configure.patch b/epiphany-configure.patch
new file mode 100644 (file)
index 0000000..3516aea
--- /dev/null
@@ -0,0 +1,44 @@
+diff -aurN epiphany-1.9.6.orig/configure.ac epiphany-1.9.6/configure.ac
+--- epiphany-1.9.6.orig/configure.ac   2006-01-30 22:30:55.000000000 +0100
++++ epiphany-1.9.6/configure.ac        2006-02-01 18:11:03.231476000 +0100
+@@ -338,26 +338,6 @@
+       AC_DEFINE([ENABLE_FILEPICKER],[1],[Define to enable the native filepicker])
+ fi
+-# Check for some contractIDs that we need but are provided by extensions
+-# which may or may not have been built.
+-
+-REQUIRED_EXTENSIONS="cookie"
+-if test "$gecko_cv_gecko_version_major" = 1 -a "$gecko_cv_gecko_version_minor" -ge "8"; then
+-      REQUIRED_EXTENSIONS="$REQUIRED_EXTENSIONS,permissions"
+-fi
+-
+-GECKO_CHECK_CONTRACTID([@mozilla.org/permissionmanager;1],
+-      [],[AC_MSG_ERROR([Gecko needs to be compiled with at least --enable-extensions=default,$REQUIRED_EXTENSIONS])])
+-GECKO_CHECK_CONTRACTID([@mozilla.org/PopupWindowManager;1],
+-      [],[AC_MSG_ERROR([Gecko needs to be compiled with at least --enable-extensions=default,$REQUIRED_EXTENSIONS])])
+-GECKO_CHECK_CONTRACTID([@mozilla.org/cookie/permission;1],
+-      [],[AC_MSG_ERROR([Gecko needs to be compiled with at least --enable-extensions=default,$REQUIRED_EXTENSIONS])])
+-      
+-if test "$gecko_cv_gecko_version_major" = "1" -a "$gecko_cv_gecko_version_minor" -ge "8"; then
+-      GECKO_CHECK_CONTRACTID([@mozilla.org/permissions/contentblocker;1],
+-              [],[AC_MSG_ERROR([Gecko needs to be compiled with at least --enable-extensions=default,$REQUIRED_EXTENSIONS])])
+-fi
+-
+ # ***************
+ # Multimedia keys
+ # ***************
+@@ -450,11 +430,11 @@
+       AC_MSG_RESULT([$PYGTK_DEFSDIR])
+       AC_MSG_CHECKING([for pygtk codegen])
+-      PYGTK_CODEGEN="$PYTHON `$PKG_CONFIG --variable=codegendir pygtk-2.0`/codegen.py"
++      PYGTK_CODEGEN="$PYTHON `$PKG_CONFIG --variable=codegendir pygtk-2.0`/codegen.pyc"
+       AC_MSG_RESULT([$PYGTK_CODEGEN])
+       AC_MSG_CHECKING([for pygtk h2def])
+-      PYGTK_H2DEF="$PYTHON `$PKG_CONFIG --variable=codegendir pygtk-2.0`/h2def.py"
++      PYGTK_H2DEF="$PYTHON `$PKG_CONFIG --variable=codegendir pygtk-2.0`/h2def.pyc"
+       AC_MSG_RESULT([$PYGTK_H2DEF])
+       
+       AC_SUBST([PYGTK_DEFSDIR])
This page took 0.028099 seconds and 4 git commands to generate.