Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (130b76f4cc570532747dc1852311d6169a203489)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (130b76f4cc570532747dc1852311d6169a203489)
  • Date: Sat, 26 Sep 2009 16:08:40 -0500

GIT changes to master grimoire by Ladislav Hagara <hgr AT vabo.cz>:

gnome2-apps/epiphany/BUILD | 5 -----
gnome2-apps/epiphany/CONFIGURE | 3 ---
gnome2-apps/epiphany/DEPENDS | 6 +-----
gnome2-apps/epiphany/HISTORY | 3 +++
gnome2-apps/epiphany/INSTALL | 6 ------
5 files changed, 4 insertions(+), 19 deletions(-)

New commits:
commit 130b76f4cc570532747dc1852311d6169a203489
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

epiphany: xulrunner rendering engine removed

diff --git a/gnome2-apps/epiphany/BUILD b/gnome2-apps/epiphany/BUILD
index 24c76de..406267e 100755
--- a/gnome2-apps/epiphany/BUILD
+++ b/gnome2-apps/epiphany/BUILD
@@ -1,8 +1,3 @@
-if [[ "${EPIPHANY_WEBKIT}" == "n" ]]; then
-OPTS="${OPTS} --with-gecko=libxul-embedding"
-fi &&
-
-
# requires at least -O2 to not segfault on startup with gcc 4.0
if ! echo "$CFLAGS" | grep -q -- '-O3'; then
CFLAGS="$CFLAGS -O2" &&
diff --git a/gnome2-apps/epiphany/CONFIGURE b/gnome2-apps/epiphany/CONFIGURE
deleted file mode 100755
index 8e9f9f0..0000000
--- a/gnome2-apps/epiphany/CONFIGURE
+++ /dev/null
@@ -1,3 +0,0 @@
-message "${PROBLEM_COLOR}WebKit support is still experimental, and many
features are still not implemented!${DEFAULT_COLOR}" &&
-config_query EPIPHANY_WEBKIT "Do you want to use the (experimental) WebKit
rendering engine (Requires devel version)?" n
-
diff --git a/gnome2-apps/epiphany/DEPENDS b/gnome2-apps/epiphany/DEPENDS
index 6d795fc..4179816 100755
--- a/gnome2-apps/epiphany/DEPENDS
+++ b/gnome2-apps/epiphany/DEPENDS
@@ -30,8 +30,4 @@ optional_depends rarian \

optional_depends libgnomeprintui '' '' 'Enable printing?' &&

-if [[ "${EPIPHANY_WEBKIT}" == "y" ]]; then
- depends webkitgtk "--with-engine=webkit"
-else
- depends xulrunner
-fi
+depends webkitgtk
diff --git a/gnome2-apps/epiphany/HISTORY b/gnome2-apps/epiphany/HISTORY
index eed1160..61e1d56 100644
--- a/gnome2-apps/epiphany/HISTORY
+++ b/gnome2-apps/epiphany/HISTORY
@@ -1,3 +1,6 @@
+2009-09-26 Ladislav Hagara <hgr AT vabo.cz>
+ * DEPENDS, CONFIGURE, BUILD, INSTALL: xulrunner rendering engine
removed
+
2009-09-22 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.28.0
* PRE_BUILD, epiphany.patch: removed
diff --git a/gnome2-apps/epiphany/INSTALL b/gnome2-apps/epiphany/INSTALL
deleted file mode 100755
index 4c5b226..0000000
--- a/gnome2-apps/epiphany/INSTALL
+++ /dev/null
@@ -1,6 +0,0 @@
-if [[ "${EPIPHANY_WEBKIT}" == "n" ]]; then
-mkdir -p $INSTALL_ROOT/usr/lib/epiphany/$(echo $VERSION|cut -d . -f 1,2) &&
-ln -sf $INSTALL_ROOT/usr/lib/xulrunner/plugins
$INSTALL_ROOT/usr/lib/epiphany/$(echo $VERSION|cut -d . -f 1,2)/plugins
-fi &&
-
-default_install



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (130b76f4cc570532747dc1852311d6169a203489), Ladislav Hagara, 09/26/2009

Archive powered by MHonArc 2.6.24.

Top of Page