[Lunar-commits] <moonbase> epiphany: fix the build for 2.30

Zachary McGrew zmcgrew at lunar-linux.org
Thu Jul 15 22:17:31 CEST 2010


commit f43a03ebef8215687e584e052b950c73c44fecca
Author: Zachary McGrew <zmcgrew at lunar-linux.org>
Date:   Mon Apr 5 23:45:20 2010 -0700

    epiphany: fix the build for 2.30
---
 gnome2/desktop/epiphany/BUILD     |   21 +--------------------
 gnome2/desktop/epiphany/CONFIGURE |    3 ---
 gnome2/desktop/epiphany/DEPENDS   |    5 ++++-
 3 files changed, 5 insertions(+), 24 deletions(-)

diff --git a/gnome2/desktop/epiphany/BUILD b/gnome2/desktop/epiphany/BUILD
index a77c850..b35c3d7 100644
--- a/gnome2/desktop/epiphany/BUILD
+++ b/gnome2/desktop/epiphany/BUILD
@@ -1,28 +1,9 @@
 (
 
-   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
-
    #Something's wrong with the configure they ship
    #This fixes it
    autoreconf &&
  
-   ./configure  --prefix=${GNOME210_PREFIX:-/usr}             \
-                --build=$BUILD                                \
-                --sysconfdir=/etc                             \
-                --localstatedir=/var                          \
-                --infodir=${GNOME210_PREFIX:-/usr}/share/info \
-                --mandir=${GNOME210_PREFIX:-/usr}/share/man   \
-                $OPTS                                         &&
-    default_make
+   default_build
 
 ) > $C_FIFO 2>&1
diff --git a/gnome2/desktop/epiphany/CONFIGURE b/gnome2/desktop/epiphany/CONFIGURE
deleted file mode 100644
index 0245720..0000000
--- a/gnome2/desktop/epiphany/CONFIGURE
+++ /dev/null
@@ -1,3 +0,0 @@
-mquery  DESKTOP_PLUGIN       "Enable the desktop file plugin"             n
-mquery  ZEROCONF_BOOKMARKS   "Enable zeroconf bookmarks support"          n
-mquery  CERTIFICATE_MANAGER  "Enable certificate manager (EXPERIMENTAL)"  n
diff --git a/gnome2/desktop/epiphany/DEPENDS b/gnome2/desktop/epiphany/DEPENDS
index fe65a3e..be95188 100644
--- a/gnome2/desktop/epiphany/DEPENDS
+++ b/gnome2/desktop/epiphany/DEPENDS
@@ -2,5 +2,8 @@ depends  webkit
 depends  libgnomeui
 depends  libgnomeprintui
 depends  iso-codes
+depends  ca-certificates
 
-optional_depends  "Python"  ""  ""  "to enable Python support" 
+optional_depends  Python  ""                   ""  "For Python extension support" 
+optional_depends  seed    "--enable-seed"      ""  "For seed support"
+optional_depends  avahi   "--enable-zeroconf"  ""  "For zeroconf bookmarks"


More information about the Lunar-commits mailing list