[Lunar-commits] <moonbase-other> zeitgeist: Version bump and some other adjustsments.

Dennis Veatch dennisveatch at bellsouth.net
Wed Oct 29 13:19:11 CET 2014


commit f7767ff34fe1d96d540775765df950b824c9b5b2
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Wed, 29 Oct 2014 08:18:48 -0400
URL: https://github.com/lunar-linux/moonbase-other/commit/f7767ff34fe1d96d540775765df950b824c9b5b2

zeitgeist: Version bump and some other adjustsments.
---
  utils/zeitgeist/BUILD   | +6/-5     
  utils/zeitgeist/DEPENDS | +8/-0     
  utils/zeitgeist/DETAILS | +4/-4     
  3 files changed, 18 insertions(+), 9 deletions(-)

--- a/utils/zeitgeist/BUILD
+++ b/utils/zeitgeist/BUILD
@@ -1,7 +1,8 @@
-(
 
-  sedit "156,163d" configure.ac &&
-  autoreconf -i &&
-  default_build
+  sedit "271,278d" configure.ac &&
+
+  autoreconf -fi &&
 
-) > $C_FIFO 2>&1
+  OPTS+=" --enable-datahub --enable-fts --enable-explain-queries --disable-telepathy" &&
+
+  default_build
--- a/utils/zeitgeist/DEPENDS
+++ b/utils/zeitgeist/DEPENDS
@@ -1,4 +1,12 @@
+depends sqlite
 depends rdflib
 depends XML-Parser
 depends raptor
 depends xapian-core
+depends vala
+depends libzeitgeist
+
+optional_depends "gobject-introspection" "--enable-introspection" "--disable-introspection" "For introspection support" y
+
+# Borks the make
+#optional_depends "telepathy-glib"        "--enable-telepathy"     "--disable-telepathy"     "For telepathy glib bindings support" y
--- a/utils/zeitgeist/DETAILS
+++ b/utils/zeitgeist/DETAILS
@@ -1,11 +1,11 @@
           MODULE=zeitgeist
-         VERSION=0.9.5
-          SOURCE=$MODULE-$VERSION.tar.bz2
+         VERSION=0.9.14
+          SOURCE=$MODULE-$VERSION.tar.xz
       SOURCE_URL=https://launchpad.net/zeitgeist/${VERSION%.*}/$VERSION/+download/
-      SOURCE_VFY=sha1:86d5b37a3bb6ebc191c73337ad30bd587e4fa8e4
+      SOURCE_VFY=sha1:aa925457f14761d8c2759d98d48d701ba87e59f6
         WEB_SITE=http://zeitgeist-project.com/about/
          ENTERED=20110411
-         UPDATED=20121002
+         UPDATED=20141029
            SHORT="service which logs the users? activities and events"
 
 cat << EOF




More information about the Lunar-commits mailing list