summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLadislav Hagara2012-10-27 03:18:42 +0200
committerLadislav Hagara2012-10-27 03:18:42 +0200
commite3c8a4291872a5abc6008afbede08d8fd4c9c80b (patch)
treed746d48e69f3f6b5dc574ff5658dd19d06c90c67
parentf6a143f3afae9e379a70542d1bf0400caf42469e (diff)
gnome3-libs/zeitgeist: new spell, log activities and present to other
apps
-rw-r--r--ChangeLog4
-rwxr-xr-xgnome3-libs/zeitgeist/DEPENDS2
-rwxr-xr-xgnome3-libs/zeitgeist/DETAILS17
-rw-r--r--gnome3-libs/zeitgeist/HISTORY2
4 files changed, 25 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c3479e51c5..2182392ddb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-10-27 Ladislav Hagara <hgr@vabo.cz>
+ * gnome3-libs/zeitgeist: new spell
+ service to log activities and present to other apps
+
2012-10-24 Ladislav Hagara <hgr@vabo.cz>
* science-libs/mrpt: new spell, Mobile Robot Programming Toolkit
diff --git a/gnome3-libs/zeitgeist/DEPENDS b/gnome3-libs/zeitgeist/DEPENDS
new file mode 100755
index 0000000000..c9a1737798
--- /dev/null
+++ b/gnome3-libs/zeitgeist/DEPENDS
@@ -0,0 +1,2 @@
+depends xapian-core &&
+depends rdflib
diff --git a/gnome3-libs/zeitgeist/DETAILS b/gnome3-libs/zeitgeist/DETAILS
new file mode 100755
index 0000000000..bdefaaa17e
--- /dev/null
+++ b/gnome3-libs/zeitgeist/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=zeitgeist
+ VERSION=0.9.5
+ SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE_URL[0]=https://launchpad.net/zeitgeist/0.9/$VERSION/+download/$SOURCE
+ SOURCE_HASH=sha512:26fc041721a9ba99875db7f5bd3cdf91555a3006d0f82186a95b269462334e53f58284d988f0fb9ae39b11679ba08a2992625d3646f697762005803069f1b7ab
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ LICENSE[0]=LGPL
+ WEB_SITE=http://zeitgeist-project.com/
+ ENTERED=20121027
+ SHORT="service to log activities and present to other apps"
+cat << EOF
+Zeitgeist is a service which logs the users' activities and events,
+anywhere from files opened to websites visited and conversations had.
+It makes this information readily available for other applications to use.
+It is able to establish relationships between items based on similarity
+and usage patterns.
+EOF
diff --git a/gnome3-libs/zeitgeist/HISTORY b/gnome3-libs/zeitgeist/HISTORY
new file mode 100644
index 0000000000..52369bc229
--- /dev/null
+++ b/gnome3-libs/zeitgeist/HISTORY
@@ -0,0 +1,2 @@
+2012-10-27 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS, DEPENDS: spell created, version 0.9.5