Skip to Content.
Sympa Menu

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

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 (2925ca4e746682ec94984319371476d06201893f)
  • Date: Sat, 2 Jan 2010 14:44:13 -0600

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

gnome2-apps/epiphany/DETAILS | 7 ++++++-
gnome2-apps/epiphany/HISTORY | 4 ++++
gnome2-apps/epiphany/PREPARE | 1 +
3 files changed, 11 insertions(+), 1 deletion(-)

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

epiphany: Added devel version 2.29.3

diff --git a/gnome2-apps/epiphany/DETAILS b/gnome2-apps/epiphany/DETAILS
index 87d661a..652fc60 100755
--- a/gnome2-apps/epiphany/DETAILS
+++ b/gnome2-apps/epiphany/DETAILS
@@ -1,10 +1,15 @@
SPELL=epiphany
+if [[ "$EPIPHANY_DEVEL" == "y" ]]; then
+ VERSION=2.29.3
+
SOURCE_HASH="sha256:f69defb18eb1c8b873187e88f9e152d45b35687b671778df3b2b7e4e95b86ea7:UPSTREAM_HASH"
+else
VERSION=2.28.2
+
SOURCE_HASH="sha256:98b7a60bb42fa5c8ebdec1bf623319ae730e5674ddbcfaf51649093adb079490:UPSTREAM_HASH"
+fi
BRANCH=$(echo $VERSION|cut -d . -f 1,2)
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
-
SOURCE_HASH="sha256:98b7a60bb42fa5c8ebdec1bf623319ae730e5674ddbcfaf51649093adb079490:UPSTREAM_HASH"
LICENSE[0]=GPL
WEB_SITE=http://www.gnome.org/projects/epiphany/
ENTERED=20030909
diff --git a/gnome2-apps/epiphany/HISTORY b/gnome2-apps/epiphany/HISTORY
index 16c659e..fd40dd2 100644
--- a/gnome2-apps/epiphany/HISTORY
+++ b/gnome2-apps/epiphany/HISTORY
@@ -1,3 +1,7 @@
+2010-01-02 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Added devel version 2.29.3
+ * PREPARE: Added to select devel version
+
2010-01-01 Vasil Yonkov <spirtbrat AT sourcemage.org>
* DEPENDS: added libproxy

diff --git a/gnome2-apps/epiphany/PREPARE b/gnome2-apps/epiphany/PREPARE
new file mode 100755
index 0000000..8de73b9
--- /dev/null
+++ b/gnome2-apps/epiphany/PREPARE
@@ -0,0 +1 @@
+config_query EPIPHANY_DEVEL "Build devel version?" n



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (2925ca4e746682ec94984319371476d06201893f), George Sherwood, 01/02/2010

Archive powered by MHonArc 2.6.24.

Top of Page