Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (652849305098e666d60f321e686ce55711b513db)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (652849305098e666d60f321e686ce55711b513db)
  • Date: Mon, 13 Apr 2009 09:56:56 -0500

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

gnome2-apps/epiphany/CONFIGURE | 2 +-
gnome2-apps/epiphany/DETAILS | 4 ++++
gnome2-apps/epiphany/HISTORY | 3 ++-
gnome2-apps/epiphany/epiphany-2.27.1.tar.bz2.sig |binary
4 files changed, 7 insertions(+), 2 deletions(-)

New commits:
commit 652849305098e666d60f321e686ce55711b513db
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

epiphany: Added devel version. Webkitgtk support was removed from
2.26.x. It is only in the devel version for now.

diff --git a/gnome2-apps/epiphany/CONFIGURE b/gnome2-apps/epiphany/CONFIGURE
index 921209e..8e9f9f0 100755
--- a/gnome2-apps/epiphany/CONFIGURE
+++ b/gnome2-apps/epiphany/CONFIGURE
@@ -1,3 +1,3 @@
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?" n
+config_query EPIPHANY_WEBKIT "Do you want to use the (experimental) WebKit
rendering engine (Requires devel version)?" n

diff --git a/gnome2-apps/epiphany/DETAILS b/gnome2-apps/epiphany/DETAILS
index 2b650cc..9d2e9c3 100755
--- a/gnome2-apps/epiphany/DETAILS
+++ b/gnome2-apps/epiphany/DETAILS
@@ -1,5 +1,9 @@
SPELL=epiphany
+if [[ "$EPIPHANY_WEBKIT" == "n" ]]; then
VERSION=2.26.1
+else
+ VERSION=2.27.1
+fi
BRANCH=$(echo $VERSION|cut -d . -f 1,2)
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/gnome2-apps/epiphany/HISTORY b/gnome2-apps/epiphany/HISTORY
index 96ec1da..96f0c2f 100644
--- a/gnome2-apps/epiphany/HISTORY
+++ b/gnome2-apps/epiphany/HISTORY
@@ -1,5 +1,6 @@
2009-04-13 George Sherwood <gsherwood AT sourcemage.org>
- * DETAILS: Updated to version 2.26.1
+ * DETAILS: Updated to version 2.26.1. Added devel version 2.27.1
+ * CONFIGURE: webkitgtk only works with devel version

2009-03-28 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 2.26.0
diff --git a/gnome2-apps/epiphany/epiphany-2.27.1.tar.bz2.sig
b/gnome2-apps/epiphany/epiphany-2.27.1.tar.bz2.sig
new file mode 100644
index 0000000..f55381a
Binary files /dev/null and b/gnome2-apps/epiphany/epiphany-2.27.1.tar.bz2.sig
differ



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (652849305098e666d60f321e686ce55711b513db), George Sherwood, 04/13/2009

Archive powered by MHonArc 2.6.24.

Top of Page