[Lunar-commits] <moonbase> beagle: Version update and cleanup here as well. 0.3.8.
Moritz Heiber
moe at lunar-linux.org
Thu Jul 17 22:26:28 CEST 2008
commit 85c18c207cac69b247f6d50c68c213d2bc57b2fb
Author: Moritz Heiber <moe at lunar-linux.org>
Date: Thu Jul 17 22:26:28 2008 +0200
beagle: Version update and cleanup here as well. 0.3.8.
---
zbeta/beagle/BUILD | 10 ----------
zbeta/beagle/CONFIGURE | 4 ----
zbeta/beagle/DEPENDS | 36 +++++++++++++++++++++++++-----------
zbeta/beagle/DETAILS | 8 ++++----
zbeta/beagle/POST_INSTALL | 12 ------------
5 files changed, 29 insertions(+), 41 deletions(-)
diff --git a/zbeta/beagle/BUILD b/zbeta/beagle/BUILD
deleted file mode 100644
index b1b1fee..0000000
--- a/zbeta/beagle/BUILD
+++ /dev/null
@@ -1,10 +0,0 @@
-(
-
- default_build &&
-
- if module_installed firefox ; then
- mkdir -p /usr/share/beagle
- cp mozilla-extension/beagle.xpi /usr/share/beagle/
- fi
-
-) > $C_FIFO 2>&1
diff --git a/zbeta/beagle/CONFIGURE b/zbeta/beagle/CONFIGURE
deleted file mode 100644
index 16db654..0000000
--- a/zbeta/beagle/CONFIGURE
+++ /dev/null
@@ -1,4 +0,0 @@
-if [ ! -d /usr/lib/mono/gmime-sharp ]; then
- echo "Please re-install gmime and say Y to gtk-sharp2"
- false
-fi
diff --git a/zbeta/beagle/DEPENDS b/zbeta/beagle/DEPENDS
index d074425..cda4527 100644
--- a/zbeta/beagle/DEPENDS
+++ b/zbeta/beagle/DEPENDS
@@ -1,11 +1,25 @@
-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"
+depends dbus
+depends gnome-utils
+depends gnome-sharp
+depends gmime
+
+optional_depends "monodoc" "" "--disable-docs" "to build the documentation"
+
+optional_depends "kdelibs3" "" "" "for KDE3 support"
+
+optional_depends "taglib-sharp" "" "" "for audio file searching"
+
+optional_depends "evolution-sharp" \
+ "" \
+ "--disable-evolution" \
+ "Enables the Evolution Mail Backend"
+
+optional_depends "wv" \
+ "" \
+ "" \
+ "Enables MS Word support (must say Y to gsf-sharp)"
+
+optional_depends "gsf-sharp" \
+ "" \
+ "--disable-gsf-sharp" \
+ "Enables Microsoft Powerpoint support"
diff --git a/zbeta/beagle/DETAILS b/zbeta/beagle/DETAILS
index 3977147..c3b1ea1 100644
--- a/zbeta/beagle/DETAILS
+++ b/zbeta/beagle/DETAILS
@@ -1,12 +1,12 @@
MODULE=beagle
- VERSION=0.2.18
- MAJOR=0.2
+ VERSION=0.3.8
+ MAJOR=0.3
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/
- SOURCE_VFY=sha1:02b37003e3fc223f074b0b27cc1351f9f1964ff4
+ SOURCE_VFY=sha1:ee8538d89ff053b05eec34ae0330a9c48d91868a
WEB_SITE=http://beagle-project.org/
ENTERED=20050410
- UPDATED=20071027
+ UPDATED=20080717
SHORT="A desktop search tool"
cat << EOF
diff --git a/zbeta/beagle/POST_INSTALL b/zbeta/beagle/POST_INSTALL
deleted file mode 100644
index 99b395a..0000000
--- a/zbeta/beagle/POST_INSTALL
+++ /dev/null
@@ -1,12 +0,0 @@
-########################################################################
-
-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 beagled when Gnome starts"
-echo "Or start it manually in a terminal, just type "beagled""
-
-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