Skip to Content.
Sympa Menu

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

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 (ca1f189aed9b5ac71b0d4d4391432bf469bfb38e)
  • Date: Fri, 22 Oct 2010 20:30:21 -0500

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

dev/null |binary
gnome2-apps/epiphany/DEPENDS | 7 ++++++-
gnome2-apps/epiphany/DETAILS | 2 +-
gnome2-apps/epiphany/HISTORY | 4 ++++
gnome2-apps/epiphany/epiphany-2.31.3.tar.bz2.sig | 0
gnome2-apps/epiphany/epiphany-2.91.1.1.tar.bz2.sig |binary
6 files changed, 11 insertions(+), 2 deletions(-)

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

epiphany: Updated devel to version 2.91.1.1. First gtk+3 app that
builds. :)

diff --git a/gnome2-apps/epiphany/DEPENDS b/gnome2-apps/epiphany/DEPENDS
index 208ac01..81e9df2 100755
--- a/gnome2-apps/epiphany/DEPENDS
+++ b/gnome2-apps/epiphany/DEPENDS
@@ -1,6 +1,11 @@
depends iso-codes &&
depends dbus-glib &&
-depends webkitgtk &&
+if [[ "$EPIPHANY_DEVEL" == "n" ]]; then
+ depends webkitgtk
+else
+ depends webkitgtk3
+ depends gsettings-desktop-schemas
+fi &&
depends startup-notification &&
depends libgnome-keyring &&
depends -sub SOUP_GNOME libsoup &&
diff --git a/gnome2-apps/epiphany/DETAILS b/gnome2-apps/epiphany/DETAILS
index a41d7c9..0f46aee 100755
--- a/gnome2-apps/epiphany/DETAILS
+++ b/gnome2-apps/epiphany/DETAILS
@@ -1,6 +1,6 @@
SPELL=epiphany
if [[ "$EPIPHANY_DEVEL" == "y" ]]; then
- VERSION=2.31.3
+ VERSION=2.91.1.1
else
VERSION=2.30.6
fi
diff --git a/gnome2-apps/epiphany/HISTORY b/gnome2-apps/epiphany/HISTORY
index bf81849..f4e7a4a 100644
--- a/gnome2-apps/epiphany/HISTORY
+++ b/gnome2-apps/epiphany/HISTORY
@@ -1,3 +1,7 @@
+2010-10-22 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated devel to version 2.91.1.1
+ * DEPENDS: devel depends webkitgtk3, gsettings-desktop-schemas
+
2010-09-16 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.30.6

diff --git a/gnome2-apps/epiphany/epiphany-2.31.3.tar.bz2.sig
b/gnome2-apps/epiphany/epiphany-2.31.3.tar.bz2.sig
deleted file mode 100644
index 704a0e1..0000000
Binary files a/gnome2-apps/epiphany/epiphany-2.31.3.tar.bz2.sig and /dev/null
differ
diff --git a/gnome2-apps/epiphany/epiphany-2.91.1.1.tar.bz2.sig
b/gnome2-apps/epiphany/epiphany-2.91.1.1.tar.bz2.sig
new file mode 100644
index 0000000..4e99517
Binary files /dev/null and
b/gnome2-apps/epiphany/epiphany-2.91.1.1.tar.bz2.sig differ



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (ca1f189aed9b5ac71b0d4d4391432bf469bfb38e), George Sherwood, 10/22/2010

Archive powered by MHonArc 2.6.24.

Top of Page