[Lunar-commits] CVS: moonbase/web/epiphany BUILD, 1.11, 1.12 DEPENDS, 1.1, 1.2 DETAILS, 1.28, 1.29

Nick Hudson nhudson at lunar-linux.org
Fri Apr 9 19:19:35 GMT 2004


Update of /var/cvs/lunar/moonbase/web/epiphany
In directory dbguin.lunar-linux.org:/tmp/cvs-serv9640/epiphany

Modified Files:
	BUILD DEPENDS DETAILS 
Log Message:

Updating epiphany to new version 1.2.1


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/web/epiphany/BUILD,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- BUILD	18 Jan 2004 16:15:29 -0000	1.11
+++ BUILD	9 Apr 2004 19:19:33 -0000	1.12
@@ -1,10 +1,13 @@
-(   
-    export LD_LIBRARY_PATH=/opt/lunar/gnome/2.4/lib:/usr/lib:/lib
- 
-OPTS="$OPTS --disable-nautilus-view"
-default_build
+(
+
+   ./configure  --prefix=${GNOME26_PREFIX:-/usr}  \
+                --build=$BUILD                    \
+                --sysconfdir=/etc                 \
+                --localstatedir=/var              \
+                --infodir=${GNOME26_PREFIX:-/usr}/share/info \
+                --mandir=${GNOME26_PREFIX:-/usr}/share/man   \
+                $OPTS                             &&
+    default_make                                  &&
+    cp $SCRIPT_DIRECTORY/epiphany /usr/bin        
 
-#This will make epiphany use all mozilla plugins
-cp $SCRIPT_DIRECTORY/epiphany /usr/bin
-  
 ) > $C_FIFO 2>&1

Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/web/epiphany/DEPENDS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DEPENDS	13 Apr 2003 16:58:53 -0000	1.1
+++ DEPENDS	9 Apr 2004 19:19:33 -0000	1.2
@@ -1,2 +1,3 @@
 depends  mozilla &&
-depends  libgnomeui 
+depends  libgnomeui &&
+optional_depends "nautilus" "--enable-nautilus-view" "--disable-nautilus-view" "for nautilus-view support"  

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/web/epiphany/DETAILS,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- DETAILS	18 Jan 2004 16:15:29 -0000	1.28
+++ DETAILS	9 Apr 2004 19:19:33 -0000	1.29
@@ -1,12 +1,12 @@
           MODULE=epiphany
-         VERSION=1.0.7
+         VERSION=1.2.2
           SOURCE=$MODULE-$VERSION.tar.bz2
-      SOURCE_VFY=md5:6f1639d7c7133769ce28eb24358ef55b
+      SOURCE_VFY=md5:abf9a04159e1c0ef8c27d676ab383b8d
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
-   SOURCE_URL[0]=$GNOME_URL/sources/$MODULE/1.0/$SOURCE
+   SOURCE_URL[0]=$GNOME_URL/sources/$MODULE/1.2/$SOURCE
         WEB_SITE=http://epiphany.mozdev.org
          ENTERED=20030413
-         UPDATED=20040118
+         UPDATED=20040402
        MAINTAINER=nhudson at lunar-linux.org
            SHORT="Epiphany is a GNOME Web browser based on Gecko (the 
 Mozilla rendering engine)."



More information about the Lunar-commits mailing list