[Lunar-commits] <moonbase> epiphany-svn: svn version of epiphany

Samuel Verstraete elangelo at lunar-linux.org
Fri Mar 13 16:02:39 CET 2009


commit 7a93f7c24f687316f7a98335fbca848e1e4b8c16
Author: Zachary McGrew <zmcgrew at lunar-linux.org>
Date:   Thu Jul 24 00:31:39 2008 -0700

    epiphany-svn: svn version of epiphany
---
 zbeta/epiphany-svn/BUILD     |   21 +++++++++++++++++++++
 zbeta/epiphany-svn/CONFIGURE |    5 +++++
 zbeta/epiphany-svn/DEPENDS   |    9 +++++++++
 zbeta/epiphany-svn/DETAILS   |   15 +++++++++++++++
 4 files changed, 50 insertions(+), 0 deletions(-)

diff --git a/zbeta/epiphany-svn/BUILD b/zbeta/epiphany-svn/BUILD
new file mode 100644
index 0000000..e27d0fb
--- /dev/null
+++ b/zbeta/epiphany-svn/BUILD
@@ -0,0 +1,21 @@
+(
+
+   if [[ "$DESKTOP_PLUGIN" == "y" ]]; then
+     OPTS="$OPTS --enable-deskop-file-plugin"
+   fi
+
+   if [[ "$ZEROCONF_BOOKMARKS" == "y" ]]; then
+     OPTS="$OPTS --enable-zeroconf"
+   fi
+
+   if [[ "$CERTIFICATE_MANAGER" == "y" ]]; then
+     OPTS="$OPTS --enable-certificate-manager"
+   fi
+
+   OPTS="$OPTS --with-engine=webkit"
+
+   sedit 's/xulrunner mozilla webkit/webkit/g' embed/Makefile.am
+ 
+   default_cvs_build
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/epiphany-svn/CONFIGURE b/zbeta/epiphany-svn/CONFIGURE
new file mode 100644
index 0000000..d5047a3
--- /dev/null
+++ b/zbeta/epiphany-svn/CONFIGURE
@@ -0,0 +1,5 @@
+mquery  DESKTOP_PLUGIN       "Enable the desktop file plugin"             y
+mquery  ZEROCONF_BOOKMARKS   "Enable zeroconf bookmarks support"          y
+mquery  CERTIFICATE_MANAGER  "Enable certificate manager"                 y
+
+#mquery ENABLE_CGID "Enable cgid ?" y --enable-cgid --enable-cgi
diff --git a/zbeta/epiphany-svn/DEPENDS b/zbeta/epiphany-svn/DEPENDS
new file mode 100644
index 0000000..0db4f60
--- /dev/null
+++ b/zbeta/epiphany-svn/DEPENDS
@@ -0,0 +1,9 @@
+depends  libgnomeui
+depends  libgnomeprintui
+depends  iso-codes
+depends  WebKit
+
+optional_depends  "Python"  "--enable-python"  ""  "to enable Python support"
+
+optional_depends  "enchant"  "--enable-spell-checker" "" \
+                  "to enable spell checing"
diff --git a/zbeta/epiphany-svn/DETAILS b/zbeta/epiphany-svn/DETAILS
new file mode 100644
index 0000000..b2a1150
--- /dev/null
+++ b/zbeta/epiphany-svn/DETAILS
@@ -0,0 +1,15 @@
+          MODULE=epiphany-svn
+         VERSION=beta
+          SOURCE=$MODULE-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+      SOURCE_URL=svn://svn.gnome.org/svn/epiphany/trunk/
+        WEB_SITE=http://live.gnome.org/Epiphany
+         ENTERED=20080128
+         UPDATED=`date -u +%Y%m01`
+           SHORT="GNOME Web browser."
+
+cat << EOF
+Epiphany is a GNOME Web browser that can use different rendering
+engines. It is fast, has a light interface, and is fully
+standards-compliant.
+EOF


More information about the Lunar-commits mailing list