[Lunar-commits] r23199 - moonbase/trunk/zbeta/beagle

Chad Kittel v3rt1g0 at lunar-linux.org
Fri Feb 9 02:58:55 CET 2007


Author: v3rt1g0
Date: 2007-02-09 02:58:55 +0100 (Fri, 09 Feb 2007)
New Revision: 23199

Modified:
   moonbase/trunk/zbeta/beagle/BUILD
   moonbase/trunk/zbeta/beagle/CONFIGURE
   moonbase/trunk/zbeta/beagle/DEPENDS
   moonbase/trunk/zbeta/beagle/DETAILS
Log:
  Module Version Bump: beagle (0.2.7 -> 0.2.16)

   * major overhaul to this module besides the version bump which
     contains tons of defect fixes and enhancements
   * reworked DEPENDS to be more accurate
   * simplified the BUILD
   * inotify support is optional

  compiled/tested: gcc-3.4.6 | glibc-2.3.6 | kernel headers 2.6.x


Modified: moonbase/trunk/zbeta/beagle/BUILD
===================================================================
--- moonbase/trunk/zbeta/beagle/BUILD	2007-02-09 01:57:53 UTC (rev 23198)
+++ moonbase/trunk/zbeta/beagle/BUILD	2007-02-09 01:58:55 UTC (rev 23199)
@@ -1,26 +1,13 @@
 (
 
-   ./configure  --prefix=${GNOME210_PREFIX:-/usr}  \
-                --build=$BUILD                    \
-                --sysconfdir=/etc                 \
-                --localstatedir=/var              \
-                --infodir=${GNOME210_PREFIX:-/usr}/share/info \
-                --mandir=${GNOME210_PREFIX:-/usr}/share/man   \
-                --enable-webservices              \
-                --enable-network                  \
-                --with-mozilla=firefox            \
-                $OPTS                             &&
-    default_make				  &&
+  # fixes a typo which causes a build error
+  sedit 's:\+  reader\.Value:reader\.Value:' Filters/FilterOpenOffice.cs  &&
 
-    if [ ! -d /usr/share/beagle ]; then
+  default_build  &&
 
-       mkdir /usr/share/beagle                     
-       cp mozilla-extension/beagle.xpi /usr/share/beagle/
+  if module_installed firefox ; then
+    mkdir -p /usr/share/beagle
+    cp mozilla-extension/beagle.xpi /usr/share/beagle/
+  fi
 
-    else
-   
-       cp mozilla-extension/beagle.xpi /usr/share/beagle/
-
-    fi  
-
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/zbeta/beagle/CONFIGURE
===================================================================
--- moonbase/trunk/zbeta/beagle/CONFIGURE	2007-02-09 01:57:53 UTC (rev 23198)
+++ moonbase/trunk/zbeta/beagle/CONFIGURE	2007-02-09 01:58:55 UTC (rev 23199)
@@ -1,21 +1,4 @@
-if [ ! -e /proc/sys/fs/inotify ]; then
-  echo "Please enable inotify support in your kernel,"
-  echo "FileSystems > INOTIFY"
-	false
-
-else
-
-  echo "Inotify is enabled in your kernel, continuing"
-
-fi
-
-
 if [ ! -d /usr/lib/mono/gmime-sharp ]; then
-   echo "Please re-install gmime and say "y" to mcs"
+   echo "Please re-install gmime and say Y to gtk-sharp2"
    false
-
-else
-
-   echo "Gmime mono bindings found"
-
 fi

Modified: moonbase/trunk/zbeta/beagle/DEPENDS
===================================================================
--- moonbase/trunk/zbeta/beagle/DEPENDS	2007-02-09 01:57:53 UTC (rev 23198)
+++ moonbase/trunk/zbeta/beagle/DEPENDS	2007-02-09 01:58:55 UTC (rev 23199)
@@ -1,9 +1,17 @@
-depends dbus            &&
-depends howl            &&
-depends libexif         &&
-depends gmime           &&
-depends gtk-sharp       &&
-depends evolution-sharp &&
-depends gsf-sharp-svn   &&
-depends xsp             &&
-depends firefox 
+depends  gnome-sharp  &&
+depends  gmime        &&
+depends  sqlite       &&
+depends  libexif      &&
+depends  zip          &&
+depends  dbus         &&
+
+optional_depends  "thunderbird"      "--enable-thunderbird"  ""  \
+                  "Enables the Thunderbird Mail Backend"         &&
+optional_depends  "evolution-sharp"  ""  "--disable-evolution"   \
+                  "Enables the Evolution Mail Backend"           &&
+optional_depends  "MPlayer"          ""  ""                      \
+                  "Enables beagle to parse metadata from videos" &&
+optional_depends  "wv"               ""  ""                      \
+                  "Enables MS Word support (must say Y to gsf-sharp)"  &&
+optional_depends  "gsf-sharp-svn"    ""  "--disable-gsf-sharp"   \
+                  "Enables Microsoft Powerpoint support"

Modified: moonbase/trunk/zbeta/beagle/DETAILS
===================================================================
--- moonbase/trunk/zbeta/beagle/DETAILS	2007-02-09 01:57:53 UTC (rev 23198)
+++ moonbase/trunk/zbeta/beagle/DETAILS	2007-02-09 01:58:55 UTC (rev 23199)
@@ -1,14 +1,15 @@
           MODULE=beagle
-         VERSION=0.2.7
+         VERSION=0.2.16
            MAJOR=0.2
           SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/
-      SOURCE_VFY=sha1:04a10d33659c170f7a7457adb12cee0f335326f8 
+      SOURCE_VFY=sha1:2b3ee4e148b099e486b022e6c0cab5f473c04b56
        WEB_SITE=http://www.gnome.org/projects/beagle
          ENTERED=20050410
          UPDATED=20060807
            SHORT="desktop search tool"
 
 cat << EOF
-Beagle is a search tool that ransacks your personal information space to find whatever you're looking for.
+Beagle is a search tool that ransacks your personal information space
+to find whatever you're looking for.
 EOF



More information about the Lunar-commits mailing list