summaryrefslogtreecommitdiff
path: root/extra/zeitgeist
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-05-02 00:01:22 +0000
committerroot <root@rshg054.dnsready.net>2012-05-02 00:01:22 +0000
commitdefe74c9cba07c321ad2869d8f6872e64a167324 (patch)
tree22377a98049a863983b9a28d9d79fc737f665cc3 /extra/zeitgeist
parent752015395fc8b95cc4a86b68189cb747fe9a8499 (diff)
Wed May 2 00:01:22 UTC 2012
Diffstat (limited to 'extra/zeitgeist')
-rw-r--r--extra/zeitgeist/PKGBUILD31
1 files changed, 31 insertions, 0 deletions
diff --git a/extra/zeitgeist/PKGBUILD b/extra/zeitgeist/PKGBUILD
new file mode 100644
index 000000000..bf4fee2e6
--- /dev/null
+++ b/extra/zeitgeist/PKGBUILD
@@ -0,0 +1,31 @@
+# $Id: PKGBUILD 157928 2012-04-30 06:14:53Z eric $
+# Maintainer:
+# Contributor: Andrea Scarpino <andrea@archlinux.org>
+# Contributor: György Balló <ballogy@freestart.hu>
+
+pkgname=zeitgeist
+pkgver=0.9.0
+pkgrel=1
+pkgdesc="A service which logs the users's activities and events and makes relevant information available to other applications"
+arch=('i686' 'x86_64')
+url="http://zeitgeist-project.com/"
+license=('GPL')
+depends=('dbus-python' 'python2-gobject2' 'pyxdg' 'xapian-core')
+makedepends=('intltool' 'raptor' 'python2-rdflib')
+source=(http://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.bz2{,.asc})
+md5sums=('fc2706611f435a027cd520f0da0982d7'
+ '96e74a5050bf0daa961dd56b0f73fd5d')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+ sed -i 's/python -/$PYTHON -/' configure
+ PYTHON=/usr/bin/python2 LIBS+="-lgmodule-2.0" ./configure --prefix=/usr \
+ --sysconfdir=/etc --libexecdir=/usr/lib/zeitgeist --localstatedir=/var
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" zeitgeistdocdir=/usr/share/doc/zeitgeist install
+ install -D -m644 data/zeitgeist-daemon.bash_completion "$pkgdir/usr/share/bash-completion/completions/zeitgeist-daemon"
+}