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

Samuel Verstraete elangelo at lunar-linux.org
Mon Aug 7 09:59:19 UTC 2006


Author: elangelo
Date: 2006-08-07 09:59:19 +0000 (Mon, 07 Aug 2006)
New Revision: 20930

Modified:
   moonbase/trunk/zbeta/beagle/CONFIGURE
   moonbase/trunk/zbeta/beagle/DEPENDS
   moonbase/trunk/zbeta/beagle/DETAILS
   moonbase/trunk/zbeta/beagle/POST_INSTALL
Log:
update beagle... /dev/inotify does not exist anymore so checking for /proc/sys/fs/inotify
gr,S.


Modified: moonbase/trunk/zbeta/beagle/CONFIGURE
===================================================================
--- moonbase/trunk/zbeta/beagle/CONFIGURE	2006-08-07 08:47:53 UTC (rev 20929)
+++ moonbase/trunk/zbeta/beagle/CONFIGURE	2006-08-07 09:59:19 UTC (rev 20930)
@@ -1,15 +1,15 @@
-if [ ! -e /dev/inotify ]; then
-   echo "Please install a inotify enabled kernel"
-   echo "Either linux-2.6-inotify or linux-2.6-mm"
-   echo "For better functionality use linux-2.6-inotify"
-   false
+if [ ! -e /proc/sys/fs/inotify ]; then
+  echo "Please enable inotify support in your kernel,"
+  echo "FileSystems > INOTIFY"
+	false
 
 else
-  
-    echo "inotify found at /dev/inotify"
 
+  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"
    false

Modified: moonbase/trunk/zbeta/beagle/DEPENDS
===================================================================
--- moonbase/trunk/zbeta/beagle/DEPENDS	2006-08-07 08:47:53 UTC (rev 20929)
+++ moonbase/trunk/zbeta/beagle/DEPENDS	2006-08-07 09:59:19 UTC (rev 20930)
@@ -1,9 +1,9 @@
-depends dbus &&
-depends howl &&
-depends libexif &&
-depends gmime &&
-depends gtk-sharp &&
+depends dbus            &&
+depends howl            &&
+depends libexif         &&
+depends gmime           &&
+depends gtk-sharp       &&
 depends evolution-sharp &&
-depends gsf-sharp-svn &&
-depends xsp &&
+depends gsf-sharp-svn   &&
+depends xsp             &&
 depends firefox 

Modified: moonbase/trunk/zbeta/beagle/DETAILS
===================================================================
--- moonbase/trunk/zbeta/beagle/DETAILS	2006-08-07 08:47:53 UTC (rev 20929)
+++ moonbase/trunk/zbeta/beagle/DETAILS	2006-08-07 09:59:19 UTC (rev 20930)
@@ -1,13 +1,14 @@
           MODULE=beagle
-         VERSION=0.0.9
-           MAJOR=0.0
+         VERSION=0.2.7
+           MAJOR=0.2
           SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/
-      SOURCE_VFY=sha1:5e3410040db5391770accc8d0f4e72f2220b5e89
+      SOURCE_VFY=sha1:04a10d33659c170f7a7457adb12cee0f335326f8 
        WEB_SITE=http://www.gnome.org/projects/beagle
          ENTERED=20050410
-         UPDATED=20050410
-           SHORT="Beagle is a search tool that ransacks your personal information space to find whatever you're looking for"
+         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.
 EOF

Modified: moonbase/trunk/zbeta/beagle/POST_INSTALL
===================================================================
--- moonbase/trunk/zbeta/beagle/POST_INSTALL	2006-08-07 08:47:53 UTC (rev 20929)
+++ moonbase/trunk/zbeta/beagle/POST_INSTALL	2006-08-07 09:59:19 UTC (rev 20930)
@@ -1,12 +1,12 @@
-##############################################################
+########################################################################
 
 echo "If you have Mozilla or Firefox installed the"
 echo "plugin for beagle is located in /usr/share/beagle"
 
-echo "To start beagled just run run beagled when Gnome starts"
+echo "To start beagled just run beagled when Gnome starts"
 echo "Or start it manually in a terminal, just type "beagled""
 
-echo "To run the search tool just run "best" from the terminal"
-echo "Or from Gnome Menu Applications -> Accessories -> Best"
+echo "To run the search tool just run "beagle-search" from the terminal"
+echo "Or from Gnome Menu Applications -> Accessories -> Search"
 
-##############################################################
+#######################################################################



More information about the Lunar-commits mailing list